Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | |||||
| * | Add author_id & assignee_id param to /issues API | Toon Claes | 2017-07-24 | 1 | -1/+12 |
| | | | | | | | | Allow issues filtering on `author_id` and `assignee_id`. | ||||
* | | Resolve "More RESTful API: include resource URLs in responses" | Oswaldo Ferreira | 2017-07-25 | 1 | -5/+35 |
|/ | |||||
* | refactor code based on feedback | James Lopez | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | fix docs | James Lopez | 2017-07-06 | 1 | -1/+3 |
| | |||||
* | add API documentation | James Lopez | 2017-07-06 | 1 | -0/+25 |
| | |||||
* | add since and until params to issuables | Kyle Bishop | 2017-06-18 | 1 | -1/+2 |
| | |||||
* | fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assignees | Valery Sizov | 2017-05-11 | 1 | -11/+11 |
| | |||||
* | update API doc with +API (h1 heading) | Marcia Ramos | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -4/+80 |
| | |||||
* | Add issues/:iid/closed_by api endpoint | mhasbini | 2017-04-12 | 1 | -0/+61 |
| | |||||
* | Add URL encoding link to issues API | Achilleas Pipinellis | 2017-04-10 | 1 | -15/+15 |
| | | | | [ci skip] | ||||
* | Fix markdown table in API Issues docsdocs/fix-md-table-in-api-issues | Achilleas Pipinellis | 2017-04-06 | 1 | -63/+29 |
| | |||||
* | Add "search" optional param and docs for V430195-document-search-param-on-api | Oswaldo Ferreira | 2017-04-05 | 1 | -51/+91 |
| | | | | Notice that this param is being supported since V3, but we have not added the proper docs for it | ||||
* | Put the use of "No Label" in the descriptiontc-clean-up-no-label-doc | Toon Claes | 2017-03-16 | 1 | -9/+3 |
| | | | | | To get the issues that have no label, the special keyword `No Label` can be used. This `No Label` label can be used like any other label. | ||||
* | Rename variable | Bob Van Landuyt | 2017-03-13 | 1 | -2/+2 |
| | | | | | merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of | ||||
* | Always require MR-iid for resolving discussions | Bob Van Landuyt | 2017-03-13 | 1 | -3/+3 |
| | | | | | And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API. | ||||
* | Delegate a single discussion to a new issue | Bob Van Landuyt | 2017-03-13 | 1 | -9/+10 |
| | | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue. | ||||
* | Add documentation for !9530. | Timothy Andrew | 2017-03-07 | 1 | -72/+72 |
| | |||||
* | Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribed | Adam Niedzielski | 2017-03-06 | 1 | -3/+0 |
| | | | | merge requests | ||||
* | Be able to list issues with no labels using API | Vignesh Ravichandran | 2017-03-03 | 1 | -0/+6 |
| | |||||
* | Merge branch '28257-issues-iids' into 'master' | Sean McGivern | 2017-03-02 | 1 | -1/+6 |
|\ | | | | | | | | | | | | | API issues - support filtering by iids Closes #28257 See merge request !9541 | ||||
| * | API issues - support filtering by iids | Jarka Kadlecova | 2017-03-01 | 1 | -1/+6 |
| | | |||||
* | | Use v4 endpoint in API docsapi-v4-doc | Robert Schilling | 2017-03-01 | 1 | -16/+16 |
| | | |||||
* | | Update documentation | Robert Schilling | 2017-02-28 | 1 | -37/+0 |
|/ | |||||
* | Use POST in the endpoint description for :ressource/unsubscribe [ci skip]api-subscribe-doc | Robert Schilling | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Update documentationapi-subscription-restful | Robert Schilling | 2017-02-22 | 1 | -4/+4 |
| | |||||
* | Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behavior | Oswaldo Ferreira | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | Remove deprecated MR and Issue endpoints and preserve V3 namespace9-0-api-changes | Oswaldo Ferreira | 2017-02-06 | 1 | -1/+0 |
| | |||||
* | Add some API endpoints for time tracking. | Ruben Davila | 2017-01-18 | 1 | -0/+140 |
| | | | | | | | | | | | | | | New endpoints are: POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time" GET :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats" | ||||
* | API: Implement project issues iid param with IssuesFinder and add tests23194-fix-no-milestone-option-for-projects-endpoint | David Eisner | 2017-01-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | - Use IssuesFinder for the /issues API resouce - Tests for iid filter in project issues API resource - Tests for No Milestone filter in issues API resources The "No Milestone" case was not previously tested, and the `/issues` resource did not support the the `milestone` parameter. - Return issues where all labels match from the issues and project issues API resources, like the group issues resource already does. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533 Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Feature: delegate all open discussions to Issue | Bob Van Landuyt | 2016-12-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue. | ||||
* | Remove unnecessary sentences for status codes in the API documentation | Luis Alonso Chavez Armendariz | 2016-11-24 | 1 | -24/+7 |
| | |||||
* | Remove /u/ prefix from user pages in documentation | Dmitriy Zaporozhets | 2016-10-13 | 1 | -19/+19 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | API: Expose issue#confidentialapi-confidential-issues | Robert Schilling | 2016-08-31 | 1 | -10/+22 |
| | |||||
* | Merge branch 'entity-api-web-url' into 'master' | Douwe Maan | 2016-08-24 | 1 | -10/+21 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | api: expose web_url for project entities ## What does this MR do? Adds a `web_url` field to project snippet, issues, and merge request API returned objects. ## Are there points in the code the reviewer needs to double check? Tests. Are they sufficient? (I'm working on getting them to pass.) ## Why was this MR needed? Creating the URL for an MR or issue from the MR is tedious in API libraries; it's easy for Gitlab to just provide it. ## What are the relevant issue numbers? N/A ## Screenshots (if relevant) N/A ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5631 | ||||
| * | api: expose web_url for project entities | Ben Boeckel | 2016-08-24 | 1 | -10/+21 |
| | | | | | | | | | | This allows web hooks to have a URL back to entities without having to generate it themselves. |