summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master' into 'master' Achilleas Pipinellis2017-05-111-2/+3
| |\ \ | | | | | | | | | | | | | | | | Update README.md with Authentication projects example See merge request !11162
| | * | Update README.md with projects exampleToni2017-05-081-2/+3
| | | |
| * | | update API doc with +API (h1 heading)Marcia Ramos2017-05-1014-14/+14
| |/ /
| * | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-4/+80
| | |
| * | Merge branch '31544-size-of-project-from-api' into 'master' Rémy Coutable2017-05-041-3/+26
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Size of project from API" Closes #31544 See merge request !11013
| | * | Expose project statistics on single requests via the APIMark Fletcher2017-05-031-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | + The statistics parameter was already accepted * This commit ensure that it is respected for GET /projects/:id endpoint + Add documentation of the parameter and update the example response for stats
| | * | Update Projects API documentation to include statistics parameterMark Fletcher2017-05-011-2/+17
| | | | | | | | | | | | | | | | * Only supported for the GET /projects endpoint
| * | | Improve documentationShinya Maeda2017-05-031-3/+3
| | | |
| * | | Revise documentsShinya Maeda2017-05-031-4/+4
| | | |
| * | | Adopt awesome axil ideaShinya Maeda2017-05-031-2/+2
| | | |
| * | | Revise document. string to boolean.Shinya Maeda2017-05-031-1/+1
| | | |
| * | | No need to support sha for sortingShinya Maeda2017-05-031-1/+1
| | | |
| * | | Reduce playable columns for sortingShinya Maeda2017-05-031-1/+1
| | | |
| * | | Add name(User)Shinya Maeda2017-05-031-1/+2
| | | |
| * | | Fix inappropriate words in docShinya Maeda2017-05-031-3/+3
| | | |
| * | | Add specs. Plus, minor fixes.Shinya Maeda2017-05-031-1/+1
| | | |
| * | | Fixed those points.Shinya Maeda2017-05-031-0/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | - username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs
| * | Merge branch '26437-closed-by' into 'master' Rémy Coutable2017-04-261-0/+61
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add issues/:iid/closed_by api endpoint Closes #26437 See merge request !10511
| | * | Add issues/:iid/closed_by api endpointmhasbini2017-04-121-0/+61
| | |/
| * | 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
| | |