summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Re-align CE and EE API docsdocs/api-single-codebaseAchilleas Pipinellis2019-07-032-7/+48
|
* Merge branch '3264-update-project-aliases-api-docs' into 'master'Marcia Ramos2019-07-031-5/+11
|\ | | | | | | | | Update Project Aliases API documentation See merge request gitlab-org/gitlab-ce!30288
| * Update Project Aliases API documentation3264-update-project-aliases-api-docsPatrick Bajao2019-07-031-5/+11
| | | | | | | | | | Fix the example for POST /project_aliases since it doesn't need the project_id to be URL encoded.
* | Update api docs to finish aligning EE and CE docsMarcel Amirault2019-07-0312-135/+1166
| | | | | | | | | | | | Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
* | Expound backporting a tad bitJohn Skarbek2019-07-031-1/+8
| | | | | | | | | | This bolsters the information in this document, based on questions recently raised in issue: https://gitlab.com/gitlab-org/release/framework/issues/378
* | Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-0319-66/+64
|/ | | | Add backticks around square brackets, or fix links, as necessary.
* Merge branch 'patch-71' into 'master'Evan Read2019-07-031-1/+2
|\ | | | | | | | | Update job_artifacts.md to reflect change: https://gitlab.com/gitlab-org/gitlab-ce/issues/31771 See merge request gitlab-org/gitlab-ce!30175
| * Update job_artifacts.md to reflect change: ↵Afeique Sheikh2019-06-281-1/+2
| | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/31771 "Developers should only be able to delete jobs if they own them or are Master"
* | Docs update for visibility restriction on GitLab.comJeremy Watson2019-07-033-0/+22
| |
* | Merge branch 'patch-71' into 'master'Evan Read2019-07-031-1/+1
|\ \ | | | | | | | | | | | | Add `--globoff` flag to the curl command for Jobs API. See merge request gitlab-org/gitlab-ce!30118
| * | Add `--globoff` flag to the curl command for Jobs API.Jean-Pierre Huynh2019-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Fix spacing in geo docsMarcel Amirault2019-07-0312-1091/+1092
| | | | | | | | | | | | Spacing following lists should be 2 spaces, and 3 for numbered lists
* | | Add URL comments to Auto DevOps templateDylan Griffith2019-07-031-21/+28
| | | | | | | | | | | | | | | This will make it more obvious to anyone looking to customize these files what the source code actually is.
* | | Update doc/user/project/merge_requests/squash_and_merge.mdJohn Woods2019-07-031-1/+4
| | |
* | | Reconcile our team, group label definitions with our organization structureMek Stittri2019-07-021-15/+70
| | |
* | | Registry component now includes error messagesNick Kipling2019-07-022-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Enables ingress for uninstallationJoão Cunha2019-07-021-0/+1
| | | | | | | | | | | | - JupyterHub must not be available (installed or updated)
* | | Merge branch 'docs-clarify-10k-architecture-resources-per-node' into 'master'Achilleas Pipinellis2019-07-021-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clarify 10k architecture resource per node Closes #63424 See merge request gitlab-org/gitlab-ce!30237
| * | | Clarify 10k architecture resource per nodedocs-clarify-10k-architecture-resources-per-nodeabuerer2019-07-011-5/+5
| | | | | | | | | | | | | | | | Adding a note to the 10k reference architecturre that the resource recommendations are per node
* | | | Fix most bare URLs in projectEvan Read2019-07-0229-107/+114
| | | | | | | | | | | | | | | | | | | | | | | | Linting rule not enabled for now because tooling produces false positives.
* | | | Docs: update global nav documentMarcia Ramos2019-07-021-21/+13
| | | |
* | | | Revert "Elaborate instructions and add a reference"Hordur Freyr Yngvason2019-07-021-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 092542d2fa5c036e4fc01ba3185f1dc0e9ddbebb. Included a stray file
* | | | Expand docs on configuring jobs with private registry accessRoss Vandegrift2019-07-011-30/+75
|/ / / | | | | | | | | | Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
* | | Allow JupyterHub to be uninstalledJoão Cunha2019-07-011-1/+1
| | | | | | | | | | | | | | | | | | - enabled uninstallation - give it a specific uninstall message - ajust specs
* | | Update Deploy Tokens documentationKrasimir Angelov2019-07-012-1/+8
| | | | | | | | | | | | Update screenshot, add Deploy Token Custom Username section
* | | Merge branch 'update-sidekiq-inline-testing-docs' into 'master'Rémy Coutable2019-07-011-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Change docs to recommend perform_enqueued_jobs instead of Sidekiq::Testing.inline! See merge request gitlab-org/gitlab-ce!29845
| * | | Change docs to recommend perform_enqueued_jobsupdate-sidekiq-inline-testing-docsrpereira22019-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | Merge branch 'tc-rake-orphan-artifacts' into 'master'Dmitriy Zaporozhets2019-07-012-0/+54
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add rake task to clean orphan artifact files See merge request gitlab-org/gitlab-ce!29681
| * | | | Add rake task to clean orphan artifact filestc-rake-orphan-artifactsToon Claes2019-06-282-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Clarify requirements for pipelines for MRsEvan Read2019-07-011-20/+40
| | | | |
* | | | | Docs: minor fix to link formatczmj2019-07-011-1/+1
| | | | |
* | | | | Update styleguide.md to add Notes usage guidelinesMike Lewis2019-07-011-1/+18
| | | | |
* | | | | Docs: Fix spacing in code blocks in webhook raketask docMarcel Amirault2019-07-011-25/+25
| | | | |
* | | | | Enforce consistent prefix for bullet listsMarcel Amirault2019-07-0115-255/+266
| | | | | | | | | | | | | | | | | | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* | | | | Merge branch 'small-s-in-elasticsearch' into 'master'Evan Read2019-07-014-10/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in docs about Elasticsearch See merge request gitlab-org/gitlab-ce!30162
| * | | | | Fix typo in docs about ElasticsearchTakuya Noguchi2019-06-284-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | Merge branch 'docs/refactor-2fa' into 'master'Evan Read2019-07-015-68/+82
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor the 2FA docs See merge request gitlab-org/gitlab-ce!30087
| * | | | | | Refactor the 2FA docsdocs/refactor-2faAchilleas Pipinellis2019-06-285-68/+82
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove outdated images - Add info on browser support - Mention that U2F works with SoloKeys
* | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62080Russell Dickenson2019-07-011-21/+30
| | | | | |
* | | | | | Merge branch '63463-follow-up-from-insights-is-now-ga-docs' into 'master'Achilleas Pipinellis2019-06-293-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a link in the docs to the epic that defined the Insights feature Closes #63463 See merge request gitlab-org/gitlab-ce!30181
| * | | | | | Add a link in the docs to the epic that defined the Insights feature63463-follow-up-from-insights-is-now-ga-docsRémy Coutable2019-06-283-4/+4
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'master' into 'check-min-schema-migrate'DJ Mountney2019-06-2870-1337/+2397
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | # Conflicts: # lib/gitlab/database.rb
| * | | | | Merge branch 'docs-update-subject-label-issue-workflow' into 'master'Rémy Coutable2019-06-281-0/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update issue workflow for subject labels See merge request gitlab-org/gitlab-ce!30164
| | * | | | | Update issue workflow for subject labelsdocs-update-subject-label-issue-workflowMark Fletcher2019-06-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mentions the automatic inference of stage and group labels based on the applied subject labels
| * | | | | | Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-2813-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | Merge branch 'awgeorge1/gitlab-ee-6249-related-quick-action-docs' into 'master'Bob Van Landuyt2019-06-281-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Doc backport: Add `/relate` quick action See merge request gitlab-org/gitlab-ce!29803
| | * | | | | Backport docs about /relate quick actionawgeorge1/gitlab-ee-6249-related-quick-action-docsToon Claes2019-06-271-0/+1
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14257
| * | | | | Merge branch '3264-project-aliases-ce' into 'master'Bob Van Landuyt2019-06-283-0/+133
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14108 See merge request gitlab-org/gitlab-ce!29604
| | * | | | | Specify feature was added in GitLab PremiumPatrick Bajao2019-06-262-2/+2
| | | | | | |
| | * | | | | Update related documentationPatrick Bajao2019-06-263-16/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the newly added documentation to be more precise and fix the typos. Add information about Project aliases into permissions doc.