summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Modify/add some forgotten issues API documentationtc-api-root-merge-requestsToon Claes2017-07-281-18/+22
| | | | Should have been part of !13004.
* Default /merge_request API endpoint to `scope=created-by-me`Toon Claes2017-07-281-3/+13
| | | | This matches the behavior of the /issues endpoint.
* Add top-level /merge_requests API endpointToon Claes2017-07-271-0/+92
| | | | | | | And add support for additional query parameters: - `author_id`: Returns merge requests created by the given user `id` - `assignee_id`: Returns merge requests assigned to the given user `id` - `scope`: Return merge requests for the given scope: `created-by-me`, `assigned-to-me` or `all`
* Update server terminolgy to differentiate HA setups from GeoChenjerai Katanda2017-07-271-9/+9
|
* Docs new topic: "user/profile/index"Marcia Ramos2017-07-275-14/+55
|
* Docs new topic "user/project/repository/index.md"Marcia Ramos2017-07-278-6/+240
|
* Merge branch 'backport-ee-2456' into 'master'Robert Speicher2017-07-271-0/+3
|\ | | | | | | | | Skip OAuth authorization for trusted applications See merge request !13061
| * Backport gitlab-ee!2456Oswaldo Ferreira2017-07-271-0/+3
| |
* | Merge branch 'harish-update-backup-restore-docs' into 'master'Achilleas Pipinellis2017-07-271-7/+7
|\ \ | | | | | | | | | | | | Document that instance types must match when restoring a backup See merge request !12639
| * | Docs: Specify that backup restoration must be of the same typeHarish Ramachandran2017-07-041-7/+7
| | |
* | | Merge branch '35577-fix-image-blob-display-due-to-lazy-image-loading' into ↵Sean McGivern2017-07-271-2/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Fix Image Blob Display due to lazy Image Loading" Closes #35577 See merge request !13104
| * | | Changed Images in Blob Viewer to image_tag35577-fix-image-blob-display-due-to-lazy-image-loadingTim Zallmann2017-07-271-2/+3
| | | | | | | | | | | | | | | | Updated documentation about the lazy class
* | | | Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets2017-07-278-0/+85
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | GPG signed commits Closes #20268 See merge request !9546
| * | | user may now revoke a gpg keyAlexis Reigel2017-07-271-0/+27
| | | | | | | | | | | | | | | | | | | | other than just removing a key, which doesn't affect the verified state of a commit, revoking a key unverifies all signed commits.
| * | | add help links to gpg commits / gpg settingsAlexis Reigel2017-07-271-0/+2
| | | |
| * | | documentation for gpg signed commitsAlexis Reigel2017-07-278-0/+56
| |/ /
* | | Merge branch 'patch-18' into 'master'Marcia Ramos2017-07-271-1/+1
|\ \ \ | | | | | | | | | | | | | | | | remove extra space See merge request !13114
| * | | remove extra spaceBen Bodenmiller2017-07-261-1/+1
| | | |
* | | | Merge branch 'rc/fix-branches-api-endpoint' into 'master'Sean McGivern2017-07-271-1/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix the `/projects/:id/repository/branches endpoint` to handle dots in the branch name when the project full patch contains a `/` See merge request !13115
| * | | | Fix the /projects/:id/repository/branches endpoint to handle dots in the ↵Rémy Coutable2017-07-271-1/+12
| | |/ / | |/| | | | | | | | | | | | | | | | | | branch name when the project full patch contains a `/` Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'feature/backup-custom-path' into 'master'Rémy Coutable2017-07-271-0/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Support custom directory in gitlab:backup:create task See merge request !12984
| * | | Support custom directory in gitlab:backup:create taskMarkus Koller2017-07-271-0/+9
| | | |
* | | | Remove mentions of SeanPackham since he's no longer with GitLabRémy Coutable2017-07-272-3/+3
|/ / /
* | | Merge branch 'HA-external-urls-docs' into 'master'Sean McGivern2017-07-271-0/+6
|\ \ \ | | | | | | | | | | | | | | | | Add note on external url setting for HA clusters. See merge request !13089
| * | | Add note on external url setting for HA clusters.HA-external-urls-docsChenjerai Katanda2017-07-251-0/+6
| | | |
* | | | Merge branch 'tc-issue-api-assignee' into 'master'Sean McGivern2017-07-271-1/+15
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Add author_id & assignee_id param to /issues API Closes #29430 See merge request !13004
| * | | Allow query param scope for /issues API endpointtc-issue-api-assigneeToon Claes2017-07-241-6/+9
| | | |
| * | | Add author_id & assignee_id param to /issues APIToon Claes2017-07-241-1/+12
| | | | | | | | | | | | | | | | Allow issues filtering on `author_id` and `assignee_id`.
* | | | Merge remote-tracking branch 'dev/master'Douwe Maan2017-07-262-17/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Gemfile # Gemfile.lock
| * | | | Update more examplesMichael Kozono2017-07-261-2/+3
| | | | |
| * | | | Change encryption descriptionMichael Kozono2017-07-261-11/+16
| | | | |
| * | | | Update LDAP SSL config optionsMichael Kozono2017-07-261-4/+32
| | |/ / | |/| |
* | | | Merge branch '31129-jira-project-key-elim' into 'master'Sean McGivern2017-07-261-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove project_key from the JIRA configuration Closes #31129 See merge request !12050
| * | | | Remove project_key from the Jira configurationJarka Kadlecova2017-07-251-2/+2
| | |/ / | |/| |
* | | | Docs new topic "user/index"Marcia Ramos2017-07-264-13/+210
| |/ / |/| |
* | | Merge branch '35204-doc-api-ci-lint-typo' into 'master'Rémy Coutable2017-07-251-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add link to doc/api/ci/lint.md Closes #35204 See merge request !12914
| * | | Add link to doc/api/ci/lint.mdTakuya Noguchi2017-07-171-0/+2
| | | |
* | | | Merge branch 'patch-23' into 'master'Drew Blessing2017-07-251-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add instructions for enabling the `pg_trgm` during HA setup. See merge request !13057
| * | | | Add instructions for enabling the `pg_trgm` extension in the production db. ↵Chenjerai Katanda2017-07-241-2/+5
| | | | | | | | | | | | | | | | | | | | As a workaround to [a fault during HA setup](https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2501).
* | | | | Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-251-3/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement "Block pipelines on protected branches" Closes #30634, #34616, and #33130 See merge request !11910
| * | | | | Add a note that schedules could be deactivatedLin Jen-Shin2017-07-211-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | when lacking permissions too.
* | | | | | Merge branch 'patch-24' into 'master'Filipa Lacerda2017-07-251-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add directives to Vue component ordering See merge request !13065
| * | | | | | Add directives to Vue component orderingSimon Knox2017-07-251-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'issue_34622' into 'master'Sean McGivern2017-07-252-1/+122
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group milestones API endpoint Closes #34622 See merge request !12819
| * | | | | | Add group milestones API endpointissue_34622Felipe Artur2017-07-212-1/+122
| | | | | | |
* | | | | | | Merge branch 'clarify-v3-end-date-undefined' into 'master'Douwe Maan2017-07-251-3/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3 API is unsupported after 9.5, but may not be removed See merge request !13074
| * | | | | | | v3 API is unsupported after 9.5, but may not be removedSean McGivern2017-07-251-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is, it may not _necessarily_ be removed. We do not provide guarantees for when API v3 will be available until beyond 9.5.
* | | | | | | | Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira2017-07-252-10/+121
| | | | | | | |
* | | | | | | | Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into ↵Rémy Coutable2017-07-251-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' New `/duplicate` quick action Closes #26372 See merge request !12845
| * | | | | | | | Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott2017-07-201-0/+1
| | |_|_|/ / / / | |/| | | | | |