summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* link to CI/CD Deep Dive demo for #5800Marcia Ramos2017-08-011-0/+1
|
* Merge branch 'docs/ci-only-except' into 'master'Marcia Ramos2017-07-281-4/+17
|\ | | | | | | | | | | | | Explain all possible values of 'only' and 'except' Closes #34119 See merge request !13138
| * Explain all possible values of 'only' and 'except'docs/ci-only-exceptAchilleas Pipinellis2017-07-281-4/+17
| |
* | Update environments.md35657-fix-prometheus-docs-to-indicate-kubernetes-is-not-required-docsJoshua Lambert2017-07-271-2/+1
|/
* Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński2017-07-201-0/+26
|\ | | | | | | | | | | | | Make it possible to auto retry a failed CI/CD job Closes #3442 See merge request !12909
| * Change auto-retry count to a correct value in docsGrzegorz Bizon2017-07-201-2/+2
| |
| * Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon2017-07-191-1/+1
| |
| * Add basic docs for CI/CD job auto-retry featureGrzegorz Bizon2017-07-181-0/+26
| |
* | Fix linksJoshua Lambert2017-07-161-1/+1
| |
* | Prometheus doc updates for 9.4Joshua Lambert2017-07-162-2/+1
|/
* Merge from master(Fix conflicts)Shinya Maeda2017-07-071-10/+17
|\
| * Copyedit docs for group-level secret variablesAchilleas Pipinellis2017-07-071-24/+16
| | | | | | | | [ci skip]
| * Basic BE changeShinya Maeda2017-07-071-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Basic BE change Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Implement CURD Rename codes related to VariableGroup and VariableProject FE part Remove unneccesary changes Make Fe code up-to-date Add protected flag to migration file Protected group variables essential package Update schema Improve doc Fix logic and spec for models Fix logic and spec for controllers Fix logic and spec for views(pre feature) Add feature spec Fixed bugs. placeholder. reveal button. doc. Add changelog Remove unnecessary comment godfat nice catches Improve secret_variables_for arctecture Fix spec Fix StaticAnlysys & path_regex spec Revert "Improve secret_variables_for arctecture" This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1. Use ayufan suggestion for secret_variables_for Use find instead of find_by Fix spec message for variable is invalid Fix spec remove variable.group_id = group.id godffat spec nitpicks Use include Gitlab::Routing.url_helpers for presenter spec
* | merge from masterShinya Maeda2017-07-072-5/+54
|\ \ | |/
| * Backports for ee-2112Lin Jen-Shin2017-07-061-5/+6
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2112
| * Merge branch '33772-readonly-gitlab-ci-cache' into 'master'Kamil Trzciński2017-07-061-0/+47
| |\ | | | | | | | | | | | | | | | | | | Introduce cache policies for CI jobs Closes #33772 See merge request !12483
| | * Introduce cache policies for CI jobsNick Thomas2017-07-051-0/+47
| | |
| * | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-07-052-64/+260
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32815--Add-Custom-CI-Config-Path * upstream/master: (149 commits) Revert change to design. Go back to scrollable page Fixes the column widths for the new navigation options in settings Migrate #submodule_url_for to Gitaly Add test example for external commit status retries Fix invalid Rails.logger call in lib/gitlab/health_checks/fs_shards_check.rb Fix build for !12300. Log rescued exceptions to Sentry Fix issues with non-UTF8 filenames by always fixing the encoding of tree and blob paths Revert "Merge branch 'revert-12499' into 'master'" Prevent accidental deletion of protected MR source branch by repeating checks before actual deletion Improve the overall UX for the new monitoring dashboard Document that GitLab 9.3 requires the TRIGGER permission on MySQL Instrument Unicorn with Ruby exporter Remove group modal like remove project modal. Closes #33130 Update prometheus client gem Enables the option in user preferences to turn on the new navigation Add Jasmine tests for `OAuthRememberMe` Simplify authentication logic in the v4 users API for !12445. Use stub_application_setting when testing ApplicationHelper#support_url wait_for_requests is not needed when AJAX is not in play ...
| * | Fix various descriptions given the feedbackLin Jen-Shin2017-07-041-1/+1
| | |
| * | Introduce CI_CONFIG_PATHLin Jen-Shin2017-06-301-0/+1
| | |
* | | Revert unnecesary changes in doc/ci/variables/README.mdShinya Maeda2017-07-061-1/+1
| | |
* | | Fix spec. Add PipelineScheduleVariable for import_exportShinya Maeda2017-07-051-1/+1
| | |
* | | Add docs for scheduled pipeline variablesEric Eastwood2017-07-051-2/+2
| | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
* | | Fix spec. Add PipelineScheduleVariable for import_exportShinya Maeda2017-07-051-1/+1
| | |
* | | Add docs for scheduled pipeline variablesEric Eastwood2017-07-051-1/+1
| |/ |/| | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
* | Merge branch 'feature/no-hypen-at-end-of-commit-ref-slug' into 'master'Rémy Coutable2017-07-041-1/+1
|\ \ | | | | | | | | | | | | | | | | | | no trailing / leading hyphens in CI_COMMIT_REF_SLUG. Closes #32035 See merge request !11218
| * | no trailing / leading hyphens in CI_COMMIT_REF_SLUG. Fixes #32035Stefan Hanreich2017-06-181-1/+1
| | |
* | | Refactor and copyedit "Using Docker images" docsdocs/extended-docker-syntax-in-ci-ymlAchilleas Pipinellis2017-07-031-135/+150
| | |
* | | Update syntax description to new syntax introduced in !12536.Tomasz Maczukin2017-07-031-10/+15
| | |
* | | Add documentation for extended docker configuration options for CITomasz Maczukin2017-07-031-0/+176
| |/ |/|
* | Update README.md to reflect where "Secret variables" are locatedSean2017-06-281-3/+3
| |
* | Merge branch 'docs-examples-deployment-composer-npm' into 'master'Rémy Coutable2017-06-261-3/+3
|\ \ | | | | | | | | | | | | Change composer update to install to follow PHP/composer best practice See merge request !12400
| * | Change composer update to install to follow PHP/composer best practiceGabriele2017-06-221-3/+3
| |/ | | | | [ci skip]
* | Replace 'Settings ➔ CI/CD Pipelines' with 'Settings ➔ Pipelines' in docs34264-replace-settings-ci-cd-pipelines-with-settings-pipelines-in-docsbikebilly2017-06-231-3/+3
|/
* Clarify job choosing algorithm examples (the language used was a bit hard to ↵Joe Marty2017-06-151-24/+24
| | | | understand)
* Merge branch 'docs-registry-hostname-part-of-service-hostname' into 'master'33745-issue-closing-pattern-does-not-work-for-secondary-issues-when-using-full-urlsRémy Coutable2017-06-151-0/+12
|\ | | | | | | | | Service hostname also include registry name, when using non Docker Hub registry. See merge request !11729
| * Language typos fixedMatej Zerovnik2017-06-121-2/+2
| |
| * Service hostname also include registry name, when using non Docker Hub registry.Matej2017-05-261-0/+12
| |
* | Merge branch 'docs/codeclimate-fix-link' into 'master'Sean Packham2017-06-141-1/+1
|\ \ | | | | | | | | | | | | Fix wrong link to codeclimate diff docs See merge request !12158
| * | Fix wrong link to codeclimate diff docsdocs/codeclimate-fix-linkAchilleas Pipinellis2017-06-141-1/+1
| | |
* | | Add docs for personal access tokensdocs/personal-access-tokensAchilleas Pipinellis2017-06-141-3/+5
|/ /
* | Merge branch 'docs/shared-runners' into 'master'Sean Packham2017-06-084-78/+136
|\ \ | | | | | | | | | | | | | | | | | | Refactor Runners docs Closes #18882 See merge request !11948
| * | Refactor Runners docsdocs/shared-runnersAchilleas Pipinellis2017-06-074-78/+136
| | | | | | | | | | | | | | | | | | - Update overall documentation - Update images - Add information about fair usage
* | | Refactor CI triggers docsdocs/triggersAchilleas Pipinellis2017-06-083-84/+77
| | |
* | | Add all sources as special keywords for only and exceptFilip Krakowski2017-06-081-1/+2
| | |
* | | Use pipeline.source to determine what triggered a pipelineFilip Krakowski2017-06-081-1/+1
| | |
* | | Add 'schedules' keyword to 'only' and 'except'Filip Krakowski2017-06-081-2/+3
| | |
* | | Add more info on private Registry docsdocs/private-registryAchilleas Pipinellis2017-06-061-16/+54
|/ /
* | Merge branch 'docs/powershell-ci-vars' into 'master'Sean Packham2017-06-062-4/+49
|\ \ | | | | | | | | | | | | Add PowerShell to CI variable docs See merge request !11935
| * | Add PowerShell to CI variable docsdocs/powershell-ci-varsJohn Spaetzel2017-06-062-4/+49
| | |