Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include region for source installation s3-region | Chris Wilson | 2016-09-13 | 1 | -0/+1 |
| | |||||
* | Include region in S3 configuration | Chris Wilson | 2016-08-19 | 1 | -1/+2 |
| | |||||
* | Merge branch 'patch-3' into 'master' | Achilleas Pipinellis | 2016-08-11 | 1 | -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.md | David Warburton | 2016-08-01 | 1 | -1/+3 |
| | | |||||
| * | Update container_registry.md | David Warburton | 2016-07-13 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'brodock/gitlab-ce-feature/redis-sentinel' | Douwe Maan | 2016-08-09 | 1 | -23/+278 |
|\ \ | | | | | | | | | | | | | # Conflicts: # lib/gitlab/redis.rb | ||||
| * | | Small refactor and a few documentation fixes | Gabriel Mazetto | 2016-08-04 | 1 | -2/+2 |
| | | | |||||
| * | | Updated documentations for Redis Sentinel experimental support | Gabriel Mazetto | 2016-08-04 | 1 | -23/+28 |
| | | | |||||
| * | | Refactor Redis HA docs to also include Sentinel | Achilleas Pipinellis | 2016-08-04 | 1 | -102/+245 |
| | | | |||||
| * | | Added Redis Sentinel support documentation | Gabriel Mazetto | 2016-08-04 | 1 | -0/+107 |
| | | | |||||
* | | | Simplify feature introduction notesimplify_intro_features_doc | Achilleas Pipinellis | 2016-08-08 | 5 | -15/+13 |
|/ / | | | | | | | [ci skip] | ||||
* | | Refactor build artifacts documentation | Achilleas Pipinellis | 2016-08-04 | 1 | -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 mountpoints | Achilleas Pipinellis | 2016-07-22 | 1 | -17/+35 |
| | | | | | | | | [ci skip] | ||||
* | | Refactor repository storages documentation | Achilleas Pipinellis | 2016-07-22 | 2 | -10/+72 |
| | | | | | | | | [ci skip] | ||||
* | | Merge branch ↵ | Achilleas Pipinellis | 2016-07-22 | 1 | -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-feature | Alejandro Rodríguez | 2016-07-21 | 1 | -1/+2 |
| | | | |||||
* | | | Move admin application settings to own path | Achilleas Pipinellis | 2016-07-22 | 4 | -56/+0 |
|/ / | | | | | | | [ci skip] | ||||
* | | Refactored the domain separator regex, plus syntax and grammar fixes. | Patricio Cano | 2016-07-18 | 1 | -1/+1 |
| | | |||||
* | | Fixed `signup_domain_valid?` flow and added documentation. | Patricio Cano | 2016-07-18 | 2 | -2/+20 |
|/ | |||||
* | Fix typo and explain the precedence of STDERR and STDOUT | Achilleas Pipinellis | 2016-07-09 | 1 | -1/+2 |
| | |||||
* | Merge branch 'fix_ldap_config' into 'master' | Drew Blessing | 2016-07-06 | 1 | -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 configuration | Drew Blessing | 2016-05-27 | 1 | -21/+21 |
| | | |||||
* | | Add `alt` text to the images in the documentation. | Patricio Cano | 2016-07-05 | 1 | -2/+2 |
| | | |||||
* | | Added documentation on the access restrictions. | Patricio Cano | 2016-07-05 | 3 | -0/+38 |
| | | |||||
* | | Change doc location of custom hooksdoc-custom-githook-ui | Achilleas Pipinellis | 2016-07-05 | 2 | -0/+56 |
| | | |||||
* | | Add troubleshooting section for SMTP settings | Stan Hu | 2016-07-01 | 1 | -2/+51 |
| | | | | | | | | [ci skip] | ||||
* | | Refactor repository paths handling to allow multiple git mount points | Alejandro Rodríguez | 2016-06-29 | 1 | -0/+18 |
| | | |||||
* | | optimize png images losslessly using zopflipng | Peter Dave Hello | 2016-06-29 | 1 | -0/+0 |
| | | |||||
* | | Add debugging tips with gdb | Stan Hu | 2016-06-24 | 2 | -0/+262 |
| | | | | | | | | [ci skip] | ||||
* | | Merge branch 'feature/import-export-docs' into 'master' | Achilleas Pipinellis | 2016-06-22 | 1 | -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-docs | Achilleas Pipinellis | 2016-06-22 | 1 | -2/+73 |
| |\ \ | |||||
| * | | | Add note about the shared directory | Achilleas Pipinellis | 2016-06-22 | 1 | -0/+3 |
| | | | | |||||
| * | | | Add note about enabling import/export in existing installations | Achilleas Pipinellis | 2016-06-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add note about settingsfeature/import-export-docs | James Lopez | 2016-06-22 | 1 | -0/+2 |
| | | | | |||||
| * | | | Refactor project import/export documentation | Achilleas Pipinellis | 2016-06-21 | 1 | -0/+28 |
| | | | | |||||
| * | | | deleted images no longer needed | James Lopez | 2016-06-21 | 6 | -0/+0 |
| | | | | |||||
| * | | | added nice to have - rake task and some changes to docs | James Lopez | 2016-06-21 | 1 | -66/+0 |
| | | | | |||||
| * | | | added some extra nice tasks to have | James Lopez | 2016-06-21 | 1 | -4/+22 |
| | | | | |||||
| * | | | update docs | James Lopez | 2016-06-21 | 1 | -22/+20 |
| | | | | |||||
| * | | | import/export docs | James Lopez | 2016-06-21 | 7 | -0/+50 |
| | | | | |||||
* | | | | Merge branch 'hotfix/better-container-registry-documentation' into 'master' | Achilleas Pipinellis | 2016-06-22 | 1 | -0/+11 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some docs for Docker Registry configuration - Relatively important for anyone installing from source There have been a few issues created because of the lack of documentation for how to configure Docker Registry when installing from source, specifically what the `realm` needs to be and the `service` These 2 bits of info will stop a lot of headaches :+1: Issues: https://gitlab.com/gitlab-org/gitlab-ce/issues/17957 https://gitlab.com/gitlab-org/gitlab-ce/issues/17991 See merge request !4738 | ||||
| * | | | Oops ... Typo | Chris Wright | 2016-06-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add some docs for Docker Registry configuration | Chris Wright | 2016-06-17 | 1 | -0/+11 |
| | |/ | |/| | |||||
* | | | Add documentation and examples for configuring cloud storage for registry ↵custom-registry-storage-docs | DJ Mountney | 2016-06-21 | 1 | -2/+73 |
| |/ |/| | | | | | images. | ||||
* | | Merge branch 'fix-sidekiq-troubleshooting' into 'master' | Stan Hu | 2016-06-14 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix typo in obtaining a backtrace from all threads in gdb See merge request !4612 | ||||
| * | | Fix typo in obtaining a backtrace from all threads in gdb | Stan Hu | 2016-06-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | Also add command to turn off pagination [ci skip] | ||||
* | | | Move logs/logs.md to administration/logs.md | Achilleas Pipinellis | 2016-06-13 | 1 | -0/+137 |
|/ / | | | | | | | [ci skip] | ||||
* | | Fix incorrect registry key value | Achilleas Pipinellis | 2016-06-10 | 1 | -2/+2 |
| | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/18441 | ||||
* | | Explicitly mention advisory file locking | Drew Blessing | 2016-06-01 | 1 | -2/+2 |
| | | |||||
* | | Add gdb detach instructions | Drew Blessing | 2016-06-01 | 1 | -0/+8 |
| | |