summaryrefslogtreecommitdiff
path: root/spec/features/admin
Commit message (Collapse)AuthorAgeFilesLines
* Remove project-issuable-filter from admin builds page :)improve-nav-controlsDmitriy Zaporozhets2016-02-051-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show 'All' tab by default in the builds pageshow-all-builds-by-defaultDouglas Barbosa Alexandre2016-01-041-45/+74
|
* Use method that creates runners registration tokenGrzegorz Bizon2015-12-231-1/+1
| | | | `runners_registration_token` now creates a new token if it is blank.
* Use a new admin runners path when reseting runners tokenGrzegorz Bizon2015-12-141-1/+1
|
* Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon2015-12-142-0/+155
|\ | | | | | | | | | | | | | | | | * 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'
| * Move CI admin builds and runners specs to correct directory [ci skip]Kamil Trzcinski2015-12-142-0/+133
|/
* Prevent impersonation if blockedAndrew Tomaka2015-12-021-0/+10
|
* test fixValery Sizov2015-11-301-1/+4
|
* fix specsrails_update_to_4_2Valery Sizov2015-11-301-1/+1
|
* refactor login as to be impersonation with better login/logoutJames Newton2015-10-291-12/+38
| | | | | | Modifies the existing "login as" feature to be called impersonation, as well as keeping track of who is impersonating to revert back to that user without having to log out.
* Clarify spec title explanationPavel Forkert2015-09-241-1/+1
|
* Move login button to user page, switched to POST methodPavel Forkert2015-09-241-16/+21
|
* Add option to admin area to sign in as a specific userPavel Forkert2015-09-241-0/+16
| | | | Closes #2291
* Move spec/features/admin/security_spec to spec/features/securityrs-security-spec-speedRobert Speicher2015-07-221-27/+0
|
* Add a button to Admin::Users#show to disable 2FA for that userrs-disable-2fa-by-adminRobert Speicher2015-07-101-0/+33
|
* Allow Admin to filter users by 2FA statusRobert Speicher2015-06-191-0/+40
|
* Add 2FA status to Admin::Users#showRobert Speicher2015-06-191-4/+24
|
* Use `page.all` and `page.within` in specsrs-expect-syntax-specsRobert Speicher2015-06-131-1/+1
|
* Update ffaker gemRobert Speicher2015-05-201-1/+1
| | | | | | Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`.
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-142-4/+4
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Even more hound fixesJeroen van Baarsen2015-02-121-10/+12
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-124-37/+37
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix testsDmitriy Zaporozhets2015-02-051-3/+3
|
* Css/views cleanup after layout restyleDmitriy Zaporozhets2014-12-211-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary page. from tests.Ciro Santilli2014-09-261-2/+2
|
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-11/+7
|
* Split feature tests out to different build jobJeroen van Baarsen2014-04-134-4/+4
|
* Fix tests after can_create_team was removedDmitriy Zaporozhets2013-08-211-1/+0
|
* Remove form for adding user to several projects from admin area.Dmitriy Zaporozhets2013-06-221-14/+0
| | | | Remove unnecessary projects order on User#show
* Force user password change for users created by adminDmitriy Zaporozhets2013-06-131-17/+1
|
* Add settings for user permission defaultsDmitry Medvinsky2013-05-161-0/+8
| | | | | | “Can create groups” and “Can create teams” had hardcoded defaults to `true`. Sometimes it is desirable to prohibit these for newly created users by default.
* Minor usability improvementsDmitriy Zaporozhets2013-04-181-6/+6
|
* fix testDmitriy Zaporozhets2013-04-021-1/+1
|
* Removed not relevant tests for admin.projectsDmitriy Zaporozhets2013-03-251-42/+0
|
* fix admin users testsDmitriy Zaporozhets2013-02-281-4/+4
|
* Removing ambiguity and non-working selectorsDmitriy Zaporozhets2013-02-211-1/+0
|
* move capybara scenarios to spec/featuresDmitriy Zaporozhets2013-02-214-0/+289