Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix migrations and add mysql limits | Dmitriy Zaporozhets | 2014-10-28 | 2 | -15/+4 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.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> | |||||
* | Add mysql limits to separate rake task | Dmitriy Zaporozhets | 2014-05-05 | 2 | -0/+23 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Refer to "GitLab CI" in some additional places in the init.d script. | cr7pt0gr4ph7 | 2014-04-16 | 1 | -5/+5 | |
| | ||||||
* | Make the init.d script's output refer to "GitLab CI" instead of "GitLab". | cr7pt0gr4ph7 | 2014-04-16 | 1 | -6/+6 | |
| | ||||||
* | Ignore build with started_at is null on "build duration" chart | Floran Brutel | 2014-03-04 | 1 | -1/+1 | |
| | ||||||
* | Deleted a file that was accidentally pushed | Jeroen van Baarsen | 2014-02-20 | 1 | -134/+0 | |
| | ||||||
* | Added the new init.d script | Jeroen van Baarsen | 2014-02-20 | 3 | -78/+408 | |
| | ||||||
* | Remove the `chmod +x` step for the init script | Jacob Vosmaer | 2014-01-31 | 1 | -0/+0 | |
| | ||||||
* | Add clear cache task | Dmitriy Zaporozhets | 2014-01-31 | 1 | -0/+6 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Merge branch 'upgrader' into 'master' | Dmitriy Zaporozhets | 2014-01-30 | 3 | -1/+147 | |
|\ | | | | | | | Feature: Upgrade script | |||||
| * | Uppercase constants | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | Backport upgrader script from GitLab | Dmitriy Zaporozhets | 2014-01-30 | 2 | -0/+146 | |
| | | | | | | | | 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 | |
| | | ||||||
* | | Merge branch 'refactoring' into 'master' | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | Refactoring | |||||
| * | | 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> | |||||
* | | | No need to redirect sidekiq boot output | Jacob Vosmaer | 2014-01-29 | 1 | -5/+4 | |
| | | | | | | | | | | | | This is handled by script/background_jobs | |||||
* | | | Remove duplication in sidekiq.rake | Jacob Vosmaer | 2014-01-29 | 1 | -6/+2 | |
| | | | ||||||
* | | | Add background_jobs script from gitlabhq | Jacob Vosmaer | 2014-01-29 | 1 | -2/+2 | |
| | | | ||||||
* | | | Create a constant for sidekiq.log's path | Jacob Vosmaer | 2014-01-27 | 1 | -4/+5 | |
| | | | ||||||
* | | | Capture sidekiq start / stop output in sidekiq.log | Jacob Vosmaer | 2014-01-27 | 1 | -5/+5 | |
| | | | ||||||
* | | | No backgrounding in the init script | Jacob Vosmaer | 2014-01-27 | 1 | -4/+4 | |
|/ / | ||||||
* | | Use minutes for duration chart | Dmitriy Zaporozhets | 2014-01-11 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Show commit sha for build duration. Fixed tests | Dmitriy Zaporozhets | 2014-01-11 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Refactor charts resource. Improved charts code | Dmitriy Zaporozhets | 2014-01-11 | 1 | -7/+4 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | fixed one merge error | Michael Sprauer | 2014-01-11 | 1 | -0/+1 | |
| | | ||||||
* | | fix some style issues | Peter Golm | 2014-01-11 | 1 | -1/+0 | |
| | | | | | | | | see: https://github.com/gitlabhq/gitlab-ci/pull/355 | |||||
* | | Merge github.com:gitlabhq/gitlab-ci into NewCharts | Peter Golm | 2014-01-09 | 5 | -4/+14 | |
|\ \ | |/ | | | | | | | | | Conflicts: app/controllers/projects_controller.rb config/routes.rb | |||||
| * | allow runners to submit large build logs | Bernhard Weisshuhn (a.k.a. bernhorst) | 2013-12-08 | 1 | -1/+5 | |
| | | | | | | | | | | The default nginx configuration will only allow for 1 megabyte request bodies, so large build logs from runners will be rejected by the server. This patch sets the limit to 10 megabytes. I'm not sure what a sensible default might be, but 1m seem a bit over-conservative to me. | |||||
| * | Use rake task with whenever instead of runner | Dmitriy Zaporozhets | 2013-11-20 | 4 | -3/+9 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Fixed the charts | Michael Sprauer | 2013-11-14 | 1 | -1/+2 | |
| | | ||||||
* | | fixed one merge error | Michael Sprauer | 2013-11-13 | 1 | -4/+0 | |
| | | ||||||
* | | try to support postgres and try to fix the tests added an test to improve ↵ | Michael Sprauer | 2013-11-13 | 1 | -1/+8 | |
| | | | | | | | | coverage | |||||
* | | New Chart: Build duration | Michael Sprauer | 2013-11-13 | 1 | -1/+11 | |
|/ | ||||||
* | 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 | |
| |