Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for image and services | Kamil Trzcinski | 2015-07-06 | 1 | -1/+1 |
| | |||||
* | implementation of variables | Valery Sizov | 2015-06-05 | 1 | -0/+6 |
| | |||||
* | cleaning up | Valery Sizov | 2015-06-03 | 1 | -5/+0 |
| | |||||
* | Refactoring. Clean up advanced settings. Migrate from gotlab_url to path | Valery Sizov | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | API for deploy jobs | Valery Sizov | 2015-04-21 | 1 | -2/+9 |
| | |||||
* | project jobs api: exposed active, build_branches, build_tags, tags. ↵ | Michel Courtine | 2015-02-12 | 1 | -1/+1 |
| | | | | Implemented tests and updated documentation | ||||
* | Implemented api for project jobs with working tests and updated doc | Michel Courtine | 2015-02-11 | 1 | -0/+4 |
| | |||||
* | Merge branch 'api_for_webhooks_registering' into 'master' | Valery Sizov | 2015-01-07 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Grape Entity for WebHook | Mariusz Michalak | 2014-11-24 | 1 | -0/+4 |
| | | |||||
* | | remove script field from project | Valery Sizov | 2014-12-01 | 1 | -1/+1 |
|/ | |||||
* | Add Commits API | Dmitriy Zaporozhets | 2014-11-05 | 1 | -1/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | expose project name | gdunkle | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Allow selecting git fetch or git clone for builds. Send build timeout with API | Dmitriy Zaporozhets | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | Adding Project manipulation support via API | Angelo Lakra | 2013-10-08 | 1 | -0/+4 |
| | | | | | | | | | | | * 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 | ||||
* | Implementing method for authentication via token | Angelo Lakra | 2013-10-08 | 1 | -0/+4 |
| | |||||
* | adding before commit to available info for build. | Nick Huanca | 2013-09-03 | 1 | -1/+1 |
| | | | adding before commit to available info for build. will help with diff for using like post-receive hook (oldrev / newrev) | ||||
* | Runner resource. Now only registered runners can use gitlab-ci | Dmitriy Zaporozhets | 2013-05-31 | 1 | -0/+4 |
| | |||||
* | Remove repo reading logic from project. GitLab CI does not store repos any more | Dmitriy Zaporozhets | 2013-05-31 | 1 | -1/+1 |
| | |||||
* | Remove runner functionality. Added api for builds | Dmitriy Zaporozhets | 2013-05-30 | 1 | -0/+7 |