summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* trigger citrigger-ciJacob Vosmaer2015-01-150-0/+0
|
* trigger ciJacob Vosmaer2015-01-150-0/+0
|
* Check if the last commit has a last buildJacob Vosmaer2015-01-151-1/+1
| | | | This silences another cron error with duck tape.
* Update guide from 5.3 to 5.4Dmitriy Zaporozhets2015-01-141-0/+42
|
* Merge branch 'example-with-omnibus-gitlab-runner' into 'master'Dmitriy Zaporozhets2015-01-132-49/+66
|\ | | | | | | | | | | | | | | | | Use omnibus-gitlab-runner in GitLab CE example This updates the runner setup and build script example to use omnibus-gitlab-runner packages for the GitLab CE tests. See merge request !102
| * Use omnibus-gitlab-runner in GitLab CE exampleJacob Vosmaer2015-01-122-49/+66
| |
* | Merge branch 'better_authorization' into 'master'Dmitriy Zaporozhets2015-01-1311-1/+42
|\ \ | | | | | | | | | | | | | | | Better authorization for project access See merge request !103
| * | Update CHANGELOGDmitriy Zaporozhets2015-01-131-0/+1
| | |
| * | Add check if user allowed to manage projectDmitriy Zaporozhets2015-01-1310-1/+41
|/ / | | | | | | For now do this by check if user has access to GitLab project hooks
* | A bit improvements for GitLab CI UIDmitriy Zaporozhets2015-01-128-42/+98
| |
* | Set runner tags via admin areaDmitriy Zaporozhets2015-01-129-27/+66
| |
* | Cleanup error messagesDmitriy Zaporozhets2015-01-125-21/+13
| |
* | Update CHANGELOGDmitriy Zaporozhets2015-01-121-0/+3
| |
* | Improve UI for buildsDmitriy Zaporozhets2015-01-125-10/+38
| |
* | Register builds depend on runner tagsDmitriy Zaporozhets2015-01-127-53/+88
| |
* | Add tags to jobs and runnersDmitriy Zaporozhets2015-01-1215-44/+197
| |
* | Runner edit via project settings. Small cleanup for runner index pageDmitriy Zaporozhets2015-01-1211-36/+77
| |
* | Merge pull request #488 from ayufan/topic/shared-runnersValeriy Sizov2015-01-1211-5/+61
|\ \ | | | | | | Fixed builds for specific runners
| * | Don't run projects which are assigned to specific runner by shared runner.Kamil Trzcinski2015-01-1211-5/+61
|/ /
* | Add specs for project jobs pageDmitriy Zaporozhets2015-01-121-0/+26
| |
* | Move job settings to separate pageDmitriy Zaporozhets2015-01-125-31/+65
| |
* | AnnotateDmitriy Zaporozhets2015-01-121-7/+9
| |
* | Write tag name into buildDmitriy Zaporozhets2015-01-124-5/+12
| |
* | Allow adding builds to existing commitsDmitriy Zaporozhets2015-01-123-22/+27
| |
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlab-ciDmitriy Zaporozhets2015-01-101-7/+2
|\ \
| * | Add GDK to readme and deprecate roadmap.Sytse Sijbrandij2015-01-101-7/+2
| | |
* | | Fix testsDmitriy Zaporozhets2015-01-101-4/+2
| | |
* | | Job can serve branches or tags or bothDmitriy Zaporozhets2015-01-106-8/+43
|/ /
* | update changelogValery Sizov2015-01-091-0/+2
| |
* | Merge branch 'bump-libv8' into 'master'Valery Sizov2015-01-091-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump libv8 This fixes development issues on OS X 10.10. Version 3.16.14.3 is hard to install for some reason for some people (me). See merge request !101
| * | Bump libv8 to version 3.16.14.7Jacob Vosmaer2015-01-091-1/+1
| |/ | | | | | | | | This fixes development issues on OS X 10.10. Version 3.16.14.3 is hard to install for some reason for some people (me).
* | Merge branch 'quiet-cron-job' into 'master'Dmitriy Zaporozhets2015-01-092-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Make the schedule_build cron job quiet As an administrator, it is not interesting for me to get emails from GitLab CI that look like: ``` . . . . ``` See merge request !100
| * Make the schedule_build cron job quietJacob Vosmaer2015-01-092-1/+1
|/ | | | | | | | | | | | As an administrator, it is not interesting for me to get emails from GitLab CI that look like: ``` . . . . ```
* Project specific runners page for regular usersDmitriy Zaporozhets2015-01-087-0/+94
|
* Default dev port for CI is 9000Dmitriy Zaporozhets2015-01-081-0/+1
|
* Improve readme for runner apiDmitriy Zaporozhets2015-01-081-3/+3
|
* Merge pull request #512 from dblessing/requirementsDmitriy Zaporozhets2015-01-081-0/+4
|\ | | | | Update platform requirements
| * Update platform requirementsDrew Blessing2014-12-171-0/+4
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciJacob Vosmaer2015-01-0810-0/+84
|\ \
| * \ Merge branch 'api_for_webhooks_registering' into 'master'Valery Sizov2015-01-073-0/+71
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | Tests for Projects API method for webhooks creationMariusz Michalak2014-11-241-0/+43
| | | |
| | * | Projects API method for webhooks creationMariusz Michalak2014-11-241-0/+24
| | | |
| | * | Grape Entity for WebHookMariusz Michalak2014-11-241-0/+4
| | | |
| * | | Merge branch 'useful_emails' into 'master'Valery Sizov2015-01-075-0/+13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Branch and Message to Emails Added git branch and commit message to all the email templates. This makes it easier to know how to deal with the email when you can't (or don't want to) click on the link. See merge request !17
| | * | | Add branch and commit message to emailsJames Mason2014-12-165-0/+13
| | | |/ | | |/|
| * | | Merge branch 'master' into 'master'Valery Sizov2015-01-072-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pending.png and canceled.png images for build status Fixes https://gitlab.com/gitlab-org/gitlab-ci/issues/53 See merge request !20
| | * | | Add pending.pngSam McLeod2015-01-051-0/+0
| | | | |
| | * | | Add canceled.png, fixes https://gitlab.com/gitlab-org/gitlab-ci/issues/53Sam McLeod2015-01-051-0/+0
| | | | |
* | | | | Merge branch 'master' of github.com:gitlabhq/gitlab-ciJacob Vosmaer2015-01-081-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge pull request #431 from Wachiwi/patch-1Valeriy Sizov2015-01-071-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | Changed sudo by su -c