Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-26Add explicit message when no runners on adminTakuya Noguchi
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-02-17Fix grammer issue in admin/runnersClement Ho
2017-01-23Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon
This reverts commit c20934869f7dc8cfbdbafb6ecb7b1305452c9e8a, reversing changes made to 4b7ec44b91e0571d209c790d54947ba1756dac0e.
2017-01-22Revert "Merge branch 'dont-persist-application-settings-in-test-env' into ↵Grzegorz Bizon
'master'" This reverts merge request !8573
2017-01-15Don't persist ApplicationSetting in test envRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-01Make specs a bit fasterValery Sizov
2016-06-28Admins should be able to assign locked runners as wellLin Jen-Shin
2016-06-28Rename to assignable runner for shared examples:Lin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4961#note_12738607
2016-06-28Admin should be able to turn shared runners into specific ones:Lin Jen-Shin
The regression was introduced by: https://gitlab.com/gitlab-org/gitlab-ce/commit/1b8f52d9206bdf19c0dde04505c4c0b1cf46cfbe 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-17Test for enabling/disabling runners from admin runner pageLin Jen-Shin
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
Also removes the note from the development/testing.md guide
2015-12-23Use method that creates runners registration tokenGrzegorz Bizon
`runners_registration_token` now creates a new token if it is blank.
2015-12-14Use a new admin runners path when reseting runners tokenGrzegorz Bizon
2015-12-14Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon
* 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-14Move CI admin builds and runners specs to correct directory [ci skip]Kamil Trzcinski