Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Work around lack of HTML list support in topic | Evan Read | 2019-04-04 | 1 | -14/+14 | |
| | ||||||
* | Add docs to `only:changes/except:changes` that discuss using regex in ↵ | Said Masoud | 2019-04-04 | 1 | -3/+27 | |
| | | | | certain scenarios | |||||
* | Removing redundant "predefined" | Eric Hendricks | 2019-04-03 | 1 | -1/+1 | |
| | ||||||
* | Merge branch '54621_missing_example' into 'master' | Grzegorz Bizon | 2019-04-03 | 1 | -0/+4 | |
|\ | | | | | | | | | Add missing 'export' example for CI_API_V4_API_URL See merge request gitlab-org/gitlab-ce!26878 | |||||
| * | Add missing 'export' example for CI_API_V4_API_URL | Olliver Schinagl | 2019-04-02 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | In issue #54621 a new variable CI_API_V4_API_URL was introduced, but some of the documentation was omitted. Having an example output is always nice. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> | |||||
* | | Document matching refs with an at-symbol | Cody Mize | 2019-04-03 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | 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}`. | |||||
* | | Add screenshots for variables | Marcia Ramos | 2019-04-02 | 6 | -236/+376 | |
|/ | | | | | - Variables overview - Variables triggered via manual pipeline | |||||
* | Docs: image realignment | Marcel Amirault | 2019-04-02 | 3 | -0/+0 | |
| | ||||||
* | Fix conflicts with master | Marcia Ramos | 2019-04-02 | 2 | -101/+111 | |
| | | | | Pull master | |||||
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02 | John Jarvis | 2019-04-02 | 1 | -0/+13 | |
|\ | | | | | | | jarv/dev-to-gitlab-2019-04-02 | |||||
| * | Merge branch 'security-use-untrusted-regexp' into 'master' | GitLab Release Tools Bot | 2019-04-02 | 1 | -0/+13 | |
| |\ | | | | | | | | | | | | | Use UntrustedRegexp for CI refs matching See merge request gitlab/gitlabhq!3005 | |||||
| | * | Make CI refs matching to to use UntrustedRegexp | Kamil Trzciński | 2019-03-15 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | This makes ref validation to use always `UntrustedRegexp`. This also splits the existing RubySyntax into separate class. | |||||
* | | | Docs: Fix anchor to deprecated variables doc | Marcel Amirault | 2019-04-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'docs/restructure-ci-envs-and-deployment' into 'master' | Mike Lewis | 2019-04-01 | 3 | -322/+450 | |
|\ \ \ | | | | | | | | | | | | | | | | | Refactor and restructure environments page See merge request gitlab-org/gitlab-ce!26400 | |||||
| * | | | Fixes from reviewdocs/restructure-ci-envs-and-deployment | Evan Read | 2019-03-27 | 1 | -3/+1 | |
| | | | | ||||||
| * | | | Refactor and restructure environments page | Evan Read | 2019-03-26 | 3 | -322/+452 | |
| |/ / | | | | | | | | | | | | | - Groups content into relevant sections. - Content edited. | |||||
* | | | Merge branch 'clarify_onlychanges' into 'master' | Evan Read | 2019-04-01 | 1 | -13/+12 | |
|\ \ \ | | | | | | | | | | | | | | | | | Clarify onlychanges See merge request gitlab-org/gitlab-ce!22790 | |||||
| * | | | doc: Professionalize only:changes section | Olliver Schinagl | 2019-03-25 | 1 | -13/+12 | |
| |/ / | | | | | | | | | | | | | | | | | | | Using we and you isn't very pleasant to read nor is it professional. So lets remove these invocations to have a more pleasant read. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> | |||||
* | | | Merge branch 'docs-ci-deprecated-variables' into 'master' | Mike Lewis | 2019-03-29 | 2 | -30/+32 | |
|\ \ \ | | | | | | | | | | | | | | | | | Docs: new doc for deprecated variables See merge request gitlab-org/gitlab-ce!26737 | |||||
| * | | | New doc - deprecated variablesdocs-ci-deprecated-variables | Marcia Ramos | 2019-03-28 | 2 | -30/+32 | |
| | | | | ||||||
* | | | | Merge branch 'patch-30' into 'master' | Evan Read | 2019-03-29 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | README.md: fix URL to CI Lint See merge request gitlab-org/gitlab-ce!26580 | |||||
| * | | | | README.md: fix URL to CI Lint | Damian Nowak | 2019-03-26 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Update ci workflow illustration | Marcia Ramos | 2019-03-28 | 3 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Docs: Fix more anchors, mostly pipeline related | Marcel Amirault | 2019-03-27 | 2 | -3/+3 | |
|/ / | ||||||
* | | Merge branch 'docs-junit-report-paths-matching' into 'master' | Evan Read | 2019-03-25 | 1 | -3/+3 | |
|\ \ | | | | | | | | | | | | | Correct JUnit report path pattern matching description See merge request gitlab-org/gitlab-ce!26215 | |||||
| * | | Correct Gradle files pattern matching description and example | Nate Liu | 2019-03-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | `junit` files pattern matching should be globbing instead of regex. | |||||
* | | | Docs: Fix missed or newly added broken anchors | Marcel Amirault | 2019-03-25 | 5 | -12/+9 | |
| | | | ||||||
* | | | Add instance level templates to the examples page. | Brendan O'Leary 🐢 | 2019-03-24 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'docs-ci-examples-devops_and_game_dev_with_gitlab_ci_cd' into ↵ | Achilleas Pipinellis | 2019-03-20 | 1 | -9/+9 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update 'DevOps and Game Dev with GitLab CI/CD' doc See merge request gitlab-org/gitlab-ce!25944 | |||||
| * | | | Update 'DevOps and Game Dev with GitLab CI/CD' doc | Takuya Noguchi | 2019-03-11 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | |||||
* | | | | Fix note lists throughout docs | Evan Read | 2019-03-20 | 2 | -2/+3 | |
| | | | | ||||||
* | | | | Copyedit pipelines-related documentation | Evan Read | 2019-03-19 | 2 | -42/+42 | |
| | | | | ||||||
* | | | | Refactor new content for stage keyword | Evan Read | 2019-03-19 | 1 | -7/+12 | |
| | | | | ||||||
* | | | | Merge branch 'patch-48' into 'master' | Evan Read | 2019-03-18 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix simple typo in Documentation See merge request gitlab-org/gitlab-ce!26243 | |||||
| * | | | | fix simple typo | fschl | 2019-03-16 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | `untracked: true` does not adhere to .gitignore, see ↵ | Michael Bisbjerg | 2019-03-18 | 1 | -2/+1 | |
|/ / / / | | | | | | | | | | | | | gitlab-org/gitlab-runner#3378 | |||||
* | | | | Merge branch 'patch-48' into 'master' | Achilleas Pipinellis | 2019-03-15 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Documentation : Update index.md See merge request gitlab-org/gitlab-ce!26149 | |||||
| * | | | | Update index.md | Hrishi | 2019-03-14 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Docs: CI/CD intro - new graph | Marcia Ramos | 2019-03-15 | 2 | -1/+2 | |
| | | | | | ||||||
* | | | | | Merge branch '58482-update-airminc/clair-local-scan-to-2.0.6' into 'master' | Grzegorz Bizon | 2019-03-15 | 1 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update clair-local-scan to 2.0.6 Closes #58482 See merge request gitlab-org/gitlab-ce!25743 | |||||
| * | | | | | Update clair-local-scan to 2.0.6 to support Ubuntu 18.04 | Takuya Noguchi | 2019-03-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | |||||
* | | | | | | Merge branch 'docs/edit-notes-about-remote-includes' into 'master' | Kamil Trzciński | 2019-03-15 | 1 | -8/+5 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edit note about remote includes Closes #58836 See merge request gitlab-org/gitlab-ce!25999 | |||||
| * | | | | | Centralise and simplify text | Evan Read | 2019-03-15 | 1 | -7/+5 | |
| | | | | | | ||||||
| * | | | | | Fix missing full stop | Evan Read | 2019-03-14 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Edit note about remote includes | Evan Read | 2019-03-12 | 1 | -6/+5 | |
| | | | | | | ||||||
* | | | | | | Refactor and restructure pipelines landing page | Evan Read | 2019-03-14 | 5 | -200/+258 | |
| |_|/ / / |/| | | | | | | | | | | | | | | - Also has other minor improvements. | |||||
* | | | | | Merge branch 'fixes-broken-doc-link' into 'master' | Evan Read | 2019-03-14 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [docs] Git push-option documentation anchor seems to have changed. See merge request gitlab-org/gitlab-ce!25971 | |||||
| * | | | | | Git push-option documentation anchor seems to have changed. | Harald Reingruber | 2019-03-11 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'patch-48' into 'master' | Marcia Ramos | 2019-03-13 | 1 | -2/+2 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Fix bug "Fatal: Could not parse object {COMMIT_HASH}" See merge request gitlab-org/gitlab-ce!25860 | |||||
| * | | | | Update index.md | Aris Lacdao | 2019-03-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Bug on cloning repository: Getting error "fatal: Could not parse object {COMMIT_HASH}" Fix: cd into $new_release_dir instead of $releases_dir. |