Robert Speicher
72a7b30c9f
Change all :empty_project
to :project
2017-08-02 17:47:31 -04:00
Shinya Maeda
2b8c46fe1d
Add #registration_token for %code
2017-07-20 17:42:45 +09:00
Shinya Maeda
acaf13d6f3
Add an id for the tag(#registration_token). Wrap long lines.
2017-07-20 15:14:22 +09:00
Shinya Maeda
96fe285cfb
Fix spec
2017-07-20 15:04:52 +09:00
Shinya Maeda
3f66d3bd63
Add coordinator url to admin area runner page
...
Use partial and shring same UI
Swap two. Like the project runner section.
Fix tests
2017-07-20 15:04:52 +09:00
Robert Speicher
e939bf7be1
Change gitlab_sign_in to sign_in where possible
2017-06-29 12:18:23 -04:00
Takuya Noguchi
102a17743e
Add explicit message when no runners on admin
2017-06-26 17:29:17 +00:00
Robert Speicher
45fb1f9542
Change login_as
uses to gitlab_sign_in
2017-06-19 18:59:01 -05:00
Robert Speicher
a6ec5121f0
Correct RSpec/SingleLineHook cop offenses
2017-06-14 13:18:56 -05:00
Clement Ho
59010d8f82
Fix grammer issue in admin/runners
2017-02-17 14:36:49 -06:00
Grzegorz Bizon
632c2939bb
Revert "Merge branch 'revert-9cac0317' into 'master'
"
...
This reverts commit c20934869f
, reversing
changes made to 4b7ec44b91
.
2017-01-23 16:35:24 +01:00
Grzegorz Bizon
baeaa97ef4
Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'master'"
...
This reverts merge request !8573
2017-01-21 22:55:35 +00:00
Rémy Coutable
f6cc29ed83
Don't persist ApplicationSetting in test env
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-15 01:07:29 -05:00
Valery Sizov
a6ba358a8f
Make specs a bit faster
2016-11-01 14:46:59 +02:00
Lin Jen-Shin
deb5509f7b
Admins should be able to assign locked runners as well
2016-06-28 20:15:50 +08:00
Lin Jen-Shin
d08777b1a4
Rename to assignable runner for shared examples:
...
Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4961#note_12738607
2016-06-28 18:33:25 +08:00
Lin Jen-Shin
95c99cd4fd
Admin should be able to turn shared runners into specific ones:
...
The regression was introduced by:
1b8f52d920
I did that because there's a test specifying that a shared runner cannot
be enabled, in the API. So I assume that is the case for non-admin, but
admins should be able to do so anyway.
Also added a test to make sure this won't regress again.
Closes #19039
2016-06-28 13:46:47 +08:00
Lin Jen-Shin
045dad3cf1
Test for enabling/disabling runners from admin runner page
2016-06-17 22:17:20 +08:00
Kamil Trzcinski
20c7144ed2
Rename all [ci_]commit
to [ci_]pipeline
in specs and features
2016-06-03 16:22:26 +02:00
Kamil Trzcinski
717fdd6d42
Rename Ci::Build commit to pipeline
2016-06-03 12:29:00 +02:00
Robert Speicher
75739e54be
Enable RSpec/NotToNot cop and auto-correct offenses
...
Also removes the note from the development/testing.md guide
2016-05-24 15:40:29 -04:00
Grzegorz Bizon
3e6950481a
Use method that creates runners registration token
...
`runners_registration_token` now creates a new token if it is blank.
2015-12-23 11:45:17 +01:00
Grzegorz Bizon
6586856a15
Use a new admin runners path when reseting runners token
2015-12-14 14:03:58 +01:00
Grzegorz Bizon
76a17d4f54
Merge branch 'master' into ci/persist-registration-token
...
* master:
Move CI admin builds and runners specs to correct directory
Fix 500 when viewing specific runners on runners page
Fix Ci::Project migration not migrating columns that cannot be NULL
Fix MySQL migration of CI emails
Minor fix in flow 'Merge when build succeeds'
2015-12-14 13:00:25 +00:00
Kamil Trzcinski
c0ff4fdd99
Move CI admin builds and runners specs to correct directory [ci skip]
2015-12-14 13:06:59 +01:00