Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix API: project create | Valery Sizov | 2015-06-17 | 1 | -2/+2 |
| | |||||
* | cleaning up | Valery Sizov | 2015-06-03 | 1 | -111/+0 |
| | |||||
* | Refactoring. Clean up advanced settings. Migrate from gotlab_url to path | Valery Sizov | 2015-05-04 | 1 | -4/+10 |
| | |||||
* | API rework && testsapi_rework | Valery Sizov | 2015-04-28 | 1 | -43/+31 |
| | |||||
* | Merge branch 'project_search' into 'master' | Valery Sizov | 2015-04-22 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | Projects search on dashboard https://dev.gitlab.org/gitlab/gitlab-ci/issues/173  See merge request !73 | ||||
| * | projects search on dashboard | Valery Sizov | 2015-04-21 | 1 | -2/+2 |
| | | |||||
* | | API for deploy jobs | Valery Sizov | 2015-04-21 | 1 | -0/+39 |
|/ | |||||
* | only who has manage access can manage project | Valery Sizov | 2015-04-17 | 1 | -5/+5 |
| | |||||
* | Merge branch 'feature_project_jobs_rest_api-1' into 'master' | Valery Sizov | 2015-03-03 | 1 | -0/+74 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | project jobs api: exposed active, build_branches, build_tags, tags. ↵ | Michel Courtine | 2015-02-12 | 1 | -2/+15 |
| | | | | | | | | Implemented tests and updated documentation | ||||
| * | Implemented api for project jobs with working tests and updated doc | Michel Courtine | 2015-02-11 | 1 | -1/+62 |
| | | |||||
* | | rubocop install | Valery Sizov | 2015-02-25 | 1 | -14/+14 |
| | | |||||
* | | Revert "Implemented api for project jobs" | Valery Sizov | 2015-02-11 | 1 | -60/+0 |
| | | | | | | | | This reverts commit 0d39bfa32967c5f2794bdf30d088b74a78fd54c2. | ||||
* | | Implemented api for project jobs | Michel Courtine | 2015-02-10 | 1 | -0/+60 |
|/ | |||||
* | Fixed tests | Kamil Trzcinski | 2015-01-29 | 1 | -0/+1 |
| | |||||
* | Merge branch 'api_for_webhooks_registering' into 'master' | Valery Sizov | 2015-01-07 | 1 | -0/+24 |
|\ | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Projects API method for webhooks creation | Mariusz Michalak | 2014-11-24 | 1 | -0/+24 |
| | | |||||
* | | remove script field from project | Valery Sizov | 2014-12-01 | 1 | -4/+1 |
|/ | |||||
* | Fix tests | Dmitriy Zaporozhets | 2014-11-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add pagination to project API | Kevin Houdebert | 2014-09-07 | 1 | -2/+6 |
| | |||||
* | fix deprections warnings | Peter Golm | 2014-01-09 | 1 | -2/+2 |
| | |||||
* | Added passing specs for remainder of projects API | Angelo Lakra | 2013-10-08 | 1 | -30/+28 |
| | |||||
* | Adding user access checking per project | Angelo Lakra | 2013-10-08 | 1 | -8/+30 |
| | | | | | | | | * 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" | ||||
* | Adding Project manipulation support via API | Angelo Lakra | 2013-10-08 | 1 | -1/+121 |
| | | | | | | | | | | | * 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 | ||||
* | Adding POST /projects (for creation) and several rspec unit stubs for | Angelo Lakra | 2013-10-08 | 1 | -0/+25 |
| | | | | projects api | ||||
* | Adding specs for Project API end points | Angelo Lakra | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Implementing method for authentication via token | Angelo Lakra | 2013-10-08 | 1 | -0/+19 |