summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mailroom_idle_timeout' into 'master' Rémy Coutable2016-11-171-0/+10
|\ | | | | | | | | | | | | Allows configuration of idle_timeout for incoming email. https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1087 See merge request !7423
| * Correct the idle_timeout in the docs for installation from source.mailroom_idle_timeoutMarin Jankovski2016-11-161-3/+3
| |
| * Add idle_timeout to reply by email doc.Marin Jankovski2016-11-161-0/+10
| |
* | Remove ToC since it's now supported in the docs portal itselfAchilleas Pipinellis2016-11-172-53/+0
| | | | | | | | [ci skip]
* | Remove login as root step from Redis HA docsdoc/sentinelAchilleas Pipinellis2016-11-161-22/+9
| | | | | | | | [ci skip]
* | Minor edits in Redis HA source installAchilleas Pipinellis2016-11-161-4/+4
| | | | | | | | [ci skip]
* | Remove experimental heading and move note at the topAchilleas Pipinellis2016-11-161-9/+6
| | | | | | | | [ci skip]
* | Merge branch 'doc/sentinel' of gitlab.com:gitlab-org/gitlab-ce into doc/sentinelAchilleas Pipinellis2016-11-163-330/+1107
|\ \
| * | Merge examples of Redis master/slave + Sentinels for source docsAchilleas Pipinellis2016-11-161-67/+106
| | | | | | | | | | | | [ci skip]
| * | Add steps to Redis HA source installationAchilleas Pipinellis2016-11-161-73/+123
| | |
| * | Merge examples of Redis master/slave + SentinelsAchilleas Pipinellis2016-11-161-107/+37
| | |
| * | Rearrange Redis HA source installations sectionsAchilleas Pipinellis2016-11-161-24/+33
| | |
| * | Add clear instructions for the different Redis HA setupsAchilleas Pipinellis2016-11-161-35/+40
| | |
| * | Refactor Redis HA docsAchilleas Pipinellis2016-11-151-233/+314
| | | | | | | | | | | | [ci skip]
| * | Swap HA setupsAchilleas Pipinellis2016-11-152-42/+45
| | |
| * | Add missing link to GH issueAchilleas Pipinellis2016-11-111-6/+9
| | |
| * | Rearrange sections in Sentinel docsAchilleas Pipinellis2016-11-101-162/+181
| | | | | | | | | | | | [ci skip]
| * | Move some things overAchilleas Pipinellis2016-11-101-83/+112
| | |
| * | Move experimental heading at the bottom under changelogAchilleas Pipinellis2016-11-101-26/+33
| | |
| * | Fix typos of Redis sentinel docsAchilleas Pipinellis2016-11-101-22/+22
| | |
| * | Remade documentation for Redis HA with OmnibusGabriel Mazetto2016-11-102-182/+480
| | |
| * | Fixed some documentation and moved Source install specific to other file.Gabriel Mazetto2016-11-082-121/+300
| | |
| * | Fixed documentation and added redis/sentinel roles instructionGabriel Mazetto2016-11-081-14/+54
| | |
| * | Few more fixes to Sentinel documentation to address MR feedbackGabriel Mazetto2016-11-081-7/+4
| | |
| * | Reduce the ammount of lines to disable services and update TOCGabriel Mazetto2016-11-081-9/+3
| | |
| * | Improved Redis HA and Sentinel documentation.Gabriel Mazetto2016-11-081-117/+210
| | |
| * | Improved documentation on HA sentinel part and Redis replication ↵Gabriel Mazetto2016-11-081-60/+256
| | | | | | | | | | | | troubleshooting.
| * | Updated password examples and improved omnibus troubleshootingGabriel Mazetto2016-11-081-4/+19
| | |
| * | Small fixes on Sentinel documentation for CEGabriel Mazetto2016-11-081-2/+0
| | |
| * | Improved redis sentinel documentation for CEGabriel Mazetto2016-11-081-36/+26
| | |
* | | Improved documentation on HA sentinel part and Redis replication ↵Gabriel Mazetto2016-11-161-60/+256
| | | | | | | | | | | | troubleshooting.
* | | Updated password examples and improved omnibus troubleshootingGabriel Mazetto2016-11-161-4/+19
| | |
* | | Small fixes on Sentinel documentation for CEGabriel Mazetto2016-11-161-2/+0
| | |
* | | Improved redis sentinel documentation for CEGabriel Mazetto2016-11-161-36/+26
| |/ |/|
* | Clarify LDAP troubleshooting ldap_search example [ci skip]Drew Blessing2016-11-151-0/+18
| | | | | | | | | | | | | | | | | | A customer noted an error/lack of clarity in the LDAP documentation with the `ldap_search` example. Previously, if taken literally, the customer may have expected the `$` variables to be automatically replaced or if they paste the exact `user_filter` contents the parentheses would have been incorrect. Let's just simply the filter and use exactly what's in the configuration.
* | use single quote for consistencyBen Bodenmiller2016-11-121-1/+1
| |
* | update redis server detailsBen Bodenmiller2016-11-121-5/+5
| |
* | Refactored Sidekiq Throttler and updated documentationsidekiq-job-throttlingPatricio Cano2016-11-111-7/+8
| |
* | Added documentation and CHANGELOG item.Patricio Cano2016-11-103-0/+33
| |
* | Merge branch 'ldap_check_bind' into 'master' Sean McGivern2016-11-093-0/+101
|\ \ | |/ |/| | | | | | | | | Improve ldap:check errors Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21621. See merge request !6601
| * Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing2016-11-083-0/+101
| | | | | | | | | | | | | | It was previously possible for invalid credential errors to go unnoticed in this task. Users would believe everything was configured correctly and then sign in would fail with 'invalid credentials'. This adds a specific bind check, plus catches errors connecting to the server. Also, specs :)
* | Refine Git garbage collectionJacob Vosmaer2016-11-041-0/+8
|/
* 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