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-02-24Merge branch 'patch-12' into 'master' James Lopez
Fix hash of ruby in update documentation See merge request !8735
2017-01-31Merge branch 'patch-12' into 'master' James Lopez
Services changed to Integrations See merge request !8686
2017-01-24Merge branch 'patch-12' into 'master' Achilleas Pipinellis
correct the prometheus feature configuration according to https://gitlab.com/git… See merge request !8703
2017-01-24Merge branch 'docs/prometheus' into 'master' Achilleas Pipinellis
Add Prometheus docs See merge request !8699
2017-01-20Merge branch '25851-document-token-scopes' into 'master' Rémy Coutable
Add documentation around OAuth/Personal Access Token scopes. Closes #25851 See merge request !8226
2017-01-20Merge branch 'ci-submodule-doc-update' into 'master' Tomasz Maczukin
Document GIT_SUBMODULE_STRATEGY See merge request !8586
2017-01-20Merge branch 'improve-public_access-documentation' into 'master' Achilleas Pipinellis
Add an image to the public access documentation and fix wrong profile path See merge request !8583
2017-01-20Merge branch 'patch-9' into 'master' Fatih Acet
Add documentation for possible causes of JS-related test failures. See merge request !8214
2017-01-20Merge branch 'document-auto_link_ldap_user' into 'master' Achilleas Pipinellis
Document the `auto_link_ldap_user` setting See merge request !8568
2017-01-19Merge branch 'docs/add_slack_to_services_list' into 'master' Achilleas Pipinellis
Add Slack slash commands to project services list index See merge request !8636
2017-01-19Merge branch 'time-tracking-api' into 'master' Sean McGivern
Time tracking API Closes #25861 See merge request !8483
2017-01-19Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan
Backport timetracking to CE See merge request !8195
2017-01-19Merge branch 'patch-12' into 'master' Sean McGivern
Fixing typo See merge request !8621
2017-01-19Merge branch '24915_merge_slash_command' into 'master' Sean McGivern
Support `/merge` slash command for MRs Closes #24915 See merge request !7746
2017-01-13Merge branch 'zj-fix-broken-link-docs' into 'master' Robert Speicher
Fix broken link in docs Closes #26544 [ci skip] See merge request !8529
2017-01-13Merge branch 'env-var-in-redis-config' into 'master' Rémy Coutable
Allow to use ENV variables in redis config See merge request !8073
2017-01-13Allow to use ENV variables in redis configSemyon Pupkov
2017-01-13API: Implement project issues iid param with IssuesFinder and add testsDavid Eisner
- Use IssuesFinder for the /issues API resouce - Tests for iid filter in project issues API resource - Tests for No Milestone filter in issues API resources The "No Milestone" case was not previously tested, and the `/issues` resource did not support the the `milestone` parameter. - Return issues where all labels match from the issues and project issues API resources, like the group issues resource already does. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533 Signed-off-by: Rémy Coutable <remy@rymai.me>
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-11Fix broken link in docsZ.J. van de Weg
[ci skip]
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