Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update annotationsannotations | Kamil Trzcinski | 2015-07-06 | 1 | -8/+10 |
| | |||||
* | Rounded coverage on commit page | Valery Sizov | 2015-07-01 | 1 | -2/+2 |
| | |||||
* | fix coverage calculation on commit page | Valery Sizov | 2015-06-26 | 1 | -0/+23 |
| | |||||
* | New syntax of gitlab-ci.yml | Valery Sizov | 2015-06-12 | 1 | -1/+1 |
| | |||||
* | fix specs | Valery Sizov | 2015-06-03 | 1 | -2/+2 |
| | |||||
* | proof of concept yml configuration | Valery Sizov | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Refactoring. Clean up advanced settings. Migrate from gotlab_url to path | Valery Sizov | 2015-05-04 | 1 | -7/+1 |
| | |||||
* | Fix 'ci skip' tag | Valery Sizov | 2015-04-28 | 1 | -14/+0 |
| | |||||
* | fix duration visualisation | Valery Sizov | 2015-04-23 | 1 | -0/+18 |
| | |||||
* | remove protected attributes | Valery Sizov | 2015-04-09 | 1 | -8/+0 |
| | |||||
* | refactoring of deploy job creationdeploy_without_tests | Valery Sizov | 2015-04-01 | 1 | -27/+1 |
| | |||||
* | Deploy without tests | Valery Sizov | 2015-03-31 | 1 | -3/+24 |
| | |||||
* | rename committer to pusher | Valery Sizov | 2015-03-10 | 1 | -4/+4 |
| | |||||
* | Notify only pusher instead of commiter | Valery Sizov | 2015-03-10 | 1 | -9/+7 |
| | |||||
* | rename method run_deploy_job to create_deploy_builds | Valery Sizov | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | fix random failing spec | Valery Sizov | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'jobs_tabs' into 'master' | Dmitriy Zaporozhets | 2015-03-04 | 1 | -1/+18 |
|\ | | | | | | | | | | | | | | | | | | | Deploy jobs Implements #153  See merge request !124 | ||||
| * | remove binding | Valery Sizov | 2015-03-04 | 1 | -2/+0 |
| | | |||||
| * | Deploy jobs | Valery Sizov | 2015-03-02 | 1 | -1/+20 |
| | | |||||
* | | Upgrade to rails 4.1.9 | Jeroen van Baarsen | 2015-02-28 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Fix scheduled retrying | Valery Sizov | 2015-01-07 | 1 | -0/+13 |
| | |||||
* | Fix spec files | Dmitriy Zaporozhets | 2014-11-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor commits/builds logic | Dmitriy Zaporozhets | 2014-11-05 | 1 | -23/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Reannotate | Dmitriy Zaporozhets | 2014-11-05 | 1 | -8/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Separate Commit model and logic from Build model|etc... | Kestred | 2014-08-23 | 1 | -0/+172 |
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> |