1. 25 6月, 2019 1 次提交
  2. 24 6月, 2019 1 次提交
  3. 22 6月, 2019 1 次提交
  4. 19 6月, 2019 2 次提交
  5. 18 6月, 2019 3 次提交
    • 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
    • T
      Enable project-level JIT resource creation · 74702f0e
      Tiger 提交于
      Previously this behaviour was only available to group
      and instance-level clusters, as some project clusters
      relied on Kubernetes credentials being passed through
      to the runner instead of having their resources managed
      by GitLab (which is not available when using JIT). These
      clusters have been migrated to unmanaged, so resources
      can be created on demand for the remaining managed clusters.
      74702f0e
    • J
      Make KubernetesService readonly · 6b9157d5
      James Fargher 提交于
      We are deprecating this service in favor of instance wide clusters.
      Therefore we removed some code that is not anymore needed for a
      readonly cluster and also we added some flags to allow for this
      deprecation. These flags are to be removed in the next release when
      we finally completelly remove KubernetesService.
      6b9157d5
  6. 17 6月, 2019 3 次提交
  7. 15 6月, 2019 1 次提交
  8. 14 6月, 2019 3 次提交
  9. 05 6月, 2019 4 次提交
  10. 01 6月, 2019 1 次提交
  11. 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
  12. 24 5月, 2019 1 次提交
  13. 07 5月, 2019 3 次提交
  14. 03 5月, 2019 2 次提交
  15. 02 5月, 2019 1 次提交
  16. 30 4月, 2019 1 次提交
  17. 27 4月, 2019 1 次提交
  18. 23 4月, 2019 1 次提交
  19. 20 4月, 2019 1 次提交
    • M
      Update specs that use retryable canceled jobs · 6b7b07b7
      mfluharty 提交于
      Specs that test canceled jobs now
      - expect them not to be retryable or playable
      - expect them not to show retry buttons
      
      Specs that test retryability now
      - use failed status instead of canceled status
      6b7b07b7
  20. 16 4月, 2019 3 次提交
  21. 15 4月, 2019 2 次提交
  22. 09 4月, 2019 2 次提交
  23. 05 4月, 2019 1 次提交