| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Update Project Aliases API documentation
See merge request gitlab-org/gitlab-ce!30288
|
| |
| |
| |
| |
| | |
Fix the example for POST /project_aliases since it doesn't need
the project_id to be URL encoded.
|
| |
| |
| |
| |
| |
| | |
Squashing a few commits and continuing work
on merging the 12 api docs that have not
been ported to CE yet.
|
| |
| |
| |
| |
| | |
This bolsters the information in this document, based on questions
recently raised in issue: https://gitlab.com/gitlab-org/release/framework/issues/378
|
|/
|
|
| |
Add backticks around square brackets, or fix links, as necessary.
|
|\
| |
| |
| |
| | |
Update job_artifacts.md to reflect change: https://gitlab.com/gitlab-org/gitlab-ce/issues/31771
See merge request gitlab-org/gitlab-ce!30175
|
| |
| |
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/31771
"Developers should only be able to delete jobs if they own them or are Master"
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Add `--globoff` flag to the curl command for Jobs API.
See merge request gitlab-org/gitlab-ce!30118
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The existing command fail in some cases with the following error `curl: (3) [globbing] bad range specification in column 56`.
This was found when running cURL from a `python:3.7` container that comes with curl version `7.52.1`.
```
root@91963a56cd8f:/# curl --version
curl 7.52.1 (x86_64-pc-linux-gnu) libcurl/7.52.1 OpenSSL/1.0.2r zlib/1.2.8 libidn2/0.16 libpsl/0.17.0 (+libidn2/0.16) libssh2/1.7.0 nghttp2/1.18.1 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
```
This doesn't seem to be an issue with `curl 7.58.0` but it doesn't hurt to have that flag enabled.
|
| | |
| | |
| | |
| | | |
Spacing following lists should be 2 spaces, and 3 for numbered lists
|
| | |
| | |
| | |
| | |
| | | |
This will make it more obvious to anyone looking to customize these
files what the source code actually is.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Includes changes to the Vue container registry component to support
the display of an empty message and error message when invalid
characters are found in the group, project or branch name.
repositories/index.html.haml has been changed to remove the content
and place into Vue component.
|
| | |
| | |
| | |
| | | |
- JupyterHub must not be available (installed or updated)
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Clarify 10k architecture resource per node
Closes #63424
See merge request gitlab-org/gitlab-ce!30237
|
| | | |
| | | |
| | | |
| | | | |
Adding a note to the 10k reference architecturre that the resource recommendations are per node
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Linting rule not enabled for now
because tooling produces false
positives.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 092542d2fa5c036e4fc01ba3185f1dc0e9ddbebb.
Included a stray file
|
|/ / /
| | |
| | |
| | | |
Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
|
| | |
| | |
| | |
| | |
| | |
| | | |
- enabled uninstallation
- give it a specific uninstall message
- ajust specs
|
| | |
| | |
| | |
| | | |
Update screenshot, add Deploy Token Custom Username section
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Change docs to recommend perform_enqueued_jobs instead of Sidekiq::Testing.inline!
See merge request gitlab-org/gitlab-ce!29845
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Instead of Sidekiq::Testing.inline!, recommend the use of
perform_enqueued_jobs. This is due to the changes in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20768
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add rake task to clean orphan artifact files
See merge request gitlab-org/gitlab-ce!29681
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This adds the rake task rake
gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all
orphan job artifact files it can find on disk.
It performs a search on the complete folder of all artifacts on
disk. Then it filters out all the job artifact ID for which it could
not find a record with matching ID in the database. For these, the
file is deleted from disk.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix typo in docs about Elasticsearch
See merge request gitlab-org/gitlab-ce!30162
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Refactor the 2FA docs
See merge request gitlab-org/gitlab-ce!30087
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Remove outdated images
- Add info on browser support
- Mention that U2F works with SoloKeys
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add a link in the docs to the epic that defined the Insights feature
Closes #63463
See merge request gitlab-org/gitlab-ce!30181
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
# Conflicts:
# lib/gitlab/database.rb
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update issue workflow for subject labels
See merge request gitlab-org/gitlab-ce!30164
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Mentions the automatic inference of stage and group labels based
on the applied subject labels
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Doc backport: Add `/relate` quick action
See merge request gitlab-org/gitlab-ce!29803
|
| | | |_|_|/
| | |/| | |
| | | | | |
| | | | | | |
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14257
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14108
See merge request gitlab-org/gitlab-ce!29604
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update the newly added documentation to be more precise and
fix the typos.
Add information about Project aliases into permissions doc.
|