summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong link to codeclimate diff docsdocs/codeclimate-fix-linkAchilleas Pipinellis2017-06-141-1/+1
|
* 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
| |
* | Merge branch 'fix_explanation_of_job_level_variable_override' into 'master'Grzegorz Bizon2017-06-062-2/+2
|\ \ | |/ |/| | | | | Update explanation of job-level variable override to fit example See merge request !11923
| * Update explanation of job-level variable override to fit exampleTor Bechmann Yamamoto-Sørensen2017-06-062-2/+2
| |
* | Merge branch 'dz-backport-codeclimate-docs' into 'master'Achilleas Pipinellis2017-06-061-3/+9
|\ \ | |/ |/| | | | | Backport CI codeclimate example doc change from EE See merge request !11903
| * Fix link to ee code quality docdz-backport-codeclimate-docsDmitriy Zaporozhets2017-06-051-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Backport CI codeclimate example doc change from EEDmitriy Zaporozhets2017-06-051-3/+9
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch '31061-26135-ci-project-slug-enviroment-variables' into 'master'Kamil Trzciński2017-06-051-1/+2
|\ \ | | | | | | | | | | | | | | | | | | Add slugified project path to CI environment variables Closes #31061 See merge request !11838
| * | Add slugify project path to CI enviroment variablesvanadium232017-06-031-1/+2
| | |
* | | Merge branch '25680-CI_ENVIRONMENT_URL' into 'master'Kamil Trzciński2017-06-052-0/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add `$CI_ENVIRONMENT_URL` as a job variable Closes #25680 See merge request !11695
| * \ \ Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-021-3/+21
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (39 commits) Resolve "Improve Container Registry description" Add username parameter to gravatar URL Fix replying to a commit discussion displayed in the context of an MR Add fog-aliyun as backup storage provider Add missing specs Make sure protected can't be null; Test protected! Update session cookie key name to be unique to instance in development Just mention which GitLab version is required Fix data inconsistency issue for old artifacts by moving them to a currently used path Fix N+1 queries for non-members in comment threads Fix rubocop in spec/helpers/diff_helper_spec.rb Merge two items into one in the doc Only remove FK if it exists Maintain notes avatar at smaller breakpoint Fix pipeline schedule value name in documentation Add test for Project#protected_for? Update diff discussion position per discussion instead of per note Display Shared Runner status in Admin Dashboard Make sure we're loading the fresh variables Now secret_variables_for would return the variables ...
| * | | Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-011-1/+31
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (251 commits) Don't match email addresses or foo@bar as user references Revert "Update GITLAB_SHELL_VERSION" Update GITLAB_SHELL_VERSION Add feature toggles through Flipper Change no_limits to limits Move includes call to scope Add GitLab Resources to University Add Documentation for GIT_CHECKOUT variable Remove entry variable Do not try to preload Commits when using Note.includes(:noteable) Ui improvements for count badges and permission badges Rename the other jobs Update jobs_spec for changes from builds_spec Introduce source to pipeline entity Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions ...
| * | | | Pass external_url from environment if job doesn't have oneLin Jen-Shin2017-05-252-0/+7
| | |_|/ | |/| | | | | | | | | | Also update the document and add a changelog entry
* | | | Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for ↵Sébastien2017-06-042-2/+2
| |_|/ |/| | | | | | | | variables"
* | | Just mention which GitLab version is requiredLin Jen-Shin2017-06-011-1/+1
| | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11688/diffs#note_31277454
* | | Merge two items into one in the docLin Jen-Shin2017-06-011-2/+1
| | |
* | | Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-06-011-1/+31
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (141 commits) Add Documentation for GIT_CHECKOUT variable Ui improvements for count badges and permission badges Rename the other jobs Update jobs_spec for changes from builds_spec Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions Fix pipeline retry specs related to protected actions Fix environment model specs related to protected actions Fix build factory specs related to protected actions Fix job play service specs related to protected actions Fix play status specs related to protected actions Fix deploy chat command specs for protected actions Fix environment specs related to protected actions Use another scope to add the - prefix, feedback: Fix pipeline processing specs related to protected actions Fix build entity specs related to protected actions ...
| * | Add Documentation for GIT_CHECKOUT variableJan Christophersen2017-05-311-0/+30
| | |
| * | Update docs related to protected actionsfix/gb/use-merge-ability-for-protected-manual-actionsGrzegorz Bizon2017-05-311-1/+1
| |/
* | Fix doc table of contentsLin Jen-Shin2017-05-311-1/+1
| |
* | Update docs and use protected secret variable as the nameLin Jen-Shin2017-05-311-7/+8
| |
* | Use be_truthy and add back missing linkLin Jen-Shin2017-05-261-0/+1
| |
* | Add docs for protected variablesLin Jen-Shin2017-05-251-3/+20
|/
* Merge branch 'dz-rename-pipelines-settings-tab' into 'master'Dmitriy Zaporozhets2017-05-225-7/+7
|\ | | | | | | | | | | | | Rename CI/CD Pipelines to Pipelines in the project settings Closes #31980 See merge request !11305
| * Rename CI/CD Pipelines references to just Pipelines in docsdz-rename-pipelines-settings-tabDmitriy Zaporozhets2017-05-115-7/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Move environment monitoring to environments docdocs/deploys-perf-dashboardAchilleas Pipinellis2017-05-213-0/+34
| |
* | Add docs for change of Cache/Artifact restore order"Sean Packham (GitLab)2017-05-211-1/+7
| |
* | Merge branch 'change-url-in-specific-runners-registration-steps' into 'master'Kamil Trzciński2017-05-183-9/+9
|\ \ | | | | | | | | | | | | Remove references to '/ci' path while describing Runner's registration See merge request !10518
| * | Remove references to '/ci' path while describing Runner's registrationchange-url-in-specific-runners-registration-stepsTomasz Maczukin2017-05-153-9/+9
| | |
* | | Refactor pipeline schedules docsAchilleas Pipinellis2017-05-185-48/+19
| | |
* | | Add "API" to all respective headings (h1s)Marcia Ramos2017-05-183-6/+0
| | |
* | | Add Code Climate CLI example to CI documentationDmitriy Zaporozhets2017-05-183-0/+30
| | |
* | | Merge branch 'zj-pipeline-schedule-owner' into 'master' Kamil Trzciński2017-05-161-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Foreign key for Pipeline schedule owner Closes #31932 See merge request !11233
| * | | Do not schedule pipelines if the user can'tZ.J. van de Weg2017-05-151-0/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the owner of a pipelines schedule was either blocked or was removed from the project, the pipeline schedular would still schedule the pipeline. This would than fail however, given the user had no access to the project and it contents. However, a better way to handle it would be to not schedule it at all. Furthermore, from now on, such schedules will be deactivated so the schedule worker can ignore it on the next runs.
* | | Merge branch 'patch-17' into 'master' Rémy Coutable2017-05-151-3/+3
|\ \ \ | |/ / |/| | | | | | | | Runners tab is now CI/CD Pipelines See merge request !11326
| * | Runners tab is now CI/CD PipelinesBen Bodenmiller2017-05-121-3/+3
| | |
* | | Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński2017-05-151-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow numeric values in gitlab-ci.yml Closes #30017 See merge request !10607
| * | | Allow numeric values in gitlab-ci.ymlblackst0ne2017-05-071-1/+5
| | | |
* | | | Merge branch 'master' into 'master' Rémy Coutable2017-05-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typo in code snippet to match text below See merge request !11101
| * | | | Fix typo in code snippet to match text belowSteve Hall2017-05-041-1/+1
| |/ / /
* | | | Merge branch 'patch-8' into 'master' Rémy Coutable2017-05-151-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | fix $CI_JOB_ID variable See merge request !10966
| * | | fix $CI_JOB_ID variable Elan Ruusamäe2017-04-271-1/+1
| |/ / | | | | | | introduced with rename variables commit: a084437b5c1b7226ce64e74bab1972bb1dbd49e0