Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Implemented api for project jobs with working tests and updated doc | Michel Courtine | 2015-02-11 | 2 | -1/+66 | |
| | | ||||||
* | | Semaphore does not like real git fetching, stub out the call | Jeroen van Baarsen | 2015-02-28 | 1 | -2/+5 | |
| | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | |||||
* | | delete runner endpoint | Valery Sizov | 2015-02-26 | 1 | -0/+12 | |
| | | ||||||
* | | rubocop install | Valery Sizov | 2015-02-25 | 4 | -24/+24 | |
| | | ||||||
* | | Revert "Implemented api for project jobs" | Valery Sizov | 2015-02-11 | 2 | -64/+0 | |
| | | | | | | | | This reverts commit 0d39bfa32967c5f2794bdf30d088b74a78fd54c2. | |||||
* | | Implemented api for project jobs | Michel Courtine | 2015-02-10 | 2 | -0/+64 | |
|/ | ||||||
* | Merge branch 'topic/settings-email' into 'master' | Valery Sizov | 2015-02-04 | 1 | -0/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate E-mail notification to Services menu As discussed earlier e-mail notifications lives now under Services menu. Let me know if this is right direction. I think now that maybe I shouldn't migrate email_add_committer and email_recipients to MailService and instead use parameters from Project. What guys do you think? Tests results are here: https://semaphoreapp.com/ayufan/gitlab-ci/branches/topic-settings-email See merge request !30 | |||||
| * | Fixed tests | Kamil Trzcinski | 2015-01-29 | 1 | -0/+1 | |
| | | ||||||
* | | Rename hostname in Runner's API to description | Kamil Trzcinski | 2015-01-28 | 1 | -2/+2 | |
|/ | ||||||
* | Allow runner to pass tag_list during registration | Kamil Trzcinski | 2015-01-27 | 1 | -2/+8 | |
| | ||||||
* | Use hostname as default runner's description | Kamil Trzcinski | 2015-01-23 | 1 | -2/+2 | |
| | ||||||
* | Check if the last commit has a last build | Jacob Vosmaer | 2015-01-15 | 1 | -1/+1 | |
| | | | | This silences another cron error with duck tape. | |||||
* | Register builds depend on runner tags | Dmitriy Zaporozhets | 2015-01-12 | 1 | -16/+4 | |
| | ||||||
* | Don't run projects which are assigned to specific runner by shared runner. | Kamil Trzcinski | 2015-01-12 | 1 | -1/+4 | |
| | ||||||
* | Make the schedule_build cron job quiet | Jacob Vosmaer | 2015-01-09 | 1 | -1/+0 | |
| | | | | | | | | | | | | As an administrator, it is not interesting for me to get emails from GitLab CI that look like: ``` . . . . ``` | |||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ci | Jacob Vosmaer | 2015-01-08 | 2 | -0/+28 | |
|\ | ||||||
| * | Merge branch 'api_for_webhooks_registering' into 'master' | Valery Sizov | 2015-01-07 | 2 | -0/+28 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | ||||||
| | * | Grape Entity for WebHook | Mariusz Michalak | 2014-11-24 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:gitlabhq/gitlab-ci | Jacob Vosmaer | 2015-01-08 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #431 from Wachiwi/patch-1 | Valeriy Sizov | 2015-01-07 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| | | Changed sudo by su -c | |||||
| | * | | Changed sudo by su -c | Wachiwi | 2014-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | See PR #5935 in gitlabhq/gitlabhq for more details | |||||
* | | | | Merge branch 'last_build_fix' into 'master' | Dmitriy Zaporozhets | 2015-01-08 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | Last_build fix See merge request !99 | |||||
| * | | | Fix scheduled retrying | Valery Sizov | 2015-01-07 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Add ability to register specific runners for projects | Dmitriy Zaporozhets | 2015-01-07 | 1 | -2/+10 | |
|/ / / | | | | | | | | | | | | | You can provide project token durinng runner regstration and runner will be created specifically for this project | |||||
* | | | Remove 'Done' from the schedule_builds cron job | Jacob Vosmaer | 2014-12-10 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | A cron job should be quiet if all goes well. Getting an email that says 'Done' every hour is annoying for administrators. | |||||
* | | | remove script field from project | Valery Sizov | 2014-12-01 | 2 | -5/+2 | |
| |/ |/| | ||||||
* | | Refactor commit sha | Dmitriy Zaporozhets | 2014-11-06 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Charts: show commit duration instead of build | Dmitriy Zaporozhets | 2014-11-06 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | 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> | |||||
* | | Fix lib charts | Dmitriy Zaporozhets | 2014-10-31 | 1 | -2/+2 | |
| | | | | | | | | 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> | |||||
* | | | 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 |