summaryrefslogtreecommitdiff
path: root/doc/ci/variables
Commit message (Collapse)AuthorAgeFilesLines
* Make usage of SSH keys in CI/CD more cleardocs/ci-ssh-keysAchilleas Pipinellis2017-12-131-6/+7
|
* Expose project visibility as CI variableMatija Čupić2017-11-041-0/+1
|
* Merge branch 'docs/ci-disposable-env-fix' into 'master'28025-consider-using-webpack-dev-server-overlay-option-for-more-helpful-compile-errorsMarcia Ramos2017-11-011-2/+2
|\ | | | | | | | | Fix wording on CI disposable variables See merge request gitlab-org/gitlab-ce!14983
| * Fix wording on CI disposable variablesdocs/ci-disposable-env-fixAchilleas Pipinellis2017-10-211-2/+2
| |
* | Exclude comments from specific docsAchilleas Pipinellis2017-11-011-1/+1
|/
* Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT`Alessio Caiazza2017-10-211-0/+2
|
* Update a bunch of docs imagesAchilleas Pipinellis2017-10-042-10/+13
|
* Clarify what variables can be used under `environment:`docs/environment-vars-clarifyAchilleas Pipinellis2017-09-141-9/+9
|
* 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 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
* 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-071-5/+7
|\ \ | |/
| * Backports for ee-2112Lin Jen-Shin2017-07-061-5/+6
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2112
| * Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-07-051-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | no trailing / leading hyphens in CI_COMMIT_REF_SLUG. Fixes #32035Stefan Hanreich2017-06-181-1/+1
|/
* Refactor CI triggers docsdocs/triggersAchilleas Pipinellis2017-06-081-0/+1
|
* Merge branch 'docs/powershell-ci-vars' into 'master'Sean Packham2017-06-061-4/+30
|\ | | | | | | | | Add PowerShell to CI variable docs See merge request !11935
| * Add PowerShell to CI variable docsdocs/powershell-ci-varsJohn Spaetzel2017-06-061-4/+30
| |
* | Update explanation of job-level variable override to fit exampleTor Bechmann Yamamoto-Sørensen2017-06-061-1/+1
|/
* 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-051-0/+1
|\ \ | | | | | | | | | | | | | | | | | | 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 ...
| * | Pass external_url from environment if job doesn't have oneLin Jen-Shin2017-05-251-0/+1
| | | | | | | | | | | | Also update the document and add a changelog entry
* | | Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for ↵Sébastien2017-06-041-1/+1
| |/ |/| | | | | 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
| |
* | 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-221-1/+1
|\ | | | | | | | | | | | | 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-111-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | fix $CI_JOB_ID variable Elan Ruusamäe2017-04-271-1/+1
|/ | | introduced with rename variables commit: a084437b5c1b7226ce64e74bab1972bb1dbd49e0
* Remove wrong user email from CI variables example outputAchilleas Pipinellis2017-04-071-1/+1
| | | | [ci skip]
* fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. Mustafa YILDIRIM2017-04-031-1/+1
|
* Correct example value variable name. Johan Brandhorst2017-03-271-1/+1
| | | CI_REPOSITORY_URL is the correct name.
* Fix Slack link when on notifyZeger-Jan van de Weg2017-03-161-2/+2
|