summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Reworddocs-apiv3-removal-msgDrew Blessing2017-05-181-3/+3
|
* Match v3 caseDrew Blessing2017-05-181-1/+1
|
* Make API v3 removal date more clear/match blog postDrew Blessing2017-05-181-1/+3
|
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-1825-27/+24
|
* #32340 - Include mention of "manual" scope in jobs api docZac Sturgess2017-05-161-2/+2
|
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-1/+1
| | | | | | | Rename `build_events` to `job_events` Closes #31620 See merge request !11287
* Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-151-1/+1
| | | This reverts merge request !11287
* Add `build_events` to project service in the APIBob Van Landuyt2017-05-151-1/+1
| | | | For backwards compatibility
* fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-11/+11
|
* 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
|