summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch '24059-round-robin-repository-storage' into 'master' Douwe Maan2016-11-042-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Introduce round-robin project creation to spread load over multiple shards" ## What does this MR do? Allow multiple shards to be enabled in the admin settings page, balancing project creation across all enabled shards. ## Are there points in the code the reviewer needs to double check? * `f.select ..., multiple: true` isn't the most beautiful UI in the world, but switching to `collection_check_boxes` (or a facsimile thereof) isn't trivial * Should `pick_repository_storage` be a method of `ApplicationSetting`, or `Project`? It's going to accrete logic over time so perhaps it should be its own class already? * This is written to avoid the need for a database migration, so it is`serialize :repository_storage` without `, Array`. This is tested, but alternatives include: * Add a database migration * Write a custom Coder that will accept a String or Array in `load` and always `dump an Array. ## Why was this MR needed? ## Screenshots (if relevant) ![Screen_Shot_2016-11-03_at_14.42.41](/uploads/7de15d6c1b3fa60bb7a34d6a7d9f00ce/Screen_Shot_2016-11-03_at_14.42.41.png) ## Does this MR meet the acceptance criteria? - [X] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) 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 - [ ] All builds are passing - [X] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [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 it does - rebase it please) - [X] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #24059 See merge request !7273
| * Document multiple repository storage pathsNick Thomas2016-11-042-0/+3
| |
* | Show log corresponding to env in admin/logsLukas Erlacher2016-11-031-1/+2
|/ | | | | | | | | | No matter which environment Gitlab was running as, the admin/logs view always showed production.log. This commit selects the logfile based on Rails.env. - Rename ProductionLogger to EnvironmentLogger - Make EnvironmentLogger logfile depend on env - Update spinach test for log tabs
* Merge branch 'fix/backtrace-command' into 'master' Sean McGivern2016-11-021-1/+1
|\ | | | | | | | | Fix gdb backtrace command See merge request !7227
| * Fix gdb backtrace command Daniel Axelrod2016-11-011-1/+1
| | | | | | | | | | | | Correct the command to get a gdb backtrace from all threads. `apply` is not a valid gdb command. See https://sourceware.org/gdb/onlinedocs/gdb/Threads.html#Threads .
* | Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing2016-11-011-0/+220
|/
* Add docker-compose environment initialization commandSonmez Kartal2016-10-251-0/+1
| | | | Signed-off-by: Sonmez Kartal <sonmez@koding.com>
* Add docs for request profilingfix/request-profiler-docsAhmad Sherif2016-10-143-0/+16
| | | | Closes #23239
* Fix secret names in HA docsha-doc-secret-namesSean McGivern2016-10-131-3/+3
|
* Merge branch 'mrchrisw/fix-debug-token' into 'master' Stan Hu2016-10-121-2/+2
|\ | | | | | | | | | | | | Fix step number and token param in URL example. Fix gitlab-rails command code formatting. See merge request !6791
| * 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-operations' into 'master' Achilleas Pipinellis2016-10-115-0/+364
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move operations/ to new location ## What does this MR do? Move operations/ to new location. 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 !6519
| * | Move operations/ to new locationdocs/refactor-operationsAchilleas Pipinellis2016-10-115-0/+364
| | | | | | | | | | | | [ci skip]
* | | Move health check docs under user/admin_area/monitoringAchilleas Pipinellis2016-10-112-66/+0
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'docs/refactor-monitoring' into 'master' Achilleas Pipinellis2016-10-1113-0/+572
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move monitoring/ to new location ## What does this MR do? Move monitoring/ to new location. 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 !6518
| * | | Move monitoring/ to new locationAchilleas Pipinellis2016-09-2513-0/+572
| |/ /
* | | Merge branch 'docs/refactor-reply-by-email' into 'master' Achilleas Pipinellis2016-10-113-1/+627
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move reply by email docs to a new location ## What does this MR do? Move reply by email docs to a new location. 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 !6517
| * | Move reply by email docs to a new locationdocs/refactor-reply-by-emailAchilleas Pipinellis2016-09-253-1/+627
| |/ | | | | | | [ci skip]
* | 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
| |