summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Change naming from nested groups to subgroupsdocs/nested-groupsAchilleas Pipinellis2017-03-151-1/+1
| | | | [ci skip]
* Address subgroups docs reviewAchilleas Pipinellis2017-03-141-47/+39
| | | | [ci skip]
* Fix wordingAchilleas Pipinellis2017-03-141-2/+2
| | | | [ci skip]
* Add info on group membershipAchilleas Pipinellis2017-03-141-10/+29
| | | | [ci skip]
* Add nested groups documentationAchilleas Pipinellis2017-03-147-0/+155
| | | | [ci skip]
* Merge branch 'lm-docs-clarity' into 'master' Achilleas Pipinellis2017-03-141-1/+1
|\ | | | | | | | | Update markdown.md example with asterisks and underscores for clarity See merge request !9915
| * Update markdown.md example with asterisks and underscores for claritylm-docs-clarityLee Matos2017-03-131-1/+1
| |
* | Merge branch 'patch-15' into 'master' Achilleas Pipinellis2017-03-141-2/+2
|\ \ | |/ |/| | | | | Fix miswording See merge request !9832
| * Fix miswordingAdrian Sadłocha2017-03-091-2/+2
| |
* | Merge branch ↵Robert Speicher2017-03-134-1/+35
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '28492-add-dev-documentation-for-using-the-queryrecorder-in-specs' into 'master' Adds docs for QueryRecorder tests Closes #28492 See merge request !9838
| * | Adds docs for QueryRecorder tests28492-add-dev-documentation-for-using-the-queryrecorder-in-specsJames Edwards-Jones2017-03-134-1/+35
| |/
* | Rename variableBob Van Landuyt2017-03-131-2/+2
| | | | | | | | | | merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
* | Replace the warning with an info iconBob Van Landuyt2017-03-132-0/+0
| |
* | Correctly indent quotes in new issue descriptionBob Van Landuyt2017-03-132-0/+0
| | | | | | | | | | | | By using `>`-quote style instead of `>>>`. Also: Update documentation images.
* | Add a button to delegate all discussions in a merge requestBob Van Landuyt2017-03-132-4/+10
| |
* | Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-3/+3
| | | | | | | | | | And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API.
* | Delegate a single discussion to a new issueBob Van Landuyt2017-03-134-9/+29
| | | | | | | | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
* | Merge branch 'docs/pages-unzip-dep' into 'master' Achilleas Pipinellis2017-03-101-8/+12
|\ \ | | | | | | | | | | | | | | | | | | Add zip/unzip as dependencies for Pages source installations Closes #28440 See merge request !9828
| * | Add zip/unzip as dependencies for Pages source installationsdocs/pages-unzip-depAchilleas Pipinellis2017-03-091-8/+12
| |/ | | | | | | [ci skip]
* | Adds information about architecture step.Filipa Lacerda2017-03-101-2/+20
| |
* | Merge branch 'docs/ux-copy-confirmation-dialogs' into 'master' Achilleas Pipinellis2017-03-101-0/+9
|\ \ | | | | | | | | | | | | Add confirmation dialogs guidelines in UX copy See merge request !9833
| * | Add confirmation dialogs guidelines in UX copydocs/ux-copy-confirmation-dialogsAchilleas Pipinellis2017-03-091-0/+9
| |/ | | | | | | [ci skip]
* | Merge branch 'update-install-guides-9-0' into 'master' Rémy Coutable2017-03-102-2/+236
|\ \ | | | | | | | | | | | | Flush out the update guide from 8.17 - 9.0 See merge request !9823
| * | Add missed review update for 8.17 to 9.0 documentupdate-install-guides-9-0DJ Mountney2017-03-091-1/+0
| | | | | | | | | | | | Missed removing one of the redundant lines
| * | Cleanup 8.17 to 9.0 doc with review suggestionsDJ Mountney2017-03-091-7/+7
| | | | | | | | | | | | | | | Fix redundant wording. Clean up code blocks and links.
| * | Flush out the update guide from 8.17 - 9.0DJ Mountney2017-03-082-2/+237
| |/ | | | | | | And bump the stable branch version in the installation from source guide
* | Merge branch 'protobuf-from-source' into 'master' Sean McGivern2017-03-092-0/+32
|\ \ | | | | | | | | | | | | Instructions for installing google-protobuf from source See merge request !9665
| * | Instructions for installing google-protobuf from sourceJacob Vosmaer2017-03-092-0/+32
| | |
* | | Merge branch 'docs/ci-variables-deprecation-table' into 'master' Achilleas Pipinellis2017-03-092-100/+97
|\ \ \ | |/ / |/| | | | | | | | Cleanup CI variables table and add a deprecation note See merge request !9831
| * | Move example variables output to bottomdocs/ci-variables-deprecation-tableAchilleas Pipinellis2017-03-091-36/+36
| | | | | | | | | | | | [ci skip]
| * | Cleanup CI variables table and add a deprecation noteAchilleas Pipinellis2017-03-092-65/+62
| |/ | | | | | | [ci skip]
* | Merge branch 'patch-15' into 'master' Rémy Coutable2017-03-091-3/+3
|\ \ | |/ |/| | | | | Make clear that commits trigger CI jobs in quick start guide See merge request !9805
| * Update README.md Alex Karnovsky2017-03-081-3/+3
| | | | | | I replaced "merge requests" by "commits". As far as I notice, merge requests per se don't trigger CI; commits and pushes (which are essentially adding commits) do. This is logical: an MR doesn't create anything new, so there is nothing to test.
* | Merge branch 'patch-13' into 'master' Rémy Coutable2017-03-081-1/+3
|\ \ | | | | | | | | | | | | specify where to finish database HA setup See merge request !9731
| * | specify where to finish database HA setupBen Bodenmiller2017-03-061-1/+3
| | |
* | | Merge branch 'patch-15' into 'master' Rémy Coutable2017-03-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fixed typo with project service documentation link See merge request !9708
| * | | Fixed typo with project service documentation linkMiguel2017-03-051-1/+1
| | | |
* | | | Merge branch 'patch-14' into 'master' Rémy Coutable2017-03-081-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | spell out what VIP is See merge request !9733
| * | | | spell out what VIP isBen Bodenmiller2017-03-061-3/+3
| | |/ / | |/| |
* | | | Merge branch 'patch-15' into 'master' Rémy Coutable2017-03-081-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Update container_registry.md: fix private-docker link See merge request !9686
| * | | Update container_registry.md: fix private-docker linkNeroBurner2017-03-031-1/+1
| | | |
* | | | Merge branch 'update_crowd_docs' into 'master' Achilleas Pipinellis2017-03-084-64/+70
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Move and update Crowd authentication documentation See merge request !9775
| * | | | Move and update Crowd authentication documentationDrew Blessing2017-03-074-64/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current docs did not include information on configuring the app in Crowd. Also, moved the doc to the new administration/auth directory.
* | | | | Merge branch 'patch-15' into 'master' Achilleas Pipinellis2017-03-081-0/+58
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add configuration instructions for Container Registry Notifications. See merge request !9500
| * | | | | Add configuration instructions for Container Registry Notifications.[ci skip]Alexandre Gomes2017-03-071-0/+58
| | | | | |
* | | | | | Merge branch 'issue_16834'Douwe Maan2017-03-073-19/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| * | | | | | Remove unecessary endpoint from repository, add compatibility endpoints for ↵issue_16834Felipe Artur2017-03-072-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | v3 and several improvements
| * | | | | | Update API endpoints for raw filesFelipe Artur2017-03-073-17/+36
| |/ / / / /
* | | | | | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-081-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GET "projects/:id/repository/commits" endpoint improvements Closes #1381 and #20207 See merge request !9679
| * | | | | | Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-0/+3
| |/ / / / /