summaryrefslogtreecommitdiff
path: root/features/steps/admin
Commit message (Collapse)AuthorAgeFilesLines
* Use "Delete" in milestone and label delete buttons instead of "Remove"Douwe Maan2015-12-021-1/+1
|
* 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
| |
* | Merge pull request #7821 from cirosantilli/factor-spinach-classesDmitriy Zaporozhets2014-09-225-5/+5
|\ \ | | | | | | [factor] Prefix Spinach features with Spinach::Features::.
| * | Prefix Spinach features with Spinach::Features::.Ciro Santilli2014-09-225-5/+5
| |/
* | Fix finder and tests for new membership modelsDmitriy Zaporozhets2014-09-151-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2014-06-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace home icon with tab namesDmitriy Zaporozhets2014-06-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Test secondary user email removal.Marin Jankovski2014-06-231-0/+19
|
* Fix project trasnfer for admin areaDmitriy Zaporozhets2014-06-191-0/+26
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'rm-dir-prefix' of ↵Dmitriy Zaporozhets2014-03-136-0/+0
|\ | | | | | | https://github.com/cirosantilli/gitlab-elearn into cirosantilli-rm-dir-prefix
| * Remove dir prefix and suffix from tests inside dir.Ciro Santillli2014-02-236-0/+0
| |
* | Fix 500 error when try to update own profile in admin areaDmitriy Zaporozhets2014-02-251-0/+13
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* User pages are visible to users without loginCiro Santillli2014-02-111-8/+5
| | | | ... if the user is authorized to at least one public project.