1. 05 2月, 2020 1 次提交
  2. 10 1月, 2020 1 次提交
  3. 18 9月, 2019 1 次提交
  4. 19 8月, 2019 1 次提交
  5. 18 6月, 2019 1 次提交
    • K
      Introduce default: for gitlab-ci.yml · 505d71ec
      Kamil Trzciński 提交于
      This moves all existing `image/services/before_script/variables`
      into `default:`. This allows us to easily add a default and
      top-level entries. `default`: is keep backward compatible: to
      be considered to be job if `default:script:` is specified. This
      behavior should be removed.
      
      All existing `image/services/before_script/variables` are properly
      handled in root context.
      505d71ec
  6. 30 5月, 2019 1 次提交
    • D
      Protect Gitlab::HTTP against DNS rebinding attack · a9bcddee
      Douwe Maan 提交于
      Gitlab::HTTP now resolves the hostname only once, verifies the IP is not
      blocked, and then uses the same IP to perform the actual request, while
      passing the original hostname in the `Host` header and SSL SNI field.
      a9bcddee
  7. 15 4月, 2019 1 次提交
  8. 05 4月, 2019 1 次提交
  9. 01 1月, 2019 1 次提交
  10. 19 12月, 2018 1 次提交
    • B
      Update specs to rails5 format · b44a2c80
      blackst0ne 提交于
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  11. 27 3月, 2018 1 次提交
    • M
      Make ci/lint page context aware: · 80f9aff3
      Mayra Cabrera 提交于
      - Create ci/lints controller inside project/
      - Move js pages to be inside projects/
      - Copy view ci/lint view to be inside project folder
      - Remove ci/lint view and js files
      
      Closes #43603
      80f9aff3