Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-20Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-10Document CI_RUNNER_SHORT_TOKEN variableTomasz Maczukin
Variable was added in GitLab Runner with: https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1571
2019-09-04Removing 'Premium' label in block titleNicolas Borderes
Added when it has been moved to core
2019-08-20Clarify when new values are validEvan Read
2019-08-12Merge branch 'docs-civariables-mr' into 'master'Achilleas Pipinellis
Docs: CI predefined variables: push request -> MR See merge request gitlab-org/gitlab-ce!31711
2019-08-12CI predefined variables: push request -> MRStefan Schmalzhaf
2019-08-08Bring scoped environment variables to coreHordur Freyr Yngvason
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
2019-08-07Compress images with pngquantAchilleas Pipinellis
2019-08-07Merge branch 'mc/feature/add-at-colon-variable-masking' into 'master'Grzegorz Bizon
Allow masking @ and : characters Closes #63043 See merge request gitlab-org/gitlab-ce!31065
2019-08-05Expand markdown linting rules for docsMarcel Amirault
MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - Headers surrounded by blank lines MD025 - Only 1 level 1 header MD028 - No blank lines within blockquote MD038 - Spaces inside code span elements
2019-08-01Portray better use of types of variables in .gitlab-ci.ymlVlad Stoianovici
2019-07-23Document new masking requirementsMatija Čupić
2019-07-10Add docs about CI_SERVER_HOST env variableBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-07-03Fix markdown to reduce number of kramdown warningsMarcel Amirault
Add backticks around square brackets, or fix links, as necessary.
2019-06-25Add Markdown lintingEvan Read
Also adds and one linting rule and makes project conform to it.
2019-06-25Updated explanation of CI_COMMIT_BEFORE_SHA variableBlair Lunceford
2019-06-24Refactor and add version text to variable syntaxEvan Read
2019-06-24Docs: link to predefined env variables reference more evidentMarcia Ramos
2019-06-17Edit after script context textEvan Read
2019-06-12Leave clear notices about after_script execution contextTomasz Maczukin
We frequently see new issues mentioning that something defined in `before_script` or `script` doesn't work with `after_script`. Our documentation mentions that first two are concatenated and executed together, why the third one is executed in a separated shell context. But it looks like it's not clear enough. Since this misunderstanding of how scripts are being executed is repeated frequently, let's make it more clear in docs.
2019-06-06Expose javascript regexMatija Čupić
2019-06-06Allow masking if 8 or more characters in base64Thomas Nilsson
This should allow for private ssh-keys to remain private. Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
2019-06-06Merge branch 'ci-variable-expression-con-dis-junction' into 'master'Kamil Trzciński
CI variable expression conjunction/disjunction See merge request gitlab-org/gitlab-ce!27925
2019-06-05Merge branch '11204-turn-off-mask-by-default' into 'master'Mike Greiling
Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186
2019-06-05Delete proposed paragraphMarcia Ramos
TBA to a different MR/issue
2019-06-05&& and || operators for CI Pipeline expressions.drew cimino
Refactored regex pattern matching to eagerly return tokens Packaged behind a default-enabled feature flag and added operator documentation.
2019-06-04Default masked to false for new variablesmfluharty
Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear
2019-05-30Docs: Clarify allowed characters in masked variablesKrasimir Angelov
2019-05-29Correct CI_API_V4_URL CI variable namePhy
2019-05-21Add CI variable types usage exampleKrasimir Angelov
Update documentation with example how to use CI variable types. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
2019-05-05Docs: Merge EE doc/ci to CEMarcel Amirault
2019-05-03Update docs related to CI variablesKrasimir Angelov
Add `Variable Types` section to explain supported variable types and update example and related screenshots.
2019-04-29Clarify masked variables docsSteve Azzopardi
- Add note that must contain only letters, numbers, underscore - Add example of escape characters - Add regex used for validation closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60785
2019-04-26Fix reference-style links in CI predefined varsPeter Leitzen
2019-04-24Merge branch 'add-ci-variable-protected-ref' into 'master'Grzegorz Bizon
Add CI variable CI_REF_PROTECTED See merge request gitlab-org/gitlab-ce!26716
2019-04-23Support negative matchesKamil Trzciński
This adds support for != and !~ operators giving more flexibility in comparing values
2019-04-23Make it clearer when CI_MERGE_REQUEST_ variables are availableAchilleas Pipinellis
2019-04-22Docs: fixes grammar/typoMarcia Ramos
2019-04-10Add Masked Variables to Variables docsmfluharty
2019-04-10Change CI_REF_PROTECTED variable to CI_COMMIT_REF_PROTECTEDJason van den Hurk
2019-04-10Change release version of CI_REF_PROTECTED to 11.11Jason van den Hurk
2019-04-10Added documentation for CI_REF_PROTECTED ci variableJason van den Hurk