| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
Allow masking @ and : characters
Closes #63043
See merge request gitlab-org/gitlab-ce!31065
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Docker 19.03 enables TLS by default:
```
Starting in 18.09+, the dind variants of this image will automatically
generate TLS certificates in the directory specified by the
DOCKER_TLS_CERTDIR environment variable.
Warning: in 18.09, this behavior is disabled by default (for
compatibility). If you use --network=host, shared network namespaces (as
in Kubernetes pods), or otherwise have network access to the container
(including containers started within the dind instance via their gateway
interface), this is a potential security issue (which can lead to access
to the host system, for example). It is recommended to enable TLS by
setting the variable to an appropriate value (-e
DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is
enabled by default.
```
Update the example to use docker over TLS.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for most docs in
/ci, and cleans up other minor whitespace issues too.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
|