Commit graph

18 commits

Author SHA1 Message Date
Rydkin Maxim
c81ef3041e add auto-cancel for pending pipelines on branch, if they are not HEAD
fix changelog MR reference

add non-HEAD builds finder and add `created` pipelines to scope

add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec

more refactoring for spec

adds option for auto-cancel into CI/CD settings

fix spec to new configuration

fix rubocop

fix schema.rb

fix schema.rb

replace Gitlab 9.0 with 9.1 in doc

change wording on pipeline settings

added auto_canceled_by field as identifier of autocancel subject

remove unnecessary index

replace service with retry_lock

replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model)

fix schema.rb

fix schema.rb

remove projekt attribute and clean up spec

clean up spec withcouple of shared examples

added spec for "It does not cancel current pipeline" scenario

add some specs to auto-cancel

add spec for another branch pipelines
2017-04-04 21:11:24 +03:00
Rémy Coutable
7813ceddf7 Merge branch '26087-asciidoc-cicd-badges-snippet' into 'master'
Add AsciiDoc snippet for CI/CD Badges

Closes #26087

See merge request !9164
2017-02-22 13:03:39 +00:00
dimitrieh
1eb238901b changed changelog text to be normal case 2017-02-21 10:00:27 +01:00
dimitrieh
0d29b08ca7 Changed coverage reg expression placeholder text to be more like a placeholder 2017-02-21 09:45:32 +01:00
Jan Christophersen
95ed01749e Add AsciiDoc snippet for CI/CD Badges
This commit adds CI/CD Badges Snippets for AsciiDoc as requested in #26087.
I've however run into an issue in highlighting the snippet, it seems as if AsciiDoc is currently not being highlighted properly (displayed as plaintext)

Add testcase for to_asciidoc

Update test case for Badges list
2017-02-20 16:37:44 +01:00
Jose Ivan Vargas
d00e00ad66 Corrected titles on the triggers and pipelines sections 2017-02-06 14:51:18 -06:00
Jose Ivan Vargas
58110293d4 Converted the views to partials that compose the menu item "pipelines" 2017-02-06 14:51:18 -06:00
Filipa Lacerda
5b0f492b0d Adds changelog entry
Replace "builds" in project settings

Replace "builds" in admin area
2017-02-03 09:43:04 +00:00
PotHix
b93a7dc101 Add excoveralls example
There was no example for Elixir in gitlab-ci examples, this commit adds
the missing example.

excoveralls repository was pointing to an old example that doesn't exist
anymore.
2016-12-05 13:52:58 -02:00
Ryan Harris
6bfe683d42 Fixed row margins on Pipeline Settings page in order to unify styles 2016-12-01 12:46:54 -05:00
Achilleas Pipinellis
0995d5573d Use better wording for test coverage parsing help text 2016-10-27 19:41:09 +02:00
Achilleas Pipinellis
ea8b4edb6e Rearrange the Pipelines settings page sections and link to docs 2016-10-27 19:41:09 +02:00
Grzegorz Bizon
9a14b0bb69 Fix name of feature that restricts builds traces 2016-10-19 10:51:12 +02:00
Grzegorz Bizon
4622f7e298 Reload pipeline settings when saving new settings 2016-10-18 12:53:30 +02:00
Grzegorz Bizon
0c81279ea2 Render collection of badges instead of using iterator 2016-08-15 14:39:46 +02:00
Grzegorz Bizon
eec0f5da87 Extract pipeline badges to the separate view partial 2016-08-15 14:39:46 +02:00
Grzegorz Bizon
b646adef13 Expose coverage report badge in pipeline settings 2016-08-15 14:39:46 +02:00
Kamil Trzcinski
52d5d7daf1 Create PipelinesSettingsController for showing settings page 2016-07-20 14:39:06 +02:00