summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Docs permissions for group labelsgroup-label-permissions-docsVictor Wu2017-06-191-0/+1
|
* Update Prometheus Merge Request Metrics pageJoshua Lambert2017-06-192-4/+4
|
* Add table for files in merge request diffsSean McGivern2017-06-161-8/+9
| | | | | | | | | | | | | | | | This adds an ID-less table containing one row per file, per merge request diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised currently, with the advantage that we can easily query the attributes of this new table. It does not migrate existing data, so we have fallback code when the legacy st_diffs column is present instead. For a merge request diff to be valid, it should have at most one of: * Rows in this new table, with the correct merge_request_diff_id. * A non-NULL st_diffs column. It may have neither, if the diff is empty.
* Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern2017-06-165-45/+46
|\ | | | | | | | | | | | | Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811
| * Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-155-45/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* | Merge branch 'docs/branches' into 'master'Marcia Ramos2017-06-162-0/+17
|\ \ | | | | | | | | | | | | Document the Delete Merged Branches functionality See merge request !12217
| * | Move branches docs to new location and copyeditdocs/branchesAchilleas Pipinellis2017-06-163-6/+8
| | |
| * | Document the Delete Merged Branches functionalityMark Fletcher2017-06-082-0/+15
| | | | | | | | | | | | * Note that protected branches will not be part of the deletion
* | | Merge branch 'convdev-docs' into 'master'Achilleas Pipinellis2017-06-163-1/+31
|\ \ \ | | | | | | | | | | | | | | | | Convdev docs See merge request !12189
| * | | Copyedit ConvDev docsconvdev-docsAchilleas Pipinellis2017-06-163-12/+20
| | | |
| * | | convdev docsVictor Wu2017-06-151-0/+22
| | |/ | |/|
* | | Merge branch 'issue-board-docs' into 'master'Achilleas Pipinellis2017-06-161-2/+3
|\ \ \ | | | | | | | | | | | | | | | | Issue board docs See merge request !12197
| * | | Update issue_board.mdissue-board-docsVictor Wu2017-06-151-2/+3
| |/ /
* | | Jira integ docsVictor Wu2017-06-162-3/+3
| | |
* | | Update confidential_issues.mdconfidential-issues-redesign-docsVictor Wu2017-06-151-3/+2
| | |
* | | Replace confidential_issues_issue_page.pngVictor Wu2017-06-151-0/+0
|/ /
* | Fix Markdown in JIRA integration docsAdam Niedzielski2017-06-141-1/+1
| |
* | Add docs for personal access tokensdocs/personal-access-tokensAchilleas Pipinellis2017-06-145-40/+95
| |
* | doc: add example of scheduler whenElan Ruusamäe2017-06-121-0/+20
| |
* | Merge branch 'add-note-renaming-moving-registry-container-user-docs' into ↵Marcia Ramos2017-06-091-0/+8
|\ \ | | | | | | | | | | | | | | | | | | 'master' Add note on moving or renaming registry repository See merge request !11882
| * | Add note on moving or renaming registry repositoryadd-note-renaming-moving-registry-container-user-docsCindy Pallares 🦉2017-06-061-0/+8
| | | | | | | | | | | | As per d5d8e76bd79cd9d61c66539a5069104cf46be2bd, any attempts to rename a container registry repository are blocked due to image signatures.
* | | Merge branch 'docs/rm-protected-branches' into 'master'Sean Packham2017-06-082-0/+27
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add docs for protected branches deletion feature Closes #32218 See merge request !11536
| * | | Add docs for protected branches deletion featuredocs/rm-protected-branchesAchilleas Pipinellis2017-05-192-0/+27
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/32218
* | | | Fix URLs in artifacts documentationDouwe Maan2017-06-071-2/+2
| | | |
* | | | Merge branch 'docs/expiring-artifacts' into 'master'Sean Packham2017-06-071-9/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more info on artifacts expiry date Closes #18694 See merge request !11942
| * | | | Add more info on artifacts expiry datedocs/expiring-artifactsAchilleas Pipinellis2017-06-061-9/+17
| | |_|/ | |/| |
* | | | Merge branch 'zj-read-registry-pat' into 'master'Kamil Trzciński2017-06-071-6/+7
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Allow pulling container images using personal access tokens Closes #19219 See merge request !11845
| * | | Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first commit doing mainly 3 things: 1. create a new scope and allow users to use it 2. Have the JWTController respond correctly on this 3. Updates documentation to suggest usage of PATs There is one gotcha, there will be no support for impersonation tokens, as this seems not needed. Fixes gitlab-org/gitlab-ce#19219
* | | | Remove references to old settings locationAchilleas Pipinellis2017-06-067-32/+14
| | | |
* | | | Merge branch 'patch-23' into 'master'Achilleas Pipinellis2017-06-061-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Corrected spelling mistake in permissions.md "it total" -> "in total". See merge request !11908
| * | | | Corrected spelling mistake in permissions.md "it total" -> "in total".Andrew Featherstone2017-06-051-1/+1
| | | | |
* | | | | change headings to improve SEOdocs/fix-headings-for-seoMarcia Ramos2017-06-061-4/+4
| | | | |
* | | | | Support hard deletion in Admin::UsersController#destroyNick Thomas2017-06-051-1/+2
|/ / / /
* | | | Merge branch '28694-hard-delete-user-from-api' into 'master'Douwe Maan2017-06-021-5/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow users to be hard-deleted from the API See merge request !11853
| * | | | Allow users to be hard-deleted from the APINick Thomas2017-06-021-5/+14
| | |_|/ | |/| |
* | | | Fixed typo: craeted -> createddenisroy2017-06-021-1/+1
|/ / /
* | | Resolve "Improve Container Registry description"Achilleas Pipinellis2017-06-012-2/+0
| | |
* | | Fix pipeline schedule value name in documentationAndre Ippisch2017-06-011-1/+1
|/ /
* | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-0/+9
|\ \ | | | | | | | | | | | | Rework project authorizations and nested groups for better performance See merge request !10885
| * | Document nested groups not working on MySQLYorick Peterse2017-05-171-0/+9
| | |
* | | Add API URL to JIRA settings31448-jira-urlsJarka Kadlecova2017-05-261-1/+2
| | |
* | | Merge branch 'revert-b0498c17' into 'master'Robert Speicher2017-05-251-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Refactor `DynamicPathValidator` and `GitLab::Regex` some more See merge request !11693
| * | | Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-2/+2
| | | | | | | | | | | | This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
* | | | Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-252-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Web Hooks calls logging Closes #17848 See merge request !11027
| * | | | Implement web hooks loggingAlexander Randa2017-05-252-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
* | | | | Merge branch 'mrchrisw-add-mr-stats' into 'master'Achilleas Pipinellis2017-05-252-0/+8
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Add docs on milestone percentage stats See merge request !11428
| * | | | Add docs on milestone percentage statsmrchrisw-add-mr-statsChris Wilson2017-05-252-0/+8
| | |/ / | |/| | | | | | | | | | | | | | Clarify how the milestone percentage is calculated in the docs. Include example image of milestone.
* | | | Merge branch 'dm-fix-routes' into 'master'Robert Speicher2017-05-241-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix ambiguous routing issues by teaching router about reserved words See merge request !11570
| * | | | Remove changes that are not absolutely necessarydm-fix-routesDouwe Maan2017-05-231-2/+2
| | | | |
| * | | | Fix specsDouwe Maan2017-05-231-2/+2
| | | | |