- Aug 30, 2015
-
-
Robert Speicher authored
Command: transpec -c 'bundle exec rspec spec -t ~feature' \ -o should,oneliner,should_receive
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- Aug 21, 2015
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Jul 10, 2015
-
-
Kamil Trzcinski authored
``` 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.
-
Kamil Trzcinski authored
-
- Jul 06, 2015
-
-
Kamil Trzcinski authored
-
- Jul 01, 2015
-
-
Valery Sizov authored
-
- Jun 26, 2015
-
-
Valery Sizov authored
-
- Jun 12, 2015
-
-
Valery Sizov authored
-
- Jun 03, 2015
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- May 04, 2015
-
-
Valery Sizov authored
-
- Apr 28, 2015
-
-
Valery Sizov authored
-
- Apr 23, 2015
-
-
Valery Sizov authored
-
- Apr 09, 2015
-
-
Valery Sizov authored
-
- Apr 01, 2015
-
-
Valery Sizov authored
-
- Mar 31, 2015
-
-
Valery Sizov authored
-
- Mar 10, 2015
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- Mar 04, 2015
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- Mar 02, 2015
-
-
Valery Sizov authored
-
- Feb 28, 2015
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Jan 07, 2015
-
-
Valery Sizov authored
-
- Nov 06, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Nov 05, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Aug 24, 2014
-
-
Kestred authored
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>
-