- 21.08.2019 1 коммит
-
-
drew создал
-
- 20.08.2019 1 коммит
-
-
Zeff Morgan создал
-
- 17.08.2019 1 коммит
-
-
Alex Harford создал
-
- 16.08.2019 1 коммит
-
-
- 01.08.2019 1 коммит
-
-
Marcel Amirault создал
Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for most docs in /ci, and cleans up other minor whitespace issues too.
-
- 31.07.2019 1 коммит
-
-
drew создал
-
- 24.07.2019 1 коммит
-
-
otuhs_d создал
-
- 17.07.2019 1 коммит
-
-
Artur Trzop создал
-
- 15.07.2019 2 коммита
-
-
Kamil Trzciński создал
-
Steve Azzopardi создал
The first MVC of `extends` did not support a job having multiple extends, this was added in GitLab 12.0. closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12733
-
- 10.07.2019 1 коммит
-
-
Christian Couder создал
-
- 08.07.2019 2 коммита
-
-
Marcel Amirault создал
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
-
Black-Hole создал
-
- 04.07.2019 1 коммит
-
-
Mark Lapierre создал
Notes that `GIT_STRATEGY` should be set to `none` so that the job doesn't fail when triggered automatically when the branch is deleted.
-
- 18.06.2019 1 коммит
-
-
Steve Azzopardi создал
The variable $GIT_CLONE_PATH does not support nested variables, it will only expand the variables once, not more. reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4319
-
- 17.06.2019 1 коммит
-
-
Evan Read создал
-
- 12.06.2019 1 коммит
-
-
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.
-
- 11.06.2019 1 коммит
-
-
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
-
- 06.06.2019 1 коммит
-
-
Marcel Amirault создал
-
- 05.06.2019 2 коммита
-
-
-
Wolphin создал
-
- 29.05.2019 1 коммит
-
-
Raphael Das Gupta создал
as requested by https://gitlab.com/gitlab-org/gitlab-ce/issues/30477#note_29060568 in #30477
-
- 24.05.2019 1 коммит
-
-
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
-
- 18.05.2019 1 коммит
-
-
Brendan O'Leary 🐢 создал
-
- 16.05.2019 1 коммит
-
-
BAI Peng создал
-
- 13.05.2019 1 коммит
-
-
- 07.05.2019 1 коммит
-
-
Ben Bodenmiller создал
-
- 06.05.2019 1 коммит
-
-
Elan Ruusamäe создал
-
- 05.05.2019 1 коммит
-
-
Marcel Amirault создал
-
- 29.04.2019 1 коммит
-
-
Evan Read создал
-
- 23.04.2019 1 коммит
-
-
- 17.04.2019 1 коммит
-
-
Anthony Mastrean создал
-
- 11.04.2019 1 коммит
-
-
Elan Ruusamäe создал
-
- 10.04.2019 1 коммит
-
-
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.
-
- 08.04.2019 3 коммита
-
-
Marcel Amirault создал
-
Cody Mize создал
CI ref pattern matching now uses RE2 instead of Ruby. See https://about.gitlab.com/2019/04/01/security-release-gitlab-11-dot-9-dot-4-released/ for more information.
-
Marcel Amirault создал
-
- 05.04.2019 1 коммит
-
-
Kamil Trzciński создал
This adds documentation for: - `CI_BUILDS_DIR`, - `CI_CONCURRENT_ID`, - `CI_CONCURRENT_PROJECT_ID`, - `GIT_CLONE_PATH`, - `GIT_CLEAN_FLAGS`
-
- 04.04.2019 2 коммита
-
-
Kamil Trzciński создал
This brings support for untrusted regexp for 'only:refs:' when enabled via feature flag: alllow_unsafe_ruby_regexp. This is by default disabled, and should not be used in production
-
Said Masoud создал
-