Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Okta authentication documentationdocs/add-okta-auth | Achilleas Pipinellis | 2016-12-15 | 4 | -1/+162 |
| | |||||
* | Merge branch 'seed-runner-token' into 'master' | Kamil Trzciński | 2016-12-15 | 1 | -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 Mountney | 2016-12-01 | 1 | -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-password | Ian Baum | 2016-12-08 | 1 | -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 info | Elan Ruusamäe | 2016-12-06 | 1 | -0/+20 |
|/ | | | | https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/93 | ||||
* | Fix wrong link in builds artifacts admin docs | Achilleas Pipinellis | 2016-12-01 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Remove `memberOf` OID in LDAP `user_filter` docs ldap_user_filter_update2 | Drew Blessing | 2016-11-28 | 1 | -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 pngquant | Achilleas Pipinellis | 2016-11-22 | 15 | -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 Pipinellis | 2016-11-22 | 1 | -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-migration | Ben Bodenmiller | 2016-11-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'mailroom_idle_timeout' into 'master' | Rémy Coutable | 2016-11-17 | 1 | -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_timeout | Marin Jankovski | 2016-11-16 | 1 | -3/+3 |
| | | | |||||
| * | | Add idle_timeout to reply by email doc. | Marin Jankovski | 2016-11-16 | 1 | -0/+10 |
| | | | |||||
* | | | Remove ToC since it's now supported in the docs portal itself | Achilleas Pipinellis | 2016-11-17 | 2 | -53/+0 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Remove login as root step from Redis HA docsdoc/sentinel | Achilleas Pipinellis | 2016-11-16 | 1 | -22/+9 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Minor edits in Redis HA source install | Achilleas Pipinellis | 2016-11-16 | 1 | -4/+4 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Remove experimental heading and move note at the top | Achilleas Pipinellis | 2016-11-16 | 1 | -9/+6 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Merge branch 'doc/sentinel' of gitlab.com:gitlab-org/gitlab-ce into doc/sentinel | Achilleas Pipinellis | 2016-11-16 | 3 | -330/+1107 |
|\ \ \ | |||||
| * | | | Merge examples of Redis master/slave + Sentinels for source docs | Achilleas Pipinellis | 2016-11-16 | 1 | -67/+106 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Add steps to Redis HA source installation | Achilleas Pipinellis | 2016-11-16 | 1 | -73/+123 |
| | | | | |||||
| * | | | Merge examples of Redis master/slave + Sentinels | Achilleas Pipinellis | 2016-11-16 | 1 | -107/+37 |
| | | | | |||||
| * | | | Rearrange Redis HA source installations sections | Achilleas Pipinellis | 2016-11-16 | 1 | -24/+33 |
| | | | | |||||
| * | | | Add clear instructions for the different Redis HA setups | Achilleas Pipinellis | 2016-11-16 | 1 | -35/+40 |
| | | | | |||||
| * | | | Refactor Redis HA docs | Achilleas Pipinellis | 2016-11-15 | 1 | -233/+314 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Swap HA setups | Achilleas Pipinellis | 2016-11-15 | 2 | -42/+45 |
| | | | | |||||
| * | | | Add missing link to GH issue | Achilleas Pipinellis | 2016-11-11 | 1 | -6/+9 |
| | | | | |||||
| * | | | Rearrange sections in Sentinel docs | Achilleas Pipinellis | 2016-11-10 | 1 | -162/+181 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Move some things over | Achilleas Pipinellis | 2016-11-10 | 1 | -83/+112 |
| | | | | |||||
| * | | | Move experimental heading at the bottom under changelog | Achilleas Pipinellis | 2016-11-10 | 1 | -26/+33 |
| | | | | |||||
| * | | | Fix typos of Redis sentinel docs | Achilleas Pipinellis | 2016-11-10 | 1 | -22/+22 |
| | | | | |||||
| * | | | Remade documentation for Redis HA with Omnibus | Gabriel Mazetto | 2016-11-10 | 2 | -182/+480 |
| | | | | |||||
| * | | | Fixed some documentation and moved Source install specific to other file. | Gabriel Mazetto | 2016-11-08 | 2 | -121/+300 |
| | | | | |||||
| * | | | Fixed documentation and added redis/sentinel roles instruction | Gabriel Mazetto | 2016-11-08 | 1 | -14/+54 |
| | | | | |||||
| * | | | Few more fixes to Sentinel documentation to address MR feedback | Gabriel Mazetto | 2016-11-08 | 1 | -7/+4 |
| | | | | |||||
| * | | | Reduce the ammount of lines to disable services and update TOC | Gabriel Mazetto | 2016-11-08 | 1 | -9/+3 |
| | | | | |||||
| * | | | Improved Redis HA and Sentinel documentation. | Gabriel Mazetto | 2016-11-08 | 1 | -117/+210 |
| | | | | |||||
| * | | | Improved documentation on HA sentinel part and Redis replication ↵ | Gabriel Mazetto | 2016-11-08 | 1 | -60/+256 |
| | | | | | | | | | | | | | | | | troubleshooting. | ||||
| * | | | Updated password examples and improved omnibus troubleshooting | Gabriel Mazetto | 2016-11-08 | 1 | -4/+19 |
| | | | | |||||
| * | | | Small fixes on Sentinel documentation for CE | Gabriel Mazetto | 2016-11-08 | 1 | -2/+0 |
| | | | | |||||
| * | | | Improved redis sentinel documentation for CE | Gabriel Mazetto | 2016-11-08 | 1 | -36/+26 |
| | | | | |||||
* | | | | Improved documentation on HA sentinel part and Redis replication ↵ | Gabriel Mazetto | 2016-11-16 | 1 | -60/+256 |
| | | | | | | | | | | | | | | | | troubleshooting. | ||||
* | | | | Updated password examples and improved omnibus troubleshooting | Gabriel Mazetto | 2016-11-16 | 1 | -4/+19 |
| | | | | |||||
* | | | | Small fixes on Sentinel documentation for CE | Gabriel Mazetto | 2016-11-16 | 1 | -2/+0 |
| | | | | |||||
* | | | | Improved redis sentinel documentation for CE | Gabriel Mazetto | 2016-11-16 | 1 | -36/+26 |
| |/ / |/| | | |||||
* | | | Clarify LDAP troubleshooting ldap_search example [ci skip] | Drew Blessing | 2016-11-15 | 1 | -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 consistency | Ben Bodenmiller | 2016-11-12 | 1 | -1/+1 |
| | | | |||||
* | | | update redis server details | Ben Bodenmiller | 2016-11-12 | 1 | -5/+5 |
| |/ |/| | |||||
* | | Refactored Sidekiq Throttler and updated documentationsidekiq-job-throttling | Patricio Cano | 2016-11-11 | 1 | -7/+8 |
| | | |||||
* | | Added documentation and CHANGELOG item. | Patricio Cano | 2016-11-10 | 3 | -0/+33 |
| | | |||||
* | | Merge branch 'ldap_check_bind' into 'master' | Sean McGivern | 2016-11-09 | 3 | -0/+101 |
|\ \ | |/ |/| | | | | | | | | | Improve ldap:check errors Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21621. See merge request !6601 |