Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-23Update capitalization in admin, api, othersMarcel Amirault
Update capitalization in /administration, /api, /ci and /customization
2019-08-21Add let's encrypt omnibus guide linkMarcel Amirault
2019-08-21Update container_registry.md to handle CA Bundle certs and validationMarcel Amirault
2019-08-14Added troubleshooting docs for registry image push problemsCatalin Irimie
2019-08-12Add more rules to markdown lint checkMarcel Amirault
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered list prefix), MD030 (spaces after list markers), and fixes remaining docs that were failing these tests
2019-07-12Remove trailing whitespace in docsMarcel Amirault
Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
2019-07-09Fix spacing of code blocksMarcel Amirault
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.
2019-07-02Registry component now includes error messagesNick Kipling
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.
2019-05-06Add troubleshooting step for older docker clientsIan Baum
* The container registry needs a compatibility setting enabled for older docker clients. This will document how to enable the setting for omnibus and source installations.
2019-05-06Edit regionendpoint textEvan Read
2019-05-01Merge branch '57718-missing-supported-feature-in-registry-documentation' ↵Evan Read
into 'master' Add missing regionendpoint documentation. Closes #57718 See merge request gitlab-org/gitlab-ce!25297
2019-04-04Add a link to S3 Permission Scopes for registry object storageDiana Stanley
2019-03-20Fix note lists throughout docsEvan Read
2019-02-28add missing regionendpoint documentation.Maxime Roussin-Bélanger
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-02-11Update container_registry.md add Troubleshooting sectionsTom Atkins
2019-02-11Update on using self-signed certs with registryAbubakar Siddiq Ango
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2018-12-14Add Registry S3 chunksize troubleshooting sectionDrew Blessing
2018-11-07Emphasis the importance of auth registrySteve Azzopardi
The container registry requires the `auth` config to be set up properly or users will be able to download images that they are not authorized to do so. For example https://gitlab.com/gitlab-org/gitlab-runner/issues/3652
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-01-19doc: Spelling fixesVille Skyttä
2017-07-26remove extra spaceBen Bodenmiller
2017-07-25Update docs on using external registry with gitlabBalasankar C
2017-06-06Add info on using self-signed certs with RegistryAchilleas Pipinellis
2017-03-08Add configuration instructions for Container Registry Notifications.[ci skip]Alexandre Gomes
2017-02-27Merge branch 'balu-update-container-registry-docs' into 'master' Marin Jankovski
Update Registry administration doc - external registry Closes omnibus-gitlab#1361 See merge request !8497
2017-01-27add information that docker registry storage needs to be accessible for ↵Elan Ruusamäe
docker clients
2017-01-09Update Registry administration doc - external registryBalasankar C
2016-10-06Document how to change the Registry's internal portAchilleas Pipinellis
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1433
2016-10-06Remove doctoc from administration/container_registryAchilleas Pipinellis
2016-09-25Move container_registry user docs to new locationAchilleas Pipinellis
[ci skip]
2016-09-13include region for source installation Chris Wilson
2016-08-19Include region in S3 configurationChris Wilson
2016-08-11Merge branch 'patch-3' into 'master' Achilleas Pipinellis
Update container_registry.md ## What does this MR do? Add a warning about what ports to choose for the external registry URL ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? It would have saved me about 3 hours if this line was in the document. ## What are the relevant issue numbers? ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? It's just a one-line documentation addition. - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5238
2016-08-08Simplify feature introduction noteAchilleas Pipinellis
[ci skip]
2016-08-02Update container_registry.mdDavid Warburton
2016-07-13Update container_registry.mdDavid Warburton
2016-06-22Merge branch 'hotfix/better-container-registry-documentation' into 'master' Achilleas Pipinellis
Add some docs for Docker Registry configuration - Relatively important for anyone installing from source There have been a few issues created because of the lack of documentation for how to configure Docker Registry when installing from source, specifically what the `realm` needs to be and the `service` These 2 bits of info will stop a lot of headaches :+1: Issues: https://gitlab.com/gitlab-org/gitlab-ce/issues/17957 https://gitlab.com/gitlab-org/gitlab-ce/issues/17991 See merge request !4738
2016-06-21Add documentation and examples for configuring cloud storage for registry ↵DJ Mountney
images.
2016-06-17Oops ... TypoChris Wright
2016-06-17Add some docs for Docker Registry configurationChris Wright
2016-06-10Fix incorrect registry key valueAchilleas Pipinellis
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/18441
2016-05-23Fixes suggested by KamilAchilleas Pipinellis
2016-05-23Refactor storage location sectionAchilleas Pipinellis
2016-05-23Fix remaining docs on enabling/disabling RegistryAchilleas Pipinellis
2016-05-23Fix Registry docs now that it is not enabled be defaultAchilleas Pipinellis
2016-05-22Clarify how the Registry is enabled in OmnibusAchilleas Pipinellis
2016-05-22Major overhaul of the Registry admin docsAchilleas Pipinellis