summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* correct the prometheus feature configuration according to ↵Marcello2017-01-221-1/+1
| | | | https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template#L1147
* Merge branch 'docs/prometheus' into 'master' Achilleas Pipinellis2017-01-223-1/+109
|\ | | | | | | | | Add Prometheus docs See merge request !8699
| * Add information on the dashboard and exporter portsAchilleas Pipinellis2017-01-221-1/+6
| | | | | | | | [ci skip]
| * Expose Prometheus docs to the main READMEAchilleas Pipinellis2017-01-222-1/+7
| | | | | | | | [ci skip]
| * Add Prometheus docsAchilleas Pipinellis2017-01-221-0/+97
| | | | | | | | | | | | Replaces https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1237 Omnibus MR: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1227 Omnibus issue: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1481
* | Merge branch '25851-document-token-scopes' into 'master' Rémy Coutable2017-01-202-3/+13
|\ \ | | | | | | | | | | | | | | | | | | Add documentation around OAuth/Personal Access Token scopes. Closes #25851 See merge request !8226
| * | Add documentation around OAuth/Personal Access Token scopes.Timothy Andrew2017-01-192-3/+13
| | |
* | | Make university more prominent.sytses2017-01-191-1/+4
| | |
* | | Merge branch 'ci-submodule-doc-update' into 'master' Tomasz Maczukin2017-01-192-1/+47
|\ \ \ | | | | | | | | | | | | | | | | Document GIT_SUBMODULE_STRATEGY See merge request !8586
| * | | Document GIT_SUBMODULE_STRATEGYJonathon Reinhart2017-01-162-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This documents the `GIT_SUBMODULE_STRATEGY` feature added in gitlab-ci-multi-runner version 1.10. [ci skip]
* | | | Add an image to the public access documentation and fix wrong profile pathRémy Coutable2017-01-192-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'patch-9' into 'master' Fatih Acet2017-01-191-10/+68
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add documentation for possible causes of JS-related test failures. See merge request !8214
| * | | | Fix markdown errors.patch-9Bryce Johnson2016-12-211-2/+2
| | | | |
| * | | | Add documentation for possible causes of JS-related test failures.Bryce Johnson2016-12-211-10/+68
| | | | |
* | | | | Merge branch 'document-auto_link_ldap_user' into 'master' Achilleas Pipinellis2017-01-191-0/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Document the `auto_link_ldap_user` setting See merge request !8568
| * | | | Document the `auto_link_ldap_user` settingNick Thomas2017-01-131-0/+10
| | |/ / | |/| |
* | | | Add Slack slash commands to project services list indexAchilleas Pipinellis2017-01-191-0/+1
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'time-tracking-api' into 'master' Sean McGivern2017-01-182-0/+279
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Time tracking API Closes #25861 See merge request !8483
| * | | | Add some API endpoints for time tracking.Ruben Davila2017-01-182-0/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New endpoints are: POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time" GET :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
* | | | | Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan2017-01-185-0/+78
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Backport timetracking to CE See merge request !8195
| * | | | Slight modification to the docRegis Freyd2017-01-151-5/+2
| | | | |
| * | | | Backport backend work for time tracking.Ruben Davila2017-01-155-0/+81
| |/ / /
* | | | Fixing typoCristian Thiago Moecke2017-01-181-1/+1
| | | |
* | | | Merge branch '24915_merge_slash_command' into 'master' Sean McGivern2017-01-171-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Support `/merge` slash command for MRs Closes #24915 See merge request !7746
| * | | support `/merge` slash comand for MRsJarka Kadlecova2017-01-111-0/+1
| | | |
* | | | Merge branch 'zj-fix-broken-link-docs' into 'master' Robert Speicher2017-01-131-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken link in docs Closes #26544 [ci skip] See merge request !8529
| * | | | Fix broken link in docszj-fix-broken-link-docsZ.J. van de Weg2017-01-111-1/+1
| |/ / / | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'env-var-in-redis-config' into 'master' Rémy Coutable2017-01-131-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow to use ENV variables in redis config See merge request !8073
| * | | | Allow to use ENV variables in redis configSemyon Pupkov2017-01-131-0/+6
| | | | |
* | | | | API: Implement project issues iid param with IssuesFinder and add tests23194-fix-no-milestone-option-for-projects-endpointDavid Eisner2017-01-121-0/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-124-2/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge branch 'backup-restore-documentation-tips' into 'master' Marin Jankovski2017-01-111-1/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Add detail to backup_restore omnibus remote storage docs See merge request !8306
| * | | Add detail to backup_restore remote storage docsDaniel Guilak2016-12-241-1/+3
| | | | | | | | | | | | | | | | | | | | - Location in which to add `gitlab_rails` configurations - Reminder to run `gitlab-ctl reconfigure` after changing gitlab_rails
* | | | Merge branch 'patch-8' into 'master' Achilleas Pipinellis2017-01-101-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Clarify instructions for importing Wiki/Merge Request data See merge request !8075
| * | | | Update html link to markdown linkpatch-8Lee Matos2016-12-151-1/+1
| | | | |
| * | | | applying style guide fixesLee Matos2016-12-151-1/+2
| | | | |
| * | | | Clarify instructions for importing Wiki/Merge Request dataLee Matos2016-12-131-0/+2
| | | | |
* | | | | Merge branch 'restore-backup-when-env-variable-is-passed' into 'master' Sean McGivern2017-01-101-2/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore backup correctly when "BACKUP" environment variable is passed Closes #26090 See merge request !8477
| * | | | | Restore backup correctly when "BACKUP" environment variable is passedrestore-backup-when-env-variable-is-passedAdam Niedzielski2017-01-091-2/+6
| | | | | |
* | | | | | Merge branch '24139-production-wildcard-for-cycle-analytics' into 'master' Sean McGivern2017-01-101-6/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Treat environments matching `production/*` as Production for Cycle Analytics Closes #24139 See merge request !8500
| * | | | | Treat environments matching `production/*` as Production24139-production-wildcard-for-cycle-analyticsToon Claes2017-01-091-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge branch 'remove-successful-pipeline-emails-for-now' into 'master' Sean McGivern2017-01-091-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make successful pipeline emails off for watchers Closes #24845 See merge request !8176
| * | | | | | Make successful pipeline emails off for watchersLin Jen-Shin2017-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #24845
* | | | | | | Merge branch 'feature/log-ldap-to-application-log' into 'master' Rémy Coutable2017-01-091-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log LDAP blocking/unblocking events to application log See merge request !8042
| * | | | | | | fixup! Log messages when blocking/unblocking LDAP accountsMarkus Koller2016-12-201-4/+7
| | | | | | | |
| * | | | | | | Log messages when blocking/unblocking LDAP accountsMarkus Koller2016-12-201-1/+1
| | | | | | | |
* | | | | | | | updated due to reorder changes [ci skip]James Lopez2017-01-091-26/+61
| | | | | | | |
* | | | | | | | use ruby 2.3.3 also in the update guide [ci skip]James Lopez2017-01-091-3/+3
| | | | | | | |
* | | | | | | | added update guides for 8.16 [ci skip]James Lopez2017-01-092-2/+204
| | | | | | | |
* | | | | | | | Re-order update steps in the 8.14 -> 8.15 upgrade guide26014-fix-update-docRémy Coutable2017-01-093-49/+83
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>