Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed those points. | Shinya Maeda | 2017-05-03 | 1 | -0/+7 | |
|/ | | | | | | | | - username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs | |||||
* | Merge branch '26437-closed-by' into 'master' | Rémy Coutable | 2017-04-26 | 1 | -0/+61 | |
|\ | | | | | | | | | | | | | Add issues/:iid/closed_by api endpoint Closes #26437 See merge request !10511 | |||||
| * | Add issues/:iid/closed_by api endpoint | mhasbini | 2017-04-12 | 1 | -0/+61 | |
| | | ||||||
* | | Add documentation example for labelsmore-mr-filters | Robert Schilling | 2017-04-26 | 1 | -0/+1 | |
| | | ||||||
* | | Ability to filter merge requests by labels and milestones | Robert Schilling | 2017-04-25 | 1 | -5/+10 | |
| | | ||||||
* | | Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' | Sean McGivern | 2017-04-25 | 4 | -14/+0 | |
|\ \ | | | | | | | | | | | | | | | | | | | Don't display the `is_admin?` flag for user API responses Closes #29903 See merge request !10846 | |||||
| * | | Update documentation to reflect the removal of `is_admin` from most API ↵ | Timothy Andrew | 2017-04-25 | 4 | -14/+0 | |
| | | | | | | | | | | | | responses. | |||||
* | | | Merge branch 'master' into 'master' | Douwe Maan | 2017-04-24 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | Documentation: correct typo (missing 's') in project pipeline job list endpoint See merge request !10862 | |||||
| * | | | Correct typo (missing 's') in project pipeline job list endpoint | Ben Getsug | 2017-04-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'siemens/gitlab-ce-uploads-api' into 'master' | Rémy Coutable | 2017-04-24 | 1 | -2/+13 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | docs(api): add curl arguments for file upload See merge request !10848 | |||||
| * | | | | docs(api): add curl arguments for file uploadsiemens/gitlab-ce-uploads-api | Marion Deveaud | 2017-04-21 | 1 | -2/+13 | |
| | |/ / | |/| | | ||||||
* | | | | [#29801] Add "Slack Slash Commands" to API docs | TM Lee | 2017-04-24 | 1 | -11/+68 | |
| |/ / |/| | | | | | | | | | | | - Reorder slash command api requests, include slack response example - Case fix and added changelog | |||||
* | | | Fix user activities API version in docsfix-user-activity-api | Sean McGivern | 2017-04-20 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge branch 'query-users-by-extern-uid' into 'master' | Robert Speicher | 2017-04-19 | 1 | -0/+12 | |
|\ \ | | | | | | | | | | | | | Implement search by extern_uid in Users API See merge request !10509 | |||||
| * | | Implement search by extern_uid in Users API | Robin Bobbitt | 2017-04-18 | 1 | -0/+12 | |
| |/ | ||||||
* | | Expose `last_activity_on` in the User API | Rémy Coutable | 2017-04-14 | 1 | -10/+14 | |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
* | | Port 'Add user activities API' to CE | Sean McGivern | 2017-04-14 | 1 | -0/+53 | |
|/ | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962 | |||||
* | Add URL encoding link to issues API | Achilleas Pipinellis | 2017-04-10 | 1 | -15/+15 | |
| | | | | [ci skip] | |||||
* | Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docs | Achilleas Pipinellis | 2017-04-10 | 14 | -77/+77 | |
| | ||||||
* | Mention URL path encoding to all API docs | Achilleas Pipinellis | 2017-04-08 | 24 | -161/+161 | |
| | ||||||
* | Add information about namespace encoding to API docs | Dawid Goslawski | 2017-04-08 | 10 | -102/+112 | |
| | ||||||
* | 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 | |||||
* | Introduce "polling_interval_multiplier" as application setting | Adam Niedzielski | 2017-04-03 | 1 | -2/+5 | |
| | | | | | Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled. | |||||
* | Labels support color names in backend | Dongqing Hu | 2017-03-29 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'tc-api-remove-comments-endpoint' into 'master' | Rémy Coutable | 2017-03-28 | 1 | -20/+20 | |
|\ | | | | | | | | | | | | | API: Make the /notes endpoint work with noteable iid instead of id Closes #29871 See merge request !10258 | |||||
| * | API: Make the /notes endpoint work with noteable iid instead of id | Toon Claes | 2017-03-27 | 1 | -20/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In API V4 all endpoints were changed so Merge Requests and Issues should be referred by iid, instead of id. Except the /notes endpoint was forgotten. So change the endpoints from: - /projects/:id/issues/:issue_id/notes - /projects/:id/merge_requests/:merge_request_id/notes To: - /projects/:id/issues/:issue_iid/notes - /projects/:id/merge_requests/:merge_request_iid/notes For Project Snippets nothing changes. | |||||
* | | Merge branch 'rename_done_to_closed' into 'master' | Sean McGivern | 2017-03-27 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | | | | | | | Change Done column to Closed in issue boards Closes #29420 See merge request !10198 | |||||
| * | | Change Done column to Closed in issue boards | blackst0ne | 2017-03-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Implement new service for creating user | George Andrinopoulos | 2017-03-27 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Merge branch 'docs/update-impersonation-tokens' into 'master' | Sean McGivern | 2017-03-24 | 2 | -91/+165 | |
|\ \ | |/ |/| | | | | | Update Impersonation tokens docs See merge request !10055 | |||||
| * | Remove highlighting language from GET codeblocks | Achilleas Pipinellis | 2017-03-23 | 1 | -6/+6 | |
| | | | | | | | | [ci skip] | |||||
| * | Update Impersonation tokens docs | Achilleas Pipinellis | 2017-03-17 | 2 | -87/+161 | |
| | | ||||||
* | | Correct parameter definition in Pipeline Triggers docs | Johan Brandhorst | 2017-03-23 | 1 | -0/+2 | |
| | | ||||||
* | | Correct pipeline trigger GET functionality. | Johan Brandhorst | 2017-03-22 | 1 | -4/+4 | |
| | | | | | | This was ambiguously defined, update parameters to match the example and the definition. | |||||
* | | Make the v3_to_v4.md more consistent | Rémy Coutable | 2017-03-20 | 1 | -30/+30 | |
| | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
* | | Allow unauthenticated access to some Branch API GET endpoints | Rémy Coutable | 2017-03-20 | 1 | -1/+4 | |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
* | | All CI offline migrations | Kamil Trzciński | 2017-03-17 | 1 | -39/+1 | |
|/ | ||||||
* | 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. | |||||
* | Merge branch 'issue_16834' | Douwe Maan | 2017-03-07 | 3 | -19/+38 | |
|\ | | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md | |||||
| * | Remove unecessary endpoint from repository, add compatibility endpoints for ↵issue_16834 | Felipe Artur | 2017-03-07 | 2 | -7/+8 | |
| | | | | | | | | v3 and several improvements | |||||
| * | Update API endpoints for raw files | Felipe Artur | 2017-03-07 | 3 | -17/+36 | |
| | | ||||||
* | | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' | Douwe Maan | 2017-03-08 | 1 | -0/+3 | |
|\ \ | | | | | | | | | | | | | | | | | | | GET "projects/:id/repository/commits" endpoint improvements Closes #1381 and #20207 See merge request !9679 | |||||
| * | | Returns correct header data for commits endpoint | Oswaldo Ferreira | 2017-03-07 | 1 | -0/+3 | |
| |/ | ||||||
* | | Merge branch 'tc-api-v4-doc-changes' into 'master' | Douwe Maan | 2017-03-08 | 2 | -4/+6 | |
|\ \ | | | | | | | | | | | | | API v4 doc changes See merge request !9723 | |||||
| * | | API V4 is no longer in Beta | Toon Claes | 2017-03-07 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | And V4 is the preferred version to be used, because V3 will be removed in 9.4 (or later). | |||||
| * | | Update description about GET /projects endpoint | Toon Claes | 2017-03-07 | 1 | -1/+1 | |
| |/ | | | | | | | | | It returns all projects visible for the authenticated user, not just the project they are member of. |