Dmitriy Zaporozhets
bc14d81af0
Merge branch 'rs-snippets-dont-expire' into 'master'
...
Remove `Snippet#expires_at`
This was removed from the interface in
https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation
lingered around for two years.
See merge request !3103
2016-03-09 09:02:17 +00:00
Robert Speicher
fe9a445faa
Merge branch 'evuez/gitlab-ce-add-info-user-api' into 'master'
...
Expose User#last_sign_in_at and User#confirmed_at for admins
Closes #840
See merge request !3090
2016-03-08 17:30:10 +00:00
Achilleas Pipinellis
a19a9faba9
Merge branch 'doc/ci-api-update' into 'master'
...
Deprecated GitLab CI API clean up
Deprecated GitLab CI API clean up.
The intent here is to clean up deprecated GitLab CI documentation leaving only relevant information.
Since we merged `Ci::Project` to `Project` most of this documentation is outdated.
Closes #13610
See merge request !3003
2016-03-08 09:35:10 +00:00
Robert Speicher
836d593033
Remove Snippet#expires_at
...
This was removed from the interface in
https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation
lingered around for two years.
2016-03-05 18:12:17 -05:00
evuez and Rémy Coutable
b0d24ab1b5
Add fields to GET /users/* API endpoints for admins
...
Added fields are last_sign_in_at and confirmed_at.
They are available for GET /users/ and GET /users/:id for admins.
Closes #840
2016-03-04 11:59:43 +01:00
bb-froggy
2af778c4fa
typo
2016-03-02 09:42:14 +00:00
Grzegorz Bizon
ec7c6a084c
Remove deprecated CI API docs for commits and projects
...
[ci skip]
2016-02-29 13:22:34 +01:00
Achilleas Pipinellis
13fd08b157
Add when the API changes got introduced
...
[ci skip]
2016-02-22 14:30:22 +02:00
Achilleas Pipinellis
ad833c934b
Fix docs on artifacts API
...
- Backticks in parameters
- Remove headings
- Fix curl URL link
[ci skip]
2016-02-20 14:13:21 +02:00
Kamil Trzcinski
17182cdfe0
Fix documentation
2016-02-19 20:56:56 +01:00
Kamil Trzcinski
6c6bb79422
Fix API
2016-02-19 18:30:43 +01:00
Kamil Trzcinski
921cfb66e6
Introduce API for serving the artifacts archive
2016-02-19 18:30:13 +01:00
Grzegorz Bizon
7d5a182624
Use POST method instead of DELETE when erasing a build
...
Discussion:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042
2016-02-19 17:24:59 +01:00
Grzegorz Bizon
ec5c3c029c
Add API documentation for build erase endpoint
2016-02-19 17:24:59 +01:00
Tomasz Maczukin
e4d2f9972c
Change last_contact to contacted_at
2016-02-19 13:18:49 +01:00
Tomasz Maczukin
7ea60c8564
Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject
2016-02-19 13:18:49 +01:00
Tomasz Maczukin
4ebadb77dd
iChange name and path to name_with_namespace and path_with_namespace in RunnerProjectDetails
2016-02-19 13:18:48 +01:00
Tomasz Maczukin
05e7335664
Update docummentation - specific runner enabling
...
[ci skip]
2016-02-19 13:18:48 +01:00
Tomasz Maczukin
d1ac00aea3
Modify and fix output of delete and update of a runner
2016-02-19 13:18:48 +01:00
Achilleas Pipinellis and Tomasz Maczukin
97c88966bb
GET /runners is for specific runners only
...
[ci skip]
2016-02-19 13:18:47 +01:00
Tomasz Maczukin
553bac57d0
Add token to runner details output in API
2016-02-19 13:18:47 +01:00
Achilleas Pipinellis and Tomasz Maczukin
dc32af9508
More fixes in runners doc
...
[ci skip]
2016-02-19 13:18:47 +01:00
Achilleas Pipinellis and Tomasz Maczukin
a09ae17337
Correct PRIVATE-TOKEN to use dash instead of underscore
2016-02-19 13:18:47 +01:00
Tomasz Maczukin
f562a477f2
Add associated project info to runner details output
2016-02-19 13:18:47 +01:00
Tomasz Maczukin
81ced6f55b
Split /runners entrypoint to /runners and /runners/all
2016-02-19 13:18:47 +01:00
Tomasz Maczukin
b56ee397bb
Add some fixes in runners API documentation
2016-02-19 13:18:46 +01:00
Achilleas Pipinellis and Tomasz Maczukin
cd62c74700
Add Example response above each json output
...
[ci skip]
2016-02-19 13:18:46 +01:00
Tomasz Maczukin
43c8daf3dc
Add runners API documentation [ci-skip]
2016-02-19 13:18:46 +01:00
Achilleas Pipinellis
324e6743cf
Fix typo in doc/api/builds.md
...
[ci skip]
2016-02-12 11:25:20 +02:00
Douwe Maan
0807bd5130
Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into 'master'
...
API: Allow to set or update a merge-request's milestone
_Originally opened at !2107 by @ skakirill._
- - -
See merge request !2755
2016-02-12 08:39:18 +00:00
Rémy Coutable
973a7d040e
Merge branch 'Schniz/gitlab-ce-feature/merge-request-closes-issues-in-api' into 'master'
...
Add merge_requests/:merge_request_id/closes_issues
_Originally opened at !2660 by @Schniz._
- - -
Added `/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues` route in the API for getting the issues that should be closed when a merge request merged successfully
See merge request !2779
2016-02-11 17:13:36 +00:00
Gal Schlezinger and Rémy Coutable
78e36780be
Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' route in the API
...
Added some documentation for it
Added to changelog
Added curl example and an attribute table
Moved the api route definition from "lib/api/issues.rb" to "lib/api/merge_requests.rb"
Fixed the attributes and changed the documentation to be at "merge_requests.md" too
Changed generic titles to more specific titles
added an underscore
added tests. it depends on a newer version of gitlab-test project
I'm doing a since I need to add a branch to the `gitlab-test` repo
removed the before
using 'iid' instead of 'id' in the description to reference the issues. that makes the tests pass
Removed the 'closes-issues' key from test_env. so it should pass the tests
Moved the two initializations to the describe block
Changed the changelog
2016-02-11 09:34:07 +01:00
Tomasz Maczukin
ba1f6de8a5
Add some fixes
...
[ci skip]
2016-02-10 15:07:11 +01:00
Tomasz Maczukin
efedf983a1
Fix builds API formatting
...
[ci skip]
2016-02-10 14:36:51 +01:00
Robert Speicher
7ea60fbfc8
Merge remote-tracking branch 'dev/master' into 'master'
2016-02-09 12:13:58 -05:00
Rémy Coutable
f6a666bdc2
Add an API spec for MergeRequest#merge_status and properly document this resource
2016-02-08 17:18:44 +01:00
Kirill Skachkov and Rémy Coutable
81f2a9e5b0
API: Allow to set or update a merge-request's milestone
2016-02-08 15:49:35 +01:00
Kamil Trzcinski
170ca8435a
Merge branch 'master' into ci-permissions
...
# Conflicts:
# db/schema.rb
2016-02-05 20:15:32 +01:00
Achilleas Pipinellis
9afcacb3a4
Merge branch 'doc_refactor_session_api' into 'master'
...
Refactor session API documentation
See merge request !2473
2016-02-05 10:11:44 +00:00
Achilleas Pipinellis
6d18f748f0
Merge branch 'doc_refactor_deploy_key_multiple_projects_api' into 'master'
...
Refactor deploy_key_multiple_projects API documentation
See merge request !2468
2016-02-05 10:10:23 +00:00
Kamil Trzcinski
b4c36130cc
Rename allow_guest_to_access_builds to public_builds
2016-02-04 12:57:46 +01:00
Kamil Trzcinski
6a5a175d9f
Expose allow_guest_to_access_builds in GitLab API
2016-02-04 11:14:12 +01:00
Achilleas Pipinellis
dec2151718
Merge branch 'patch-1' into 'master'
...
Fixed typo for PRIVATE-TOKEN header
Was PRIVATE_TOKEN but should be PRIVATE-TOKEN.
Underscore vs. kebab-case.
See merge request !2624
2016-01-29 18:02:48 +00:00
Dmitriy Zaporozhets
dfb8803c1c
Improve consistency and duplication for Merge Request API
...
* Follow REST for merge request API route
* Remove repeating comments API for MR
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-01-28 14:26:12 +01:00
Markus Fisch
a8fc4a01e2
Fixed typo for PRIVATE-TOKEN header
...
Was PRIVATE_TOKEN but should be PRIVATE-TOKEN.
Underscore vs. kebab-case.
2016-01-27 12:16:37 +00:00
Achilleas Pipinellis
97b2d78de8
Merge branch 'doc_refactor_system_hooks_api' into 'master'
...
Refactor system_hooks API documentation
See merge request !2475
2016-01-24 19:24:46 +00:00
Achilleas Pipinellis
df4d676811
Merge branch 'doc_refactor_namespaces_api' into 'master'
...
Refactor namespaces API documentation
See merge request !2472
2016-01-24 19:23:56 +00:00
Achilleas Pipinellis
28c14ceaa2
Merge branch 'doc_refactor_README_api' into 'master'
...
Refactor README API documentation
~~Waiting for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2435 to be merged.~~
See merge request !2476
2016-01-24 19:22:42 +00:00
Achilleas Pipinellis
23a878c40c
Clean up system hooks API documentation
...
[ci skip]
2016-01-24 20:20:39 +01:00
Achilleas Pipinellis
4ae7cb9a93
Merge branch 'doc_refactor_settings_api' into 'master'
...
Refactor settings API documentation
See merge request !2474
2016-01-24 18:36:51 +00:00