summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Fix step number and token param in URL example. Fix gitlab-rails command ↵mrchrisw/fix-debug-tokenChris Wilson2016-10-111-2/+2
| | | | code formatting.
* Merge branch 'docs/refactor-registry' into 'master' Achilleas Pipinellis2016-10-061-34/+62
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move container_registry user docs to new location ## What does this MR do? Move container_registry user docs to new location and refactor them a bit. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/3349 ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [ ] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [ ] Make sure internal links pointing to the document in question are not broken. - [ ] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [ ] If working on CE, submit an MR to EE with the changes as well. See merge request !6516
| * Document how to change the Registry's internal portAchilleas Pipinellis2016-10-061-23/+62
| | | | | | | | Closes https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1433
| * Remove doctoc from administration/container_registryAchilleas Pipinellis2016-10-061-20/+0
| |
| * Move container_registry user docs to new locationAchilleas Pipinellis2016-09-251-0/+9
| | | | | | | | [ci skip]
* | Update housekeeping docs for new GitLab UI.Wolfgang Faust2016-10-042-1/+1
| |
* | add configurable email subject suffixFu Xu2016-10-031-9/+11
| |
* | Log LDAP lookup errors and don't swallow unrelated exceptionsMarkus Koller2016-09-281-0/+6
|/ | | | Signed-off-by: Roger Meier <r.meier@siemens.com>
* Change location and refactor issue closing pattern documentationAchilleas Pipinellis2016-09-221-0/+49
| | | | | | | | | Split into user and administrator docs: - administration/issue_closing_pattern.md - user/project/issues/automatic_issue_closing.md [ci skip]
* Merge branch 's3-region' into 'master' Achilleas Pipinellis2016-09-131-1/+3
|\ | | | | | | | | | | | | | | | | Include region in S3 configuration - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5336 See merge request !5896
| * include region for source installation s3-regionChris Wilson2016-09-131-0/+1
| |
| * Include region in S3 configurationChris Wilson2016-08-191-1/+2
| |
* | Split Koding admin/user docsAchilleas Pipinellis2016-08-221-0/+242
|/
* Merge branch 'patch-3' into 'master' Achilleas Pipinellis2016-08-111-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Update container_registry.mdDavid Warburton2016-08-011-1/+3
| |
| * Update container_registry.mdDavid Warburton2016-07-131-0/+2
| |
* | Merge branch 'brodock/gitlab-ce-feature/redis-sentinel'Douwe Maan2016-08-091-23/+278
|\ \ | | | | | | | | | | | | # Conflicts: # lib/gitlab/redis.rb
| * | Small refactor and a few documentation fixesGabriel Mazetto2016-08-041-2/+2
| | |
| * | Updated documentations for Redis Sentinel experimental supportGabriel Mazetto2016-08-041-23/+28
| | |
| * | Refactor Redis HA docs to also include SentinelAchilleas Pipinellis2016-08-041-102/+245
| | |
| * | Added Redis Sentinel support documentationGabriel Mazetto2016-08-041-0/+107
| | |
* | | Simplify feature introduction notesimplify_intro_features_docAchilleas Pipinellis2016-08-085-15/+13
|/ / | | | | | | [ci skip]
* | Refactor build artifacts documentationAchilleas Pipinellis2016-08-041-0/+90
| | | | | | | | | | | | | | - Split user and admin documentation - Use new location paths - Add new Continuous Integration guide for the Admin area - Link to new guide from the Admin area
* | Add detailed info on storage path mountpointsAchilleas Pipinellis2016-07-221-17/+35
| | | | | | | | [ci skip]
* | Refactor repository storages documentationAchilleas Pipinellis2016-07-222-10/+72
| | | | | | | | [ci skip]
* | Merge branch ↵Achilleas Pipinellis2016-07-221-1/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '20107-update-documentation-according-to-the-new-multiple-repository-storage-paths-feature' into 'master' Update documentation according to the new multiple git mount points feature Closes #20107 See merge request !5411
| * | Update documentation according to the new multiple git mount points feature20107-update-documentation-according-to-the-new-multiple-repository-storage-paths-featureAlejandro Rodríguez2016-07-211-1/+2
| | |
* | | Move admin application settings to own pathAchilleas Pipinellis2016-07-224-56/+0
|/ / | | | | | | [ci skip]
* | Refactored the domain separator regex, plus syntax and grammar fixes.Patricio Cano2016-07-181-1/+1
| |
* | Fixed `signup_domain_valid?` flow and added documentation.Patricio Cano2016-07-182-2/+20
|/
* Fix typo and explain the precedence of STDERR and STDOUTAchilleas Pipinellis2016-07-091-1/+2
|
* Merge branch 'fix_ldap_config' into 'master' Drew Blessing2016-07-061-21/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix erroneous YAML spacing in LDAP configuration ## What does this MR do? Fix erroneous indentation in LDAP example configuration ## Are there points in the code the reviewer needs to double check? Is the indentation correct now? :joy: ## Why was this MR needed? Bad configs in docs suck. See merge request !4326
| * Fix erroneous YAML spacing in LDAP configurationDrew Blessing2016-05-271-21/+21
| |
* | Add `alt` text to the images in the documentation.Patricio Cano2016-07-051-2/+2
| |
* | Added documentation on the access restrictions.Patricio Cano2016-07-053-0/+38
| |
* | Change doc location of custom hooksdoc-custom-githook-uiAchilleas Pipinellis2016-07-052-0/+56
| |
* | Add troubleshooting section for SMTP settingsStan Hu2016-07-011-2/+51
| | | | | | | | [ci skip]
* | Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-0/+18
| |
* | optimize png images losslessly using zopflipngPeter Dave Hello2016-06-291-0/+0
| |
* | Add debugging tips with gdbStan Hu2016-06-242-0/+262
| | | | | | | | [ci skip]
* | Merge branch 'feature/import-export-docs' into 'master' Achilleas Pipinellis2016-06-221-0/+33
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | import/export docs Added documentation for and closes https://gitlab.com/gitlab-org/gitlab-ce/issues/3050 Also added a couple of rake tasks that might be useful. See merge request !4732
| * \ Merge branch 'master' into feature/import-export-docsAchilleas Pipinellis2016-06-221-2/+73
| |\ \
| * | | Add note about the shared directoryAchilleas Pipinellis2016-06-221-0/+3
| | | |
| * | | Add note about enabling import/export in existing installationsAchilleas Pipinellis2016-06-221-1/+1
| | | |
| * | | Add note about settingsfeature/import-export-docsJames Lopez2016-06-221-0/+2
| | | |
| * | | Refactor project import/export documentationAchilleas Pipinellis2016-06-211-0/+28
| | | |
| * | | deleted images no longer neededJames Lopez2016-06-216-0/+0
| | | |
| * | | added nice to have - rake task and some changes to docsJames Lopez2016-06-211-66/+0
| | | |
| * | | added some extra nice tasks to haveJames Lopez2016-06-211-4/+22
| | | |
| * | | update docsJames Lopez2016-06-211-22/+20
| | | |