1. 04 7月, 2019 1 次提交
  2. 18 6月, 2019 1 次提交
  3. 17 6月, 2019 1 次提交
  4. 12 6月, 2019 2 次提交
    • T
      Leave clear notices about after_script execution context · f4b5f930
      Tomasz Maczukin 提交于
      We frequently see new issues mentioning that something defined
      in `before_script` or `script` doesn't work with `after_script`.
      
      Our documentation mentions that first two are concatenated and
      executed together, why the third one is executed in a separated
      shell context. But it looks like it's not clear enough.
      
      Since this misunderstanding of how scripts are being executed
      is repeated frequently, let's make it more clear in docs.
      f4b5f930
    • M
      Convert absolute links to relative in /ci docs · fc6e79e1
      Marcel Amirault 提交于
      Fix more links after review
      
      Update redirect_from link
      
      Apply suggestion to doc/ci/introduction/index.md
      
      Apply suggestion to doc/ci/README.md
      
      Apply suggestion to doc/ci/README.md
      
      Make front matter redirect_from links absolute
      
      Change front matter to fix discus comments
      fc6e79e1
  5. 06 6月, 2019 1 次提交
  6. 05 6月, 2019 2 次提交
  7. 29 5月, 2019 1 次提交
  8. 24 5月, 2019 1 次提交
    • T
      Removes mention of $AUTO_DEVOPS_DOMAIN in doc · 7338052f
      Thong Kuah 提交于
      Even though there's no relation to the feature (it's actually about
      overriding template values, best to replace this with
      $KUBE_INGRESS_BASE_DOMAIN to avoid any potential confusion
      7338052f
  9. 18 5月, 2019 1 次提交
  10. 16 5月, 2019 1 次提交
  11. 14 5月, 2019 1 次提交
  12. 07 5月, 2019 1 次提交
  13. 06 5月, 2019 1 次提交
  14. 05 5月, 2019 1 次提交
  15. 29 4月, 2019 1 次提交
  16. 23 4月, 2019 1 次提交
  17. 18 4月, 2019 1 次提交
  18. 11 4月, 2019 1 次提交
  19. 10 4月, 2019 1 次提交
    • K
      Process at most 4 pipelines during push · 2b9492a2
      Kamil Trzciński 提交于
      This adds a limitation that we will try to create pipeline
      for at most 4 first changes (branches and tags).
      
      This does not affect processing of Pipelines for Merge Requests,
      as each updated MR will have associated pipeline created.
      2b9492a2
  20. 08 4月, 2019 3 次提交
  21. 05 4月, 2019 1 次提交
  22. 04 4月, 2019 2 次提交
  23. 03 4月, 2019 1 次提交
    • C
      Document matching refs with an at-symbol · 00f11215
      Cody Mize 提交于
      At-symbols are used to match a ref to a specific repository path.
      Currently this is done by string splitting the ref pattern on the
      at-symbol. In order to pattern match a literal `@` you must use
      ruby's unicode character matching `\u{0040}`.
      00f11215
  24. 26 3月, 2019 1 次提交
  25. 25 3月, 2019 1 次提交
  26. 19 3月, 2019 1 次提交
  27. 18 3月, 2019 1 次提交
  28. 15 3月, 2019 2 次提交
  29. 14 3月, 2019 1 次提交
  30. 12 3月, 2019 4 次提交
  31. 11 3月, 2019 1 次提交