Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix step number and token param in URL example. Fix gitlab-rails command ↵mrchrisw/fix-debug-token | Chris Wilson | 2016-10-11 | 1 | -2/+2 |
| | | | | code formatting. | ||||
* | Merge branch 'docs/refactor-registry' into 'master' | Achilleas Pipinellis | 2016-10-06 | 1 | -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 port | Achilleas Pipinellis | 2016-10-06 | 1 | -23/+62 |
| | | | | | | | | Closes https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1433 | ||||
| * | Remove doctoc from administration/container_registry | Achilleas Pipinellis | 2016-10-06 | 1 | -20/+0 |
| | | |||||
| * | Move container_registry user docs to new location | Achilleas Pipinellis | 2016-09-25 | 1 | -0/+9 |
| | | | | | | | | [ci skip] | ||||
* | | Update housekeeping docs for new GitLab UI. | Wolfgang Faust | 2016-10-04 | 2 | -1/+1 |
| | | |||||
* | | add configurable email subject suffix | Fu Xu | 2016-10-03 | 1 | -9/+11 |
| | | |||||
* | | Log LDAP lookup errors and don't swallow unrelated exceptions | Markus Koller | 2016-09-28 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Roger Meier <r.meier@siemens.com> | ||||
* | Change location and refactor issue closing pattern documentation | Achilleas Pipinellis | 2016-09-22 | 1 | -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 Pipinellis | 2016-09-13 | 1 | -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-region | Chris Wilson | 2016-09-13 | 1 | -0/+1 |
| | | |||||
| * | Include region in S3 configuration | Chris Wilson | 2016-08-19 | 1 | -1/+2 |
| | | |||||
* | | Split Koding admin/user docs | Achilleas Pipinellis | 2016-08-22 | 1 | -0/+242 |
|/ | |||||
* | 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 |
| | | | |