| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | | docs: fix table alignment | Ben Boeckel | 2016-08-24 | 1 | -2/+2 |
| | | | |||||
| * | | docs: update created_at docs for creating issues via API | Ben Boeckel | 2016-08-24 | 1 | -2/+2 |
| |/ | | | | | | See also #19863. Fixes #18458. | ||||
| * | use long options for curl examples in API documentation (!5703) | winniehell | 2016-08-09 | 1 | -11/+11 |
| | | |||||
| * | API: Expose due_date for issuesapi-isssues-due-date | Robert Schilling | 2016-07-12 | 1 | -9/+20 |
| | | |||||
| * | Support creating a todo on issuables via APItodos-api | Robert Schilling | 2016-07-01 | 1 | -1/+92 |
| | | |||||
| * | gitlab-org/gitlab-ce#17818 - add api call for issues by group | Marc Siegfriedt | 2016-06-23 | 1 | -2/+78 |
| | | | | | | rely only on IssuesFinder docs and changelog | ||||
| * | Merge branch 'doc/issue-move-assigns-labels-and-milestone' into 'master' | Achilleas Pipinellis | 2016-06-15 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | Add docs for assigning labels/milestone when moving issue Extends https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3934 See merge request !4069 | ||||
| | * | Add docs for assigning labels/milestone when moving issue | Grzegorz Bizon | 2016-06-15 | 1 | -0/+3 |
| | | | | | | | | | [ci skip] | ||||
| * | | API: Expose Issue#user_notes_count | cnam-dep | 2016-05-09 | 1 | -5/+10 |
| |/ | |||||
| * | Allow back dating issues on update | Michael Greene | 2016-04-13 | 1 | -0/+1 |
| | | |||||
| * | Make subscription API more RESTful | Robert Schilling | 2016-04-13 | 1 | -13/+14 |
| | | |||||
| * | API: Ability to subscribe and unsubscribe from an issue | Robert Schilling | 2016-04-13 | 1 | -0/+108 |
| | | |||||
| * | Fix doc for moving an issue | Robert Schilling | 2016-04-13 | 1 | -1/+1 |
| | | |||||
| * | Update tests for moving issues via API | Robert Schilling | 2016-04-13 | 1 | -2/+6 |
| | | |||||
| * | API: Ability to move an issue | Robert Schilling | 2016-04-13 | 1 | -0/+51 |
| | | |||||
| * | API: Expose subscribed? on issues | Robert Schilling | 2016-04-08 | 1 | -6/+11 |
| | | |||||
| * | Back dating of issues when creating throught the API | Zeger-Jan van de Weg | 2016-03-28 | 1 | -0/+1 |
| | | |||||
| * | Fix typos and denting | Zeger-Jan van de Weg | 2016-03-21 | 1 | -1/+1 |
| | | |||||
| * | Minor improvements on IssuableActions | Zeger-Jan van de Weg | 2016-03-21 | 1 | -30/+4 |
| | | |||||
| * | Dry destroy action on issuables | Zeger-Jan van de Weg | 2016-03-19 | 1 | -1/+1 |
| | | |||||
| * | Soft delete issuables | Zeger-Jan van de Weg | 2016-03-19 | 1 | -5/+39 |
| | | |||||
| * | Refactor issues API documentationdoc_refactor_issues_api | Achilleas Pipinellis | 2016-01-18 | 1 | -144/+260 |
| | | | | | [ci skip] | ||||
| * | Query issues, merge requests and milestones with their IID through API | jubianchi | 2015-05-02 | 1 | -0/+2 |
| | | |||||
| * | To close an issue you must set 'state_event' to 'close'. I cannot set ↵ | Derek Campbell | 2015-02-20 | 1 | -1/+1 |
| | | | | | 'closed' to '1'. | ||||
| * | Refactor and improve sorting objects in API for projects, issues and merge ↵ | Dmitriy Zaporozhets | 2015-02-05 | 1 | -0/+4 |
| | | | | | requests | ||||
| * | Fix a number of discovered typos, capitalization of developer and | Ewan Edwards | 2015-02-03 | 1 | -1/+1 |
| | | | | | product names, plus a couple of instances of bad Markdown markup. | ||||
| * | Filters issues by milestone via API | jubianchi | 2014-09-26 | 1 | -0/+3 |
| | | |||||
| * | Filters issues by labels via API | jubianchi | 2014-09-04 | 1 | -0/+8 |
| | | |||||
| * | Filters issues by state via API | jubianchi | 2014-09-01 | 1 | -0/+9 |
| | | |||||
| * | Do label validation for issues/merge requests API | Robert Schilling | 2014-08-14 | 1 | -0/+6 |
| | | |||||
| * | Update docs to markdown style guide. | Ciro Santilli | 2014-06-03 | 1 | -27/+20 |
| | | |||||
| * | Add titles to doc pages. | Marin Jankovski | 2014-05-27 | 1 | -0/+2 |
| | | |||||
| * | Make clear that notes also serve as comments. | dosire | 2014-04-30 | 1 | -0/+4 |
| | | |||||
| * | Api-Doc JSON lint | Johannes Schleifenbaum | 2014-04-05 | 1 | -1/+1 |
| | | | | | Fixes: #5505 | ||||
| * | Explain iid in API | Dmitriy Zaporozhets | 2013-10-14 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #5230 from cmckni3/patch-1 | Dmitriy Zaporozhets | 2013-10-06 | 1 | -1/+0 |
| |\ | | | | | Fix invalid json in API docs | ||||
| | * | Fix invalid json in issues API doc | Chris McKnight | 2013-09-30 | 1 | -6/+5 |
| | | | |||||
| * | | Update issues, milestones, notes api docs. | Marin Jankovski | 2013-10-02 | 1 | -10/+10 |
| |/ | |||||
| * | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 1 | -1/+1 |
| | | |||||
| * | Fix wrong documentation for issue close api. Fixes #3548 | Dmitriy Zaporozhets | 2013-06-06 | 1 | -6/+6 |
| | | |||||
| * | API: documentation contains infos to status codes in README file. | Sebastian Ziebell | 2013-03-07 | 1 | -35/+0 |
| | | | | | All the info to return codes from the API functions are available in the `README.md` file as suggested. | ||||
| * | API: merge request documentation updated, added return codes to functions | Sebastian Ziebell | 2013-02-27 | 1 | -1/+1 |
| | | | | | | | The API documentation of merge requests contains info to status codes for all functions. Required arguments are now checked in the merge requests API functions and a `400 Bad Request` error is returned if they are not given. | ||||
| * | API: issues documentation and API functions updated | Sebastian Ziebell | 2013-02-27 | 1 | -7/+60 |
| | | | | | | The issues documentation is updated with infos to status codes and the deprecated `DELETE` function and how to close an issue. A few more tests added to check status codes of API functions. | ||||
| * | Remove all references tp the project code parameter from the API | Riyad Preukschas | 2012-12-21 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #2286 from nuecho/fix-doc-api-issues | Dmitriy Zaporozhets | 2012-12-15 | 1 | -14/+0 |
| |\ | | | | | Removed delete section in issues API documentation | ||||
| | * | Removed delete section in issues API documentation | Matthieu Vachon | 2012-12-14 | 1 | -14/+0 |
| | | | |||||
| * | | Add username to User and UserBasic entities in API and in examples in doc. | Cyril | 2012-12-12 | 1 | -0/+5 |
| |/ | |||||
