summaryrefslogtreecommitdiff
path: root/features/steps/admin
Commit message (Collapse)AuthorAgeFilesLines
* Update Broadcast Message featuresRobert Speicher2016-01-131-8/+22
| | | | | | | | - Removes redundant "Create a broadcast message" scenario that was entirely covered by the "Create a customized broadcast message" scenario. - Adds "Edit an existing broadcast message" scenario - Adds "Remove an existing broadcast message" scenario
* Simplify BroadcastMessage factoryRobert Speicher2016-01-131-4/+3
| | | | Also make the feature tests less brittle.
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+2
|
* Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre2015-12-081-1/+1
|\
| * Add custom ColorValidatorRobert Speicher2015-12-071-1/+1
| |
* | Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre2015-12-041-4/+4
|\ \ | |/
| * Merge branch 'master' into ui/form-consistencyDouwe Maan2015-12-031-1/+1
| |\
| * | Use consistent casing for form field labelsDouwe Maan2015-12-021-4/+4
| | |
* | | Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre2015-12-031-1/+1
|\ \ \ | | |/ | |/|
| * | Use "Delete" in milestone and label delete buttons instead of "Remove"Douwe Maan2015-12-021-1/+1
| |/
* | Signed in admin should be able to add/remove himself to a projectDouglas Barbosa Alexandre2015-12-011-0/+37
| |
* | Signed in admin should be able to add/remove himself to a groupDouglas Barbosa Alexandre2015-12-011-0/+29
|/
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-0/+2
|
* Fix grammar in admin area labels .nothing-here-block when no labels exist.Aaron Snyder2015-09-261-1/+1
| | | | updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion.
* Allow custom info to be added to Help pageJeroen van Baarsen2015-09-181-0/+1
| | | | | | Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix testStan Hu2015-09-101-2/+4
|
* added spinach for glabal labelsglobal_labelsValery Sizov2015-09-031-0/+117
|
* Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-261-0/+15
|
* Fix bug preventing invite by e-mailStan Hu2015-08-211-0/+15
| | | | | | This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320
* Spinach testsArtem Sidorenko2015-08-191-0/+16
|
* capitalize URL in "Home page URL"Ben Bodenmiller2015-08-171-1/+1
|
* Add `Group#add_*` convenience methodsrs-group-convenience-methodsRobert Speicher2015-08-072-2/+2
| | | | Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
* Remove trailing linesreport-spamDmitriy Zaporozhets2015-08-061-2/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tests for abuse report featureDmitriy Zaporozhets2015-08-061-0/+17
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-231-1/+8
|
* Fix tests for admin identities after migrate to rspec3Dmitriy Zaporozhets2015-06-231-5/+2
|
* Merge branch 'master' into admin-edit-identitiesDmitriy Zaporozhets2015-06-222-4/+4
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/admin/users/show.html.haml
| * Fix features syntaxRobert Speicher2015-06-222-4/+4
| |
* | Fix indendity testDmitriy Zaporozhets2015-06-221-5/+13
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add tests for admin managing user identitiesDmitriy Zaporozhets2015-06-191-0/+36
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Call `page.all` instead of `all` in feature stepsRobert Speicher2015-06-121-1/+1
| | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-123-6/+6
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-128-55/+55
|
* Remove show actions from Admin and Project DeployKeysRobert Speicher2015-06-031-11/+0
|
* Fix bug where Slack service channel was not saved in admin template settings.Stan Hu2015-04-241-1/+12
| | | | | | Consolidate allowed parameters in one place to avoid these kinds of bugs in the future. Closes https://github.com/gitlabhq/gitlabhq/issues/9181
* Add admin deploy keys tests.public-deploy-keysDouwe Maan2015-04-031-0/+57
|
* Include missing events and fix save functionality in admin service template ↵Stan Hu2015-03-231-0/+29
| | | | | | settings form Closes #1275
* Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-1/+1
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-3/+3
| | | | | | 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.
* Refactor issuable sorting a bitDmitriy Zaporozhets2015-02-051-1/+1
|
* Spelling improvement, add in a group, not into group.Sytse Sijbrandij2015-02-031-1/+1
|
* Spinach for admin applicationsValery Sizov2015-01-191-0/+55
|
* Add tests to home page url redirectDmitriy Zaporozhets2015-01-161-2/+4
|
* Improve application settings and write testsDmitriy Zaporozhets2015-01-081-0/+16
|
* Add feature spec for user ssh keys on admin page.Marin Jankovski2014-12-291-0/+32
|
* Fix spinach testDmitriy Zaporozhets2014-12-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tests for remove group member feature in admin areaDmitriy Zaporozhets2014-10-201-2/+21
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add test for broken admin user pageDmitriy Zaporozhets2014-10-021-0/+19
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets2014-09-225-23/+23
|\ | | | | | | | | | | | | | | | | cirosantilli-spinach-step Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb
| * Replace old spinach step definitions with step.Ciro Santilli2014-09-225-23/+23
| |