Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix tests | Dmitriy Zaporozhets | 2014-11-05 | 1 | -1/+0 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Refactor commits/builds logic | Dmitriy Zaporozhets | 2014-11-05 | 1 | -2/+2 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Add Commits API | Dmitriy Zaporozhets | 2014-11-05 | 4 | -2/+82 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix tests | Dmitriy Zaporozhets | 2014-11-04 | 1 | -0/+1 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Commit creates multiple builds now | Dmitriy Zaporozhets | 2014-11-03 | 1 | -1/+4 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Merge branch 'enhancement/separate-commits-from-builds' of ↵ | Dmitriy Zaporozhets | 2014-10-31 | 1 | -3/+6 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/kestred/gitlab-ci into kestred/gitlab-ci-enhancement/separate-commits-from-builds Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG app/models/build.rb app/services/create_build_service.rb db/schema.rb | |||||
| * | Separate Commit model and logic from Build model|etc... | Kestred | 2014-08-23 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an entirely non-user facing change which prepares GitLab CI for future support of Parallel Builds. See https://about.gitlab.com/2013/12/19/gitlab-ci-with-parallel-builds-and-deployments/. These changes specifically avoid changing the supported API or changing any of the website views. Changes to the website views will come in tandem with future features like "Multiple build scripts". The supported API won't change as part of any future changes on this vein, to maintain support for the unofficial GitLab CI runners. This closes the following implementation step: 1. A commit has many builds Signed-off-by: Kestred <kestred@riotcave.com> | |||||
* | | 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 | |