summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* fix spellingdocs/overview-features-2Marcia Ramos2017-06-291-2/+2
|
* Axil's reviewMarcia Ramos2017-06-291-3/+3
|
* explain that use-cases are just examplesMarcia Ramos2017-06-281-0/+3
|
* copyeditMarcia Ramos2017-06-281-1/+1
|
* remove multiple IB partMarcia Ramos2017-06-281-13/+0
|
* capitalize feature name, add overview and use cases w/ multiple boards (EE)Marcia Ramos2017-06-281-3/+39
|
* improve site search for "issues"Marcia Ramos2017-06-281-1/+1
|
* Merge branch 'doc_wiki_page_hook_actions' into 'master'Rémy Coutable2017-06-261-1/+1
|\ | | | | | | | | | | | | Hint about the wiki page hook actions (doc) Closes #34242 See merge request !12427
| * Hint about the wiki page hook actions. Fixes #34242Diego de Souza Mendes2017-06-231-1/+1
| |
* | Replace 'Settings ➔ CI/CD Pipelines' with 'Settings ➔ Pipelines' in docs34264-replace-settings-ci-cd-pipelines-with-settings-pipelines-in-docsbikebilly2017-06-231-1/+1
|/
* Merge branch 'docs/subgroups-mysql' into 'master'Marcia Ramos2017-06-201-1/+5
|\ | | | | | | | | Mention limitations of MySQL in docs See merge request !12272
| * Add link to issue for MySQL/subgroups drop supportAchilleas Pipinellis2017-06-201-1/+3
| |
| * Mention limitations of MySQL in docsAchilleas Pipinellis2017-06-191-1/+3
| |
* | Revert "Merge branch 'confidential-issues-redesign-docs' into 'master'"Victor Wu2017-06-202-2/+3
| | | | | | This reverts merge request !12195
* | 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
|/ / /