| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Document multi-project variable precedence
Closes gitlab-ee#12879
See merge request gitlab-org/gitlab-ce!31291
|
| | |
|
| | |
|
|/
|
|
|
| |
`docker-in-docker` is a workflow not an specific executor. It uses the
[Docker executor](https://docs.gitlab.com/runner/executors/docker.html).
|
|\
| |
| |
| |
| | |
documentation: fix a typo in ci/examples
See merge request gitlab-org/gitlab-ce!31250
|
| |
| |
| |
| |
| | |
This commit fixes a typo in the ci/examples
documentation
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
'master'
Document Code Quality potential security flaw
Closes #37980
See merge request gitlab-org/gitlab-ce!31197
|
| | |
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Drop feature to take ownership of a trigger token
Closes #2868
See merge request gitlab/gitlabhq!3198
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removing API and frontend interactions that allowed
users to take ownership of a trigger token.
Removed mentions from the documentation.
|
| |_|/
|/| |
| | |
| | |
| | | |
Adds Job specific variables to facilitate specifying variables when
running manual jobs.
|
| | |
| | |
| | |
| | | |
made the switch to GitLab CI/CD article
|
|/ /
| |
| |
| | |
Add trouble shooting sections
|
| |
| |
| |
| |
| |
| |
| | |
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
|
| |
| |
| |
| |
| | |
Also make security warning more visible and
improves instructions.
|
|\ \
| | |
| | |
| | |
| | | |
Correct an omitted word
See merge request gitlab-org/gitlab-ce!31083
|
| | | |
|
|/ /
| |
| |
| | |
do so from the UI
|
| |
| |
| |
| |
| |
| | |
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation,
in /user and others.
|
| |
| |
| |
| |
| |
| |
| | |
This commit adds a documentation for parallel pipelines on merge
trains.
Fix typo
|
| |
| |
| |
| |
| | |
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
fix docs typo: register runner with services
See merge request gitlab-org/gitlab-ce!30769
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add usage of `default:`
Closes #63351
See merge request gitlab-org/gitlab-ce!30677
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'docs/12733-docs-using-multiple-extends-in-gitlab-ci-yml-introduced-in-gitlab-12' into 'master'
Specify what version of multiple extends in docs
Closes gitlab-ee#12733
See merge request gitlab-org/gitlab-ce!30667
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
The first MVC of `extends` did not support a job having multiple
extends, this was added in GitLab 12.0.
closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12733
|
|/ /
| |
| |
| | |
Verified snippet works with 11.10.1
|
| |
| |
| |
| |
| | |
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
|
| |
| |
| |
| | |
All code blocks should be surrounded by blank lines
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add CI variable to provide GitLab FQDN
Closes #64161
See merge request gitlab-org/gitlab-ce!30417
|
| |/
| |
| |
| | |
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
|
|/ |
|
|
|
|
|
|
|
| |
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
|
|
|
|
|
|
|
|
| |
The configuration is currently only specified in CI, by moving it into
`.mdlrc` we get immediate feedback locally in supported editors.
To ensure `mdl` is available it's also added to the `Gemfile`, though
CI will still use the version installed in the `gitlab-docs-lint` image.
|
|
|
|
| |
Reorganize and better explain what Visual Reviews are
|
|
|
|
| |
Also fixes instances in Markdown that broke the rule.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
First MR in a series updating all redirected links
in CE documentation to the destination URLs
|
|
|
|
|
| |
Change assorted absolute links to ce and ee docs
to relative links
|
| |
|
|\
| |
| |
| |
| | |
Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none`
See merge request gitlab-org/gitlab-ce!30283
|
| |
| |
| |
| |
| |
| | |
Notes that `GIT_STRATEGY` should be set to `none` so that the
job doesn't fail when triggered automatically when the branch
is deleted.
|
| |
| |
| |
| | |
- Move images to each corresponding img/ folder
|
|/
|
|
| |
Add backticks around square brackets, or fix links, as necessary.
|
|
|
|
| |
Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
|