summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation example for labelsmore-mr-filtersRobert Schilling2017-04-261-0/+1
|
* Ability to filter merge requests by labels and milestonesRobert Schilling2017-04-251-5/+10
|
* Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' Sean McGivern2017-04-254-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 Andrew2017-04-254-14/+0
| | | | | | | | responses.
* | Merge branch 'master' into 'master' Douwe Maan2017-04-241-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 endpointBen Getsug2017-04-211-1/+1
| | |
* | | Merge branch 'siemens/gitlab-ce-uploads-api' into 'master' Rémy Coutable2017-04-241-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-apiMarion Deveaud2017-04-211-2/+13
| | |/ | |/|
* | | [#29801] Add "Slack Slash Commands" to API docsTM Lee2017-04-241-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-apiSean McGivern2017-04-201-1/+1
|/
* Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher2017-04-191-0/+12
|\ | | | | | | | | Implement search by extern_uid in Users API See merge request !10509
| * Implement search by extern_uid in Users APIRobin Bobbitt2017-04-181-0/+12
| |
* | Expose `last_activity_on` in the User APIRémy Coutable2017-04-141-10/+14
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Port 'Add user activities API' to CESean McGivern2017-04-141-0/+53
|/ | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962
* Add URL encoding link to issues APIAchilleas Pipinellis2017-04-101-15/+15
| | | | [ci skip]
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-1014-77/+77
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-0824-161/+161
|
* Add information about namespace encoding to API docsDawid Goslawski2017-04-0810-102/+112
|
* Fix markdown table in API Issues docsdocs/fix-md-table-in-api-issuesAchilleas Pipinellis2017-04-061-63/+29
|
* Add "search" optional param and docs for V430195-document-search-param-on-apiOswaldo Ferreira2017-04-051-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 settingAdam Niedzielski2017-04-031-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 backendDongqing Hu2017-03-291-2/+2
|
* Merge branch 'tc-api-remove-comments-endpoint' into 'master' Rémy Coutable2017-03-281-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 idToon Claes2017-03-271-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 McGivern2017-03-271-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Change Done column to Closed in issue boards Closes #29420 See merge request !10198
| * | Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
| | |
* | | Implement new service for creating userGeorge Andrinopoulos2017-03-271-0/+1
| |/ |/|
* | Merge branch 'docs/update-impersonation-tokens' into 'master' Sean McGivern2017-03-242-91/+165
|\ \ | |/ |/| | | | | Update Impersonation tokens docs See merge request !10055
| * Remove highlighting language from GET codeblocksAchilleas Pipinellis2017-03-231-6/+6
| | | | | | | | [ci skip]
| * Update Impersonation tokens docsAchilleas Pipinellis2017-03-172-87/+161
| |
* | Correct parameter definition in Pipeline Triggers docsJohan Brandhorst2017-03-231-0/+2
| |
* | Correct pipeline trigger GET functionality. Johan Brandhorst2017-03-221-4/+4
| | | | | | This was ambiguously defined, update parameters to match the example and the definition.
* | Make the v3_to_v4.md more consistentRémy Coutable2017-03-201-30/+30
| | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Allow unauthenticated access to some Branch API GET endpointsRémy Coutable2017-03-201-1/+4
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | All CI offline migrationsKamil Trzciński2017-03-171-39/+1
|/
* Put the use of "No Label" in the descriptiontc-clean-up-no-label-docToon Claes2017-03-161-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 variableBob Van Landuyt2017-03-131-2/+2
| | | | | merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-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 issueBob Van Landuyt2017-03-131-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 Maan2017-03-073-19/+38
|\ | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| * Remove unecessary endpoint from repository, add compatibility endpoints for ↵issue_16834Felipe Artur2017-03-072-7/+8
| | | | | | | | v3 and several improvements
| * Update API endpoints for raw filesFelipe Artur2017-03-073-17/+36
| |
* | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-081-0/+3
|\ \ | | | | | | | | | | | | | | | | | | GET "projects/:id/repository/commits" endpoint improvements Closes #1381 and #20207 See merge request !9679
| * | Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-0/+3
| |/
* | Merge branch 'tc-api-v4-doc-changes' into 'master' Douwe Maan2017-03-082-4/+6
|\ \ | | | | | | | | | | | | API v4 doc changes See merge request !9723
| * | API V4 is no longer in BetaToon Claes2017-03-071-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 endpointToon Claes2017-03-071-1/+1
| |/ | | | | | | | | It returns all projects visible for the authenticated user, not just the project they are member of.
* | Make it possible to query scope as scope[]=Toon Claes2017-03-071-7/+7
| | | | | | | | | | Since issues also accepts the query parameter iids[]=, also make it possible query scope like that.
* | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes2017-03-071-1/+117
|/ | | | Add endpoint to get the jobs scoped to a pipeline.
* Merge branch 'rfr-20170307-change-default-project-number-limit' into 'master' James Lopez2017-03-071-3/+3
|\ | | | | | | | | Change project count limit from 10 to 100000 See merge request !9767