Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add pagination to project API | Kevin Houdebert | 2014-09-07 | 1 | -2/+6 | |
|/ | ||||||
* | Remove added file and rename runners token constant to registration token. | Sytse Sijbrandij | 2014-06-13 | 1 | -1/+1 | |
| | ||||||
* | Remove public key from runner model | Dmitriy Zaporozhets | 2014-05-06 | 1 | -3/+2 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Merge branch 'upgrader' into 'master' | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+1 | |
|\ | | | | | | | Feature: Upgrade script | |||||
| * | Uppercase constants | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Merge branch 'fix/deprecations' of github.com:pgolm/gitlab-ci into ↵ | Dmitriy Zaporozhets | 2014-01-30 | 2 | -3/+3 | |
|\ \ | |/ |/| | | | | | | | | | | | | | pgolm-fix/deprecations Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: config/initializers/secret_token.rb | |||||
| * | fix deprections warnings | Peter Golm | 2014-01-09 | 2 | -3/+3 | |
| | | ||||||
* | | CreateBuildService for build creation and more validation to build model | Dmitriy Zaporozhets | 2014-01-29 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | expose project name | gdunkle | 2013-10-29 | 1 | -1/+1 | |
| | ||||||
* | API: create build | Dmitriy Zaporozhets | 2013-10-29 | 2 | -4/+50 | |
| | ||||||
* | Assign runner id to build at start. Allow update only of running builds | Dmitriy Zaporozhets | 2013-10-24 | 1 | -2/+4 | |
| | ||||||
* | Runner is shared between all projects now unless it is assigned to any of them | Dmitriy Zaporozhets | 2013-10-24 | 1 | -2/+5 | |
| | ||||||
* | Allow selecting git fetch or git clone for builds. Send build timeout with API | Dmitriy Zaporozhets | 2013-10-23 | 1 | -1/+1 | |
| | ||||||
* | Extending Runners API to include GET /runners call | Angelo Lakra | 2013-10-14 | 1 | -1/+18 | |
| | | | | | * The GET /runners call retrieves a list of all runners registered on the Gitlab CI instance. | |||||
* | Adding further documentation and corrections on builds and runners | Angelo Lakra | 2013-10-09 | 3 | -13/+14 | |
| | ||||||
* | 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 | 2 | -1/+125 | |
| | | | | | | | | | | | * 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 | 4 | -0/+41 | |
| | ||||||
* | 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) | |||||
* | You should add runners to project. WHen runner added -> deploy key for ↵ | Dmitriy Zaporozhets | 2013-06-03 | 2 | -6/+8 | |
| | | | | runner added to gitlab project | |||||
* | Runner resource. Now only registered runners can use gitlab-ci | Dmitriy Zaporozhets | 2013-05-31 | 5 | -38/+43 | |
| | ||||||
* | 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 | 4 | -0/+184 | |