Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ci-variable-expression-con-dis-junction' into 'master' | Kamil Trzciński | 2019-06-06 | 1 | -0/+18 |
|\ | | | | | | | | | CI variable expression conjunction/disjunction See merge request gitlab-org/gitlab-ce!27925 | ||||
| * | && and || operators for CI Pipeline expressions. | drew cimino | 2019-06-04 | 1 | -0/+18 |
| | | | | | | | | | | | | Refactored regex pattern matching to eagerly return tokens Packaged behind a default-enabled feature flag and added operator documentation. | ||||
* | | Merge branch 'revert-86900f00' into 'master' | Grzegorz Bizon | 2019-06-06 | 1 | -3/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Revert "Disable retrying cancelled jobs" Closes #62350 See merge request gitlab-org/gitlab-ce!29201 | ||||
| * | | Revert "Merge branch..."revert-86900f00 | Kamil Trzciński | 2019-06-05 | 1 | -3/+0 |
| | | | | | | | | | This reverts merge request !27503 | ||||
* | | | Docs: Tweak the wording regarding artifact completion | Marcel Amirault | 2019-06-06 | 1 | -2/+2 |
| | | | |||||
* | | | Clarified the availability of docker-compose in documentation ↵ | Sven Gerlach | 2019-06-06 | 1 | -5/+5 |
| | | | | | | | | | | | | using_docker_build.md | ||||
* | | | Merge branch 'iganbaruch-master-patch-15162' into 'master' | Evan Read | 2019-06-06 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | Added a link to the click-through demo See merge request gitlab-org/gitlab-ce!29148 | ||||
| * | | | Added a link to the click-through demoiganbaruch-master-patch-15162 | Itzik Gan Baruch | 2019-06-04 | 1 | -0/+4 |
| | |/ | |/| | |||||
* | | | Edit downstream variable content | Evan Read | 2019-06-05 | 1 | -5/+6 |
| | | | |||||
* | | | Merge branch '11204-turn-off-mask-by-default' into 'master' | Mike Greiling | 2019-06-05 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186 | ||||
| * | | Default masked to false for new variables11204-turn-off-mask-by-default | mfluharty | 2019-06-04 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear | ||||
* | | Delete proposed paragraph | Marcia Ramos | 2019-06-05 | 8 | -17/+69 |
| | | | | | | | | TBA to a different MR/issue | ||||
* | | Add multiple extends support | Wolphin | 2019-06-05 | 1 | -2/+42 |
|/ | |||||
* | Add CI quickstart updates | Cindy Pallares 🦉 | 2019-06-04 | 1 | -1/+9 |
| | |||||
* | Add doc type | Marcia Ramos | 2019-05-30 | 8 | -6/+35 |
| | | | | For ssot epic | ||||
* | Merge branch 'docs-ssot-ci-1' into 'master' | Achilleas Pipinellis | 2019-05-30 | 6 | -0/+24 |
|\ | | | | | | | | | Docs: ssot ci/files See merge request gitlab-org/gitlab-ce!28801 | ||||
| * | Add doc typedocs-ssot-ci-1 | Marcia Ramos | 2019-05-27 | 6 | -0/+24 |
| | | | | | | | | For ssot epic | ||||
* | | Add doc type | Marcia Ramos | 2019-05-30 | 4 | -4/+21 |
| | | | | | | | | For CI services examples | ||||
* | | Docs: Clarify allowed characters in masked variables | Krasimir Angelov | 2019-05-29 | 1 | -3/+2 |
| | | |||||
* | | Correct CI_API_V4_URL CI variable name | Phy | 2019-05-28 | 1 | -4/+4 |
| | | |||||
* | | Improve documentation of RegExp in CI/CD job ref patterns | Raphael Das Gupta | 2019-05-28 | 1 | -6/+23 |
| | | | | | | | | as requested by https://gitlab.com/gitlab-org/gitlab-ce/issues/30477#note_29060568 in #30477 | ||||
* | | Docs for a downstream pipeline variables expansion | Grzegorz Bizon | 2019-05-28 | 1 | -0/+28 |
| | | |||||
* | | Merge branch 'patch-59' into 'master' | Evan Read | 2019-05-28 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Docs: Remove stray full stop from the middle of the sentence See merge request gitlab-org/gitlab-ce!28403 | ||||
| * | | Remove stray full stop from the middle of the sentence | Andy Allan | 2019-05-17 | 1 | -1/+1 |
| | | | |||||
* | | | Docs: add tip for Kubernetes executor using dind | Tristan Williams | 2019-05-28 | 1 | -2/+5 |
| |/ |/| | |||||
* | | Removes mention of $AUTO_DEVOPS_DOMAIN in doc56959-remove-auto-devops-domain-ci-variable | Thong Kuah | 2019-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | ||||
* | | Add CI variable types usage example | Krasimir Angelov | 2019-05-21 | 3 | -2/+23 |
| | | | | | | | | | | | | Update documentation with example how to use CI variable types. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/46806. | ||||
* | | Adds documentation for stage button | Mayra Cabrera | 2019-05-20 | 1 | -0/+13 |
| | | | | | | | | | | | | | | Includes missing documentation for 'Play all manual' builds a single stage. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/28741 | ||||
* | | Fix content to not contradict | Evan Read | 2019-05-20 | 1 | -3/+6 |
| | | |||||
* | | Clarify how to enable pipelines for merged results | Shinya Maeda | 2019-05-20 | 1 | -0/+4 |
| | | |||||
* | | Fix typos in the whole gitlab-ce project | Yoginth | 2019-05-20 | 1 | -1/+1 |
| | | |||||
* | | Edit MySQL services page | Evan Read | 2019-05-19 | 1 | -14/+11 |
| | | |||||
* | | Add in release when metrics report was added | Brendan O'Leary 🐢 | 2019-05-17 | 1 | -0/+2 |
| | | |||||
* | | Docs: Remove all remaining orphaned images. | Marcel Amirault | 2019-05-17 | 5 | -0/+0 |
| | | |||||
* | | Update index.md | Mohamed El-Feky | 2019-05-17 | 1 | -1/+5 |
| | | | | | | | | | | added `before_script` as it failed to build maven due to insufficient permissions | ||||
* | | Docs: Follow-Up on Environments doc review | Marcel Amirault | 2019-05-17 | 1 | -2/+2 |
|/ | |||||
* | Docs: Update links and add badge to examples readme | Marcel Amirault | 2019-05-17 | 1 | -24/+24 |
| | |||||
* | Update mysql.md: variables values should be quoted, otherwise you get an ↵ | Jean | 2019-05-15 | 1 | -2/+2 |
| | | | | "variables config should be a hash of key value pairs" error | ||||
* | [CI doc] Add chat value to only keyword | BAI Peng | 2019-05-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'patch-34' into 'master' | Evan Read | 2019-05-15 | 1 | -3/+0 |
|\ | | | | | | | | | recursive/nested includes supported now See merge request gitlab-org/gitlab-ce!28155 | ||||
| * | recursive/nested includes supported now | Ben Bodenmiller | 2019-05-06 | 1 | -3/+0 |
| | | |||||
* | | Merge branch 'patch-54' into 'master' | Evan Read | 2019-05-15 | 1 | -2/+7 |
|\ \ | | | | | | | | | | | | | upgrate example ymal file, change type to stage. See merge request gitlab-org/gitlab-ce!27992 | ||||
| * | | upgrate example ymal file, change type to stage. | mouson | 2019-05-02 | 1 | -2/+7 |
| | | | | | | | | | Update test-and-deploy-python-application-to-heroku.md | ||||
* | | | Merge branch 'docs-correct-security-anchor-ee' into 'master' | Achilleas Pipinellis | 2019-05-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Docs: update link to new security docs See merge request gitlab-org/gitlab-ce!28299 | ||||
| * | | | Update links to new security docsdocs-correct-security-anchor-ee | Mark Chao | 2019-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Related to gitlab-ee/!5566 | ||||
* | | | | Fix typo in index.md | Jonas Gollenz | 2019-05-14 | 1 | -1/+1 |
|/ / / | |||||
* | | | Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ce | Stan Hu | 2019-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323 | ||||
* | | | include local: remove superfluous ":" | Elan Ruusamäe | 2019-05-06 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Docs: Realigning scattered EE docs into CE | Marcel Amirault | 2019-05-06 | 1 | -2/+3 |
| | | |||||
* | | Docs: Merge EE doc/ci to CE | Marcel Amirault | 2019-05-05 | 33 | -258/+660 |
| | |