| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Implemented api for project jobs with working tests and updated doc
The rest API allows you to manipulate a project on gitlab-ci but there is no way to manipulate build jobs through the api.
I tested it, implemented truly working tests & updated documentation
http://feedback.gitlab.com/forums/176466-general/suggestions/7068630-expose-the-job-api-to-the-rest-api
See merge request !39
|
| |
| |
| |
| | |
Implemented tests and updated documentation
|
| | |
|
| | |
|
| |
| |
| |
| | |
This reverts commit 0d39bfa32967c5f2794bdf30d088b74a78fd54c2.
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
API for webhooks registering
Simple API method for creating new WebHooks for specified Project.
P.S. Sorry for not squasing commits, they were already pushed.
See merge request !11
|
| | |
|
|/ |
|
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Made :per_page and :page on Project.from_gitlab optional for API
calls
* Added call to retrieve Gitlab CI projects that are not only
authorized, but "owned"
|
|
|
|
|
|
|
|
|
|
|
| |
* The following actions are now supported:
GET /projects/:id - returns information about a project
GET /projects - returns list of all projects
PUT /projects/:id - updates project information (see docs for more info)
DELETE /projects/:id - removes a project
POST /projects/:id/runners/:runner_id - links a project to a runner
DELETE /projects/:id/runners/:runner_id - removes link between project and runner
|
|
|
|
| |
projects api
|
| |
|
|
|