summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Update issue_board.mdissue-board-docsVictor Wu2017-06-151-2/+3
|
* 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
| | | | |
| * | | | Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan2017-05-231-2/+2
| | | | |
* | | | | Change ‘Project view’ label to ‘Project home page content’29881-default-project-view-highlighted-tab-when-changing-settingsPedro Moreira da Silva2017-05-231-4/+4
|/ / / /
* | | | removes unnecessary redundacy in usage ping docreduce-unnecessary-redundancyJob van der Voort2017-05-221-1/+1
| | | |
* | | | Merge branch 'dz-rename-pipelines-settings-tab' into 'master'Dmitriy Zaporozhets2017-05-224-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename CI/CD Pipelines to Pipelines in the project settings Closes #31980 See merge request !11305
| * | | | Rename CI/CD Pipelines references to just Pipelines in docsdz-rename-pipelines-settings-tabDmitriy Zaporozhets2017-05-114-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'docs/deploys-perf-dashboard' into 'master'Sean Packham (GitLab)2017-05-222-12/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move environment monitoring to environments doc See merge request !11583
| * | | | | Move environment monitoring to environments docdocs/deploys-perf-dashboardAchilleas Pipinellis2017-05-212-12/+15
| | | | | |
* | | | | | change domain to hostname in usage ping docJob van der Voort2017-05-221-1/+1
|/ / / / /
* | | | | Merge branch 'docs/issues-multiple-assignees' into 'master'Sean Packham (GitLab)2017-05-206-11/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add to docs: issues multiple assignees Closes gitlab-ee#2440 and #32574 See merge request !11556
| * | | | | Add to docs: issues multiple assigneesMarcia Ramos2017-05-206-11/+25
| | | | | |
* | | | | | adds "comments on snippets" to docdocs/add-comment-snippetsMarcia Ramos2017-05-192-0/+10
|/ / / / /
* | | | | Merge branch 'auto-update-docs' into 'master'Clement Ho2017-05-191-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Auto update docs See merge request !11552
| * | | | | Auto update docsauto-update-docsVictor Wu2017-05-191-0/+3
| | | | | |
* | | | | | Add docs for "Remove Filter in Search Bar"Sean Packham (GitLab)2017-05-193-2/+6
|/ / / / /
* | | | | Merge branch 'docs/artifacts-preview' into 'master'32612-decide-on-and-document-a-convention-for-passing-context-to-event-handlersSean Packham (GitLab)2017-05-191-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add note about artifacts previewing in docs See merge request !11539