summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature/sm/2783-rename-codeclimate-to-codequality-ce' into ↵Kamil Trzciński2017-09-012-4/+7
|\ | | | | | | | | | | | | 'master' Backport to CE: Support `codequality` job name for Code Quality feature See merge request !13833
| * fix docfeature/sm/2783-rename-codeclimate-to-codequality-ceShinya Maeda2017-08-311-3/+1
| |
| * Squashed commit of the following:Shinya Maeda2017-08-312-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 79858a631af97c2857700fa44c0e7ba09d621e12 Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Aug 25 23:33:04 2017 +0900 Fix doc commit d0c864c7f1522bd254458a7d6e1002352f34a143 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Aug 22 22:27:32 2017 +0900 Add tests commit 1628eb8598f8ad0e6b573f3fb4fdcf5c3776885b Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Aug 22 10:14:44 2017 +0000 Update .gitlab-ci.yml commit 440a3cdd0bb5d7b83f861f6d3762510b40df984a Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Aug 18 14:46:56 2017 +0000 Update build.rb commit e925951e35c889bfc0520ce056e7df7befdeb93b Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Aug 17 18:13:17 2017 +0900 Add changelog commit 7de5b4f50fc1ff6987c9a861c057c816d4fb285d Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Aug 17 18:11:53 2017 +0900 ini
* | Merge branch 'docs-article-laravel-with-ci-and-envoy' into 'master'Marcia Ramos2017-08-311-0/+1
|\ \ | | | | | | | | | | | | Docs - new article: Test and Deploy Laravel (PHP) Apps with GitLab CI and Envoy See merge request !13911
| * | reduce the dir nameMarcia Ramos2017-08-311-1/+1
| | |
| * | index article from CI indexMarcia Ramos2017-08-311-0/+1
| |/
* | Merge branch 'fix-typo-ci-sshkey-documentation' into 'master'Achilleas Pipinellis2017-08-311-1/+1
|\ \ | | | | | | | | | | | | Added missing `S` to CI documentation for using SSH keys See merge request !13842
| * | Added missing `S` to CI documentation for using SSh keysManu2017-08-251-1/+1
| | |
* | | Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'Grzegorz Bizon2017-08-311-0/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Resolve "Predefined Variable GITLAB_USER_NAME" Closes #26692 See merge request !13824
| * | Add a Build Variable to represent the triggering GitLab user's login usernameMark Fletcher2017-08-301-5/+1
| | | | | | | | | | | | * Predefined variable represents the username of the GitLab user that started a build
| * | Add a Build Variable to represent the triggering GitLab user's nameMark Fletcher2017-08-301-0/+6
| | | | | | | | | | | | * Predefined variable represents the name of the GitLab user that started a build
* | | Update doc for dind using overlay2Fabio Busatto2017-08-291-3/+7
| | |
* | | Update 'Using Docker images' documentationTomasz Maczukin2017-08-281-7/+33
| |/ |/|
* | Merge branch 'docs-clarify-dependencies' into 'master'Achilleas Pipinellis2017-08-251-0/+2
|\ \ | | | | | | | | | | | | | | | | | | Improve documentation for 'dependencies' keyword Closes #36857 See merge request !13758
| * | Update README.mddocs-clarify-dependenciesFabio Busatto2017-08-231-0/+2
| |/
* | Update README.mddocs-add-deprecation-note-build-varsFabio Busatto2017-08-241-0/+5
| |
* | Expose CI_PIPELINE_SOURCE on CI jobsZeger-Jan van de Weg2017-08-231-0/+1
|/ | | | It was missing and expected it wouldn't hurt anyone
* Remove CI API v1Zeger-Jan van de Weg2017-08-183-3/+0
| | | | | | This API was mainly for internal usage, and has been moved to the general API: APIv4. The endpoints have been deprecated since 9.0, and won't see 10.0. :)
* Properly explain when advanced Docker options were introduceddocs/docker-entrypointAchilleas Pipinellis2017-08-161-17/+23
|
* link article from CI indexMarcia Ramos2017-08-151-1/+2
|
* Add auto-monitoring docs to auto-deploy pageJoshua Lambert2017-08-152-0/+25
|
* Improve Prometheus docs, include nginx ingressJoshua Lambert2017-08-141-3/+2
|
* 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
| | |