summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Add Okta authentication documentationdocs/add-okta-authAchilleas Pipinellis2016-12-154-1/+162
|
* Merge branch 'seed-runner-token' into 'master' Kamil Trzciński2016-12-151-11/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow users to seed the initial runner registration token using an environment variable ## What does this MR do? Allow users to seed the initial runner registration token using an environment variable ## Are there points in the code the reviewer needs to double check? - Naming, do we want to make sure we are clear it's the 'registration' token. Like GITLAB_RUNNER_REGISTRATION_TOKEN vs what I have now, GITLAB_RUNNER_TOKEN - Not sure we've tested a seed fixture before, I just made up a directory structure for the test ## Why was this MR needed? At the moment I want to use this in our idea to production demo: https://gitlab.com/gitlab-org/gitlab-ce/issues/22190 This is useful for when runner is bundled with gitlab, like in a kubernetes stack, and we want the runner to be able to register with gitlab as soon as they both come up. ## Does this MR meet the acceptance criteria? - [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) - [ ] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !6642
| * Allow users to seed the initial runner registration token using an ↵DJ Mountney2016-12-011-11/+12
| | | | | | | | | | | | | | environment variable This is useful for when runner is bundled with gitlab, like in a kubernetes stack, and we want the runner to be able to register with gitlab as soon as they both come up.
* | Updating reference to database password1392-honor-database-passwordIan Baum2016-12-081-2/+2
| | | | | | | | | | postgresql['sql_password'] is not used, should be gitlab_rails['db_password']
* | Update custom_hooks.md for global custom hooks and chained hook infoElan Ruusamäe2016-12-061-0/+20
|/ | | | https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/93
* Fix wrong link in builds artifacts admin docsAchilleas Pipinellis2016-12-011-1/+1
| | | | [ci skip]
* Remove `memberOf` OID in LDAP `user_filter` docs ldap_user_filter_update2Drew Blessing2016-11-281-1/+1
| | | | | While not technically invalid, it is not necessary to have the `memberOf` OID in the `user_filter`. It clutters things up and causes confusion for users so it's better if we remove it from the docs.
* Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis2016-11-2215-0/+0
| | | | | | Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
* Merge branch 'patch-10' into 'master' Achilleas Pipinellis2016-11-221-1/+1
|\ | | | | | | | | | | | | | | | | add missing sudo skip-auto-migration ## What does this MR do? Fixes minor documentation issue where adding `skip-auto-migration` file does not work because `sudo` is not used. See merge request !7435
| * add missing sudo skip-auto-migrationBen Bodenmiller2016-11-121-1/+1
| |
* | 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