Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-01-12Add support for PlantUML diagrams in Asciidoc.Horacio Sanson
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
2017-01-12Merge branch 'backup-restore-documentation-tips' into 'master' Marin Jankovski
Add detail to backup_restore omnibus remote storage docs See merge request !8306
2017-01-11Merge branch 'patch-8' into 'master' Achilleas Pipinellis
Clarify instructions for importing Wiki/Merge Request data See merge request !8075
2017-01-10Merge branch 'restore-backup-when-env-variable-is-passed' into 'master' Sean McGivern
Restore backup correctly when "BACKUP" environment variable is passed Closes #26090 See merge request !8477
2017-01-10Merge branch '24139-production-wildcard-for-cycle-analytics' into 'master' Sean McGivern
Treat environments matching `production/*` as Production for Cycle Analytics Closes #24139 See merge request !8500
2017-01-09Restore backup correctly when "BACKUP" environment variable is passedAdam Niedzielski
2017-01-09Treat environments matching `production/*` as ProductionToon Claes
For Cycle Analytics, the environment `production` is treated as a special case, and used to update the `first_deployed_to_production_at` metric. With the Review Apps changes, slash syntax is used to group related environments in the list. This is mostly used for `review/<branch>` environments, but it's possible for people to have multiple production environments, and someone might then want to group them like `production/eu`, `production/us`, or even just make it look prettier with `production/www.example.com`. In any of these cases, the first deploy to one of these `production/*` environments now is treated as a Production deploy.
2017-01-09Merge branch 'remove-successful-pipeline-emails-for-now' into 'master' Sean McGivern
Make successful pipeline emails off for watchers Closes #24845 See merge request !8176
2017-01-09Merge branch 'feature/log-ldap-to-application-log' into 'master' Rémy Coutable
Log LDAP blocking/unblocking events to application log See merge request !8042
2017-01-09updated due to reorder changes [ci skip]James Lopez
2017-01-09use ruby 2.3.3 also in the update guide [ci skip]James Lopez
2017-01-09added update guides for 8.16 [ci skip]James Lopez
2017-01-09Re-order update steps in the 8.14 -> 8.15 upgrade guideRémy Coutable
1. Gems need to be installed before we can run the gitlab:workhorse:install task 1. Update gitlab-shell after gitlab-workhorse since it's a manual step that needs to be done in `/home/git/gitlab-shell` Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-07Merge branch 'fix-link-reply-by-email' into 'master' Achilleas Pipinellis
Fix dead link in Reply by email documentation Closes #26247 See merge request !8474
2017-01-06Merge branch 'support-google-cloud-storage-backups' into 'master' Stan Hu
Re-add Google Cloud Storage as a backup strategy Closes #26362 See merge request !8481
2017-01-06Merge branch 'ux-copy-capitalization-punctuation' into 'master' Allison Whilden
Improve UX copy docs on capitalization and punctuation See merge request !8439
2017-01-06Re-add Google Cloud Storage as a backup strategyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-06Merge branch 'update-gitea-importer-doc' into 'master' Rémy Coutable
With Gitea v1.0.0, notes are imported See merge request !8298
2017-01-06Fix dead link in Reply by email documentationAchilleas Pipinellis
2017-01-05Merge branch ↵Rémy Coutable
'19966-api-call-to-move-project-to-different-group-fails-when-using-group-and-project-names-instead-of-id' into 'master' Fix groups API to accept path when transferring a project Closes #19966 See merge request !8408
2017-01-05Merge branch 'ux-guide-search-box' into 'master' Achilleas Pipinellis
UX Guide: add section on search box See merge request !8429
2017-01-05Make successful pipeline emails off for watchersLin Jen-Shin
Closes #24845
2017-01-04[ci skip] UX Guide: Add new primary and secondary text colorsAllison Whilden
2017-01-04Improve UX copy docs on capitalization and punctuationPedro Moreira da Silva
2017-01-04Merge branch 'mrchrisw-repack-not-gc' into 'master' Jacob Vosmaer (GitLab)
Clarify git housekeeping See merge request !8373
2017-01-04[ci skip] UX Guide: add section on search boxAllison Whilden
2017-01-03Minor improvements to changelog docsRobert Speicher
[ci skip]
2017-01-03Fix groups API to accept path when transferring a projectMark Fletcher
* Use standard helpers for finding group and project
2016-12-30Clarify git housekeepingChris Wilson
This changed in https://gitlab.com/gitlab-org/gitlab-ce/commit/6bcc52a53678ca68001189c801497862d3f6e758 The current docs are not clear in stating that we also run a `git repack` and that we respect the admin application setting values.
2016-12-29Merge branch 'grapify-settings-api' into 'master' Sean McGivern
Grapify the settings API See merge request !8336
2016-12-29Grapify the settings APIRobert Schilling
2016-12-28Merge branch 'ux-guide-color-update' into 'master' Annabel Dunstone Gray
UX Guide: split state and action guidance for color See merge request !8204
2016-12-28Merge branch 'ux-guide-scroll-animation' into 'master' Annabel Dunstone Gray
UX Guide: add moving transition animation guidance See merge request !8147
2016-12-28Set SIDEKIQ_LOG_ARGUMENTS in gitlab.rbChris Wilson
2016-12-27Merge branch 'feature/1376-allow-write-access-deploy-keys' into 'master' Douwe Maan
Allow to add deploy keys with write-access Closes #1376 See merge request !7383
2016-12-27Merge branch 'auto-deploy-with-space' into 'master' Sean McGivern
Rename "autodeploy" to "auto deploy" Closes #25999 See merge request !8289
2016-12-26Merge branch 'ux-guide-copy-discussion' into 'master' Sean McGivern
UX Guide: add comment and discussion to copy See merge request !8206
2016-12-26Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern
Add more storage statistics See merge request !7754
2016-12-25Add detail to backup_restore remote storage docsDaniel Guilak
- Location in which to add `gitlab_rails` configurations - Reminder to run `gitlab-ctl reconfigure` after changing gitlab_rails
2016-12-23With Gitea v1.0.0, notes are importedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-23Fix whitespace in codeblock Chris Wilson
[ci skip]
2016-12-23Rename "autodeploy" to "auto deploy"Adam Niedzielski
2016-12-23Merge branch 'docs/add_imgs_to_mr_resolution_issue' into 'master' Achilleas Pipinellis
Add more images to issue creation from unresolved discussions See merge request !8279
2016-12-23Merge branch 'patch-9' into 'master' Achilleas Pipinellis
Fixed typo in test-and-deploy-ruby-application-to-heroku.md See merge request !8236
2016-12-23Add images to issue creation from unresolved discussionsAchilleas Pipinellis
[ci skip]
2016-12-22[ci skip] UX Guide: split state and action guidance for colorAllison Whilden
[ci skip] UX Guide: Add retry to blue
2016-12-22Merge branch 'pc-add-gitaly-to-architecture' into 'master' Sid Sijbrandij
Add Gitaly to the architecture of the application See merge request !8264
2016-12-22List all commandsZ.J. van de Weg
[ci skip]
2016-12-22Update architecture diagramPablo Carranza
2016-12-22Slack docs [ci skip]Z.J. van de Weg