| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
Merge deploy keys example to deploy keys API docs
See merge request gitlab-org/gitlab-ce!31600
|
| | |
| |
| |
| | |
No reason to keep them separate.
|
| |/
|
|
| |
- Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
|
| |\
| |
| |
| |
| |
| |
| | |
Add possibilty to view starrers ("stargazers") of a repository & any user's starred repositories
Closes #20137
See merge request gitlab-org/gitlab-ce!24690
|
| | | |
|
| | |
| |
| |
| | |
private profiles here as well
|
| | |
| |
| |
| | |
projects on profile to documentation
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Add docs for reject_unsigned_commits (premium only)
See merge request gitlab-org/gitlab-ce!31113
|
| | | | |
|
| | | | |
|
| | |/
|/|
| |
| |
| | |
Move the api resources section from the api readme
to it's own file, and adjust/link accordingly
|
| | |
| |
| |
| | |
Add updated screen shots
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Docs: Update and sort reserved names
Closes #45619
See merge request gitlab-org/gitlab-ce!31569
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow masking @ and : characters
Closes #63043
See merge request gitlab-org/gitlab-ce!31065
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update DinD example for 19.03.1
See merge request gitlab-org/gitlab-ce!31051
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Fix links as discovered by the lint in the docs project
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Kubernetes deployments on new clusters will now have
a separate namespace per project environment, instead
of sharing a single namespace for the project.
Behaviour of existing clusters is unchanged.
All new functionality is controlled by the
:kubernetes_namespace_per_environment feature flag,
which is safe to enable/disable at any time.
|
| | | | | | |
|
| | |_|_|/
|/| | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove GC metrics from performance bar
Closes gitlab-org/quality/nightly#122
See merge request gitlab-org/gitlab-ce!31550
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These were disabled in production mode, but that also broke the rest of
the performance bar. As they were only enabled in development mode, we
can just remove them for now.
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add committer approval API attribute docs
Closes #61796
See merge request gitlab-org/gitlab-ce!31538
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge Requests Approvals can be restricted to prevent the merge
request author or merge request committers from self approving. The
author restriction is already available in the API, but the committer
restriction was not.
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Suggest disabling of NFS delegation not needed for RHEL7 update
See merge request gitlab-org/gitlab-ce!31546
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Red Hat finally fixed the NFS server delegation problem that caused the
TEST_STATEID flood. Mention the docs that disabling delegation may
no longer be needed.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Make issue boards importable
See merge request gitlab-org/gitlab-ce!31434
|
| | | | | |
| | | | |
| | | | |
| | | | | |
- Added issue board to imported contents in docs
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | |_|_|/
|/| | |
| | | |
| | | |
| | | | |
Reviewed all docs in the customization section
and updated them to adhere to our SSoT standards.
|
| | | | | |
|
| | |/ /
|/| |
| | |
| | |
| | | |
* Added elasticsearch.md
* Added reference to guide in Troubleshooting section
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix links to unassigned, low weight issues for first time contributors
See merge request gitlab-org/gitlab-ce!31485
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
API endpoints for requesting container repositories
and container repositories with their tag information
are enabled for users that want to specify the group
containing the repository rather than the specific project.
|
| | | | | |
|