Valery Sizov
387c4b2c21
Backport of multiple_assignees_feature [ci skip]
2017-05-04 17:11:53 +03:00
Rémy Coutable
12c34c1cbb
Merge branch '31544-size-of-project-from-api' into 'master'
...
Resolve "Size of project from API"
Closes #31544
See merge request !11013
2017-05-04 07:16:08 +00:00
Mark Fletcher
21f5515a5f
Expose project statistics on single requests via the API
...
+ 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
2017-05-03 18:45:19 +08:00
Shinya Maeda
255bfd6583
Improve documentation
2017-05-03 02:11:51 +09:00
Shinya Maeda
dad973b59a
Revise documents
2017-05-03 02:11:51 +09:00
Shinya Maeda
4bd0d8e433
Adopt awesome axil idea
2017-05-03 02:11:51 +09:00
Shinya Maeda
f5f7f90abe
Revise document. string to boolean.
2017-05-03 02:11:51 +09:00
Shinya Maeda
d1ca5f46d4
No need to support sha for sorting
2017-05-03 02:11:51 +09:00
Shinya Maeda
9324a464ef
Reduce playable columns for sorting
2017-05-03 02:11:51 +09:00
Shinya Maeda
175800299b
Add name(User)
2017-05-03 02:11:51 +09:00
Shinya Maeda
7e421e5523
Fix inappropriate words in doc
2017-05-03 02:11:50 +09:00
Shinya Maeda
df834306c1
Add specs. Plus, minor fixes.
2017-05-03 02:11:50 +09:00
Shinya Maeda
994e49b3fb
Fixed those points.
...
- username to user_id
- Drop duration
- Resolve comments
- Add Changelog
- Edit docs
2017-05-03 02:11:50 +09:00
Mark Fletcher
3aca8b6557
Update Projects API documentation to include statistics parameter
...
* Only supported for the GET /projects endpoint
2017-05-01 17:39:42 +08:00
Rémy Coutable
f8f49cf516
Merge branch '26437-closed-by' into 'master'
...
Add issues/:iid/closed_by api endpoint
Closes #26437
See merge request !10511
2017-04-26 11:45:10 +00:00
Robert Schilling
51207344f8
Add documentation example for labels
2017-04-26 10:23:09 +02:00
Robert Schilling
2ea5d4b7af
Ability to filter merge requests by labels and milestones
2017-04-25 22:07:38 +02:00
Sean McGivern
6dc424c949
Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master'
...
Don't display the `is_admin?` flag for user API responses
Closes #29903
See merge request !10846
2017-04-25 10:57:32 +00:00
Timothy Andrew
0befa887b5
Update documentation to reflect the removal of `is_admin` from most API responses.
2017-04-25 09:46:05 +00:00
Douwe Maan
fff6a8b59e
Merge branch 'master' into 'master'
...
Documentation: correct typo (missing 's') in project pipeline job list endpoint
See merge request !10862
2017-04-24 14:05:16 +00:00
Rémy Coutable
b2fd773128
Merge branch 'siemens/gitlab-ce-uploads-api' into 'master'
...
docs(api): add curl arguments for file upload
See merge request !10848
2017-04-24 11:58:36 +00:00
TM Lee
d29781bea1
[ #29801 ] Add "Slack Slash Commands" to API docs
...
- Reorder slash command api requests, include slack response example
- Case fix and added changelog
2017-04-24 01:11:24 +08:00
Ben Getsug
0241f6a336
Correct typo (missing 's') in project pipeline job list endpoint
2017-04-21 19:43:55 +00:00
Marion Deveaud
d81c355aab
docs(api): add curl arguments for file upload
2017-04-21 13:43:40 +02:00
Sean McGivern
faddd10c8d
Fix user activities API version in docs
2017-04-20 14:47:44 +01:00
Robert Speicher
93e23a5d71
Merge branch 'query-users-by-extern-uid' into 'master'
...
Implement search by extern_uid in Users API
See merge request !10509
2017-04-19 19:50:38 +00:00
Robin Bobbitt
ddf7e6ae78
Implement search by extern_uid in Users API
2017-04-18 14:55:32 -04:00
Rémy Coutable
814212621f
Expose `last_activity_on` in the User API
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-14 15:20:55 +02:00
Sean McGivern
91ac0e038a
Port 'Add user activities API' to CE
...
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962
2017-04-14 15:20:55 +02:00
mhasbini
327e344417
Add issues/:iid/closed_by api endpoint
2017-04-12 14:38:00 +03:00
Achilleas Pipinellis
6536e3d561
Add URL encoding link to issues API
...
[ci skip]
2017-04-10 15:37:14 +02:00
Achilleas Pipinellis
b472f9995a
Fix wrong copy edits for URL-encoded substitutions in API docs
2017-04-10 11:17:04 +02:00
Achilleas Pipinellis
5422554b86
Mention URL path encoding to all API docs
2017-04-08 12:38:59 +02:00
Dawid Goslawski
82fad17a7d
Add information about namespace encoding to API docs
2017-04-08 12:38:59 +02:00
Achilleas Pipinellis
7d543837f3
Fix markdown table in API Issues docs
2017-04-06 17:18:51 +02:00
Oswaldo Ferreira
7cb907cc77
Add "search" optional param and docs for V4
...
Notice that this param is being supported since V3, but we have not added the proper docs for it
2017-04-05 13:50:12 -03:00
Adam Niedzielski
9543025e88
Introduce "polling_interval_multiplier" as application setting
...
Implement module for setting "Poll-Interval" response header.
Return 429 in ETag caching middleware when polling is disabled.
2017-04-03 15:17:04 +02:00
Dongqing Hu
6dd7695444
Labels support color names in backend
2017-03-29 11:45:15 +00:00
Rémy Coutable
520f7cd08a
Merge branch 'tc-api-remove-comments-endpoint' into 'master'
...
API: Make the /notes endpoint work with noteable iid instead of id
Closes #29871
See merge request !10258
2017-03-28 17:41:16 +00:00
Sean McGivern
bc36dfe87f
Merge branch 'rename_done_to_closed' into 'master'
...
Change Done column to Closed in issue boards
Closes #29420
See merge request !10198
2017-03-27 16:30:33 +00:00
Toon Claes
add5cd996f
API: Make the /notes endpoint work with noteable iid instead of id
...
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.
2017-03-27 15:29:37 +02:00
George Andrinopoulos
7c74a0209b
Implement new service for creating user
2017-03-27 09:37:24 +00:00
blackst0ne
1fb9de2bf7
Change Done column to Closed in issue boards
2017-03-24 23:40:35 +11:00
Sean McGivern
2965a20a1f
Merge branch 'docs/update-impersonation-tokens' into 'master'
...
Update Impersonation tokens docs
See merge request !10055
2017-03-24 10:01:26 +00:00
Achilleas Pipinellis
f4e7bc8377
Remove highlighting language from GET codeblocks
...
[ci skip]
2017-03-23 17:43:33 +01:00
Johan Brandhorst
ac6de28461
Correct parameter definition in Pipeline Triggers docs
2017-03-23 09:52:51 +00:00
Johan Brandhorst
7f94bdda59
Correct pipeline trigger GET functionality.
...
This was ambiguously defined, update parameters to match the example and the definition.
2017-03-22 12:18:06 +00:00
Rémy Coutable
a13b8434ae
Make the v3_to_v4.md more consistent
...
[ci skip]
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-20 16:51:56 +01:00
Rémy Coutable
aaaee8ae27
Allow unauthenticated access to some Branch API GET endpoints
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-20 09:37:31 +01:00
Kamil Trzciński
12dd5ac221
All CI offline migrations
2017-03-17 23:06:11 +00:00