Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to RSpec3 syntax via transpecrs-rspec3 | Robert Speicher | 2015-08-30 | 1 | -48/+48 |
| | | | | | | | Command: transpec -c 'bundle exec rspec spec -t ~feature' \ -o should,oneliner,should_receive | ||||
* | Update `stub` syntax usages | Robert Speicher | 2015-08-30 | 1 | -5/+5 |
| | |||||
* | Update outdated `.items` syntax | Robert Speicher | 2015-08-30 | 1 | -2/+2 |
| | |||||
* | Use `eq` instead of `==` in matchers | Robert Speicher | 2015-08-30 | 1 | -20/+20 |
| | |||||
* | Don't `describe` symbols | Robert Speicher | 2015-08-30 | 1 | -9/+9 |
| | |||||
* | `be_(false|true)` -> `be_(falsey|truthy)` | Robert Speicher | 2015-08-30 | 1 | -12/+12 |
| | |||||
* | Retrigger builds with [ci skip] | Kamil Trzcinski | 2015-08-21 | 1 | -0/+15 |
| | |||||
* | Create specs for build triggers | Kamil Trzcinski | 2015-08-21 | 1 | -2/+47 |
| | |||||
* | Initial support for build triggers | Kamil Trzcinski | 2015-08-21 | 1 | -13/+14 |
| | |||||
* | Allow to specify flexible list of types in yaml | Kamil Trzcinski | 2015-07-10 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` types: - test - deploy - notify rspec: script: "rspec" rubocop: script: "rubocop" staging: type: deploy script: "echo deploy" only: - master production: type: deploy script: "echo production" only: - tags dockerhub: type: notify script: "curl http://docker/hub/web/hook" downstream: type: notify script: "curl http://build/downstream/jobs" ``` This will trigger two test jobs in parallel, when finished it will trigged either staging or production, when finished it will trigger dockerhub and downstream in parallel. | ||||
* | Fixed specs | Kamil Trzcinski | 2015-07-10 | 1 | -4/+11 |
| | |||||
* | 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> |