Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Review updates and cleanupce-57402-add-issues-statistics-api-endpoints | Alexandru Croitor | 2019-05-17 | 1 | -3/+3 |
| | | | | | | | * Cleaned issues and issues_statistics docs * Renamed param with_labels_data to with_labels_details * Added spec for N+1 check when retrieving labels from issue * Refactoed CheckAssigneesCount validation class | ||||
* | Add params validations and remove extra params support | Alexandru Croitor | 2019-05-15 | 1 | -15/+51 |
| | | | | | | | | | Remove label_name and milestone_title params support Add mutually_exclusive validation for author_id and author_username Add mutually_exclusive validation for assignee_id and assignee_username Add validation to allow single value for asignee_username on CE Add separate issue_stats_params helper for statistics params and reuse in issues_params. | ||||
* | Merge branch 'filter-confidential-issues' into 'master' | Kamil Trzciński | 2019-02-26 | 1 | -0/+7 |
| | | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960 | ||||
* | Revert "Merge branch ↵ | Michael Kozono | 2019-02-25 | 1 | -31/+0 |
| | | | | | | | '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' into 'master'" This reverts commit 7981c0292b07a0138b096fa082341fcb13e9ce2b, reversing changes made to 9202bbd129537a698b986e6295d0c783b5a84815. | ||||
* | Revert "Merge branch 'filter-confidential-issues' into 'master'" | Michael Kozono | 2019-02-25 | 1 | -7/+0 |
| | | | | | This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b. | ||||
* | Merge branch 'filter-confidential-issues' into 'master' | Kamil Trzciński | 2019-02-25 | 1 | -0/+7 |
|\ | | | | | | | | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960 | ||||
| * | Add API support for filtering confidential issues | Robert Schilling | 2019-02-21 | 1 | -0/+7 |
| | | |||||
* | | Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' ↵ | Rémy Coutable | 2019-02-25 | 1 | -0/+31 |
|\ \ | |/ |/| | | | | | | | | | | | | | into 'master' API endpoint for bulk updating issues and MRs Closes #49449 See merge request gitlab-org/gitlab-ce!25201 | ||||
| * | Incorporate review feedback | Robert Schilling | 2019-02-18 | 1 | -1/+1 |
| | | | | | | | | | | Use shared examples for issues and merge requests rather than a loop creating common specs. | ||||
| * | Add new to test bulk_update endpoint for issues and MRs | Robert Schilling | 2019-02-14 | 1 | -0/+31 |
| | | | | | | | | | | Add documentation for issues and MRs. Add shared tests for both bulk updating issues and MRs. | ||||
* | | Add related merge request count to api response | Patrick Derichs | 2019-02-19 | 1 | -0/+10 |
| | | |||||
* | | Remove consecutive blank lines from markdown files | Evan Read | 2019-02-18 | 1 | -6/+0 |
|/ | | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite. | ||||
* | Merge branch 'search-title' into 'master' | Sean McGivern | 2019-02-05 | 1 | -0/+2 |
|\ | | | | | | | | | Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API See merge request gitlab-org/gitlab-ce!24350 | ||||
| * | Fix grammar and spelling | Hiroyuki Sato | 2019-02-05 | 1 | -1/+1 |
| | | |||||
| * | Add 'in' filter that modifies scope of 'search' filter to issues and merge ↵ | Hiroyuki Sato | 2019-01-14 | 1 | -0/+2 |
| | | | | | | | | requests API | ||||
* | | Add missing attrs to Issue example API responses | Mario de la Ossa | 2019-01-24 | 1 | -0/+18 |
|/ | |||||
* | Replace look-alike token with '<your_access_token>'docs/fake-token-no-more | Achilleas Pipinellis | 2019-01-04 | 1 | -20/+20 |
| | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs. | ||||
* | Filter by `None`/`Any` for labels in issues/mrs API | Jacopo | 2018-11-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | By using the parameters `?labels=None|Any` the user can filter issues/mrs from the API that has `none/any` label. Affected endpoints are: - /api/issues - /api/projects/:id/issues - /api/groups/:id/issues - /api/merge_requests - /api/projects/:id/merge_requests - /api/groups/:id/merge_requests | ||||
* | Docs: fix API move issue curl command | Cynthia Ng | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | add related merge request endpoint | Helmut Januschka | 2018-11-01 | 1 | -0/+87 |
| | |||||
* | Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any' | Sean McGivern | 2018-11-01 | 1 | -3/+3 |
|\ | |||||
| * | Add documentation | Heinrich Lee Yu | 2018-11-01 | 1 | -3/+3 |
| | | |||||
* | | Add API docs | Heinrich Lee Yu | 2018-11-01 | 1 | -3/+3 |
|/ | |||||
* | Add documentation | Heinrich Lee Yu | 2018-10-26 | 1 | -3/+3 |
| | |||||
* | Allows to filter issues by `Any milestone` in the API | Jacopo | 2018-10-03 | 1 | -1/+1 |
| | | | | | | In GET `api/v4/projects/:id/issues` the user can filter issues that have an assigned milestone through the parameter `milestone=Any+Milestone`. | ||||
* | Allow date parameters on Issues and Notes API for group owners | Florent Dubois | 2018-08-22 | 1 | -1/+1 |
| | | | | | | | - Allow `created_at` and `updated_at` parameters on Issues API - Allow `created_at` on Issue Notes API Closes gitlab-org/gitlab-ce#40059 | ||||
* | Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API" | Jamie Schembri | 2018-08-01 | 1 | -0/+1 |
| | |||||
* | Add `No+Milestone` for querying by milestonedocs-no-milestone-issues-api | Victor Wu | 2018-07-23 | 1 | -3/+3 |
| | |||||
* | Clarify milestone_id scope for API operations on Issuables | Mark Fletcher | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scope | Mark Chao | 2018-05-21 | 1 | -4/+5 |
| | | | | Deprecate corresponding dash versions created-by-me and assigned-to-me | ||||
* | Merge branch '41967_issue_api_closed_by_info' into 'master' | Sean McGivern | 2018-03-30 | 1 | -0/+48 |
|\ | | | | | | | | | Add closed by information to issue API See merge request gitlab-org/gitlab-ce!17042 | ||||
| * | added missing space in docs and a changelog | haseeb | 2018-03-06 | 1 | -2/+2 |
| | | |||||
| * | note added | haseeb | 2018-03-03 | 1 | -0/+21 |
| | | |||||
| * | documentation updated | haseeb | 2018-02-28 | 1 | -0/+27 |
| | | |||||
* | | Adds updated_at filter to issues and merge_requests API | Jacopo | 2018-03-05 | 1 | -2/+12 |
|/ | |||||
* | API: get participants from merge_requests & issues | Brent Greeff | 2018-01-05 | 1 | -0/+39 |
| | |||||
* | [API] Document how to unassign labels, milestones, and assigneesdocs/api-nil | Achilleas Pipinellis | 2017-12-01 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 18608-lock-issues | Luke "Jared" Bennett | 2017-09-20 | 1 | -1/+9 |
|\ | |||||
| * | Add 'closed_at' attribute to Issues API | Vitaliy @blackst0ne Klachkov | 2017-09-16 | 1 | -1/+9 |
| | | |||||
* | | Create system notes for MR too, improve doc + clean up code | Jarka Kadlecova | 2017-09-14 | 1 | -1/+1 |
| | | |||||
* | | Support discussion lock in the API | Jarka Kadlecova | 2017-09-14 | 1 | -4/+53 |
|/ | |||||
* | Fix API document | Hiroyuki Sato | 2017-09-05 | 1 | -3/+4 |
| | |||||
* | Add my_reaction_emoji param to /issues API | Hiroyuki Sato | 2017-09-05 | 1 | -44/+50 |
| | |||||
* | Merge branch 'docs-fix-15669-issue-move-api' into 'master' | Achilleas Pipinellis | 2017-09-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Add to_project_id parameter to Move Issue via API example Closes #15669 See merge request !14008 | ||||
| * | Add to_project_id parameter to Move Issue via API example | Mark Fletcher | 2017-09-02 | 1 | -1/+1 |
| | | |||||
* | | Add time stats documentation to issue and merge request end points | Travis Miller | 2017-08-29 | 1 | -1/+55 |
|/ | |||||
* | Fix the iids parameters in the API documentation | Frank Pavageau | 2017-08-07 | 1 | -3/+3 |
| | | | | | Since the parameter name is really `iids[]`, it should be used consistently across the documentation. | ||||
* | Modify/add some forgotten issues API documentationtc-api-root-merge-requests | Toon Claes | 2017-07-28 | 1 | -18/+22 |
| | | | | Should have been part of !13004. | ||||
* | Merge branch 'tc-issue-api-assignee' into 'master' | Sean McGivern | 2017-07-27 | 1 | -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-assignee | Toon Claes | 2017-07-24 | 1 | -6/+9 |
| | |