summaryrefslogtreecommitdiff
path: root/features/steps/groups.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove go to dashboard test suite for group page and get rid of AR warningDmitriy Zaporozhets2016-05-031-4/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz2016-04-071-0/+4
| | | This reverts merge request !3494
* Remove tests with back buttonDmitriy Zaporozhets2016-04-011-4/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restrict access to confidential issues on activity feedDouglas Barbosa Alexandre2016-03-171-1/+1
|
* Don't list merge requests from archived projects in Group view.Rubén Dávila2016-03-021-0/+14
|
* Don't list issues from archived projects in Group view.Rubén Dávila2016-03-021-1/+14
|
* moved and refactored feature based on feedback. Also updated CHANGELOGJames Lopez2016-01-271-0/+4
|
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
|
* Split group feature testsDmitriy Zaporozhets2015-11-251-225/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor group stepsDmitriy Zaporozhets2015-11-251-61/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor group members tests a bitDmitriy Zaporozhets2015-11-251-16/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Small code improvementfix-group-memberDmitriy Zaporozhets2015-11-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix rubocop complainDmitriy Zaporozhets2015-11-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 500 error when update group member permissionDmitriy Zaporozhets2015-11-241-10/+41
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into james11/gitlab-ce-removable-group-ownerDouwe Maan2015-11-171-1/+23
|\
| * Create milestones in the groupDmitriy Zaporozhets2015-11-161-0/+22
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Better name for up-level linksgo-to-navDmitriy Zaporozhets2015-11-031-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | fixed last group owner issue and added testJames Lopez2015-10-291-0/+18
|/
* Fix rubocop warnings in featuresGuilherme Garnier2015-10-031-25/+25
|
* Merge branch 'public_profiles' into 'master'Dmitriy Zaporozhets2015-09-141-0/+20
|\ | | | | | | | | | | | | | | | | | | Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247
| * Make all group publicValery Sizov2015-09-091-0/+20
| |
* | Consistently case `Back to X` links.Douwe Maan2015-09-081-1/+1
|/
* Spinach testsArtem Sidorenko2015-08-191-0/+9
|
* Make left menu more hierarchical and less contextual by adding back item at topDmitriy Zaporozhets2015-07-101-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix avatar tests to use banana_sample.gif since SVG is not supportedStan Hu2015-06-221-3/+3
|
* Fix features syntaxRobert Speicher2015-06-221-1/+1
|
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-7/+7
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-31/+31
|
* Fix spec.browse-milestone-issuesDouwe Maan2015-05-271-2/+2
|
* Add feature tests for inviting members.Douwe Maan2015-04-141-0/+17
|
* Fix adding new members to groupDmitriy Zaporozhets2015-03-301-0/+26
|
* Fix test for creating group from dashboardDmitriy Zaporozhets2015-03-101-19/+0
|
* Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq ↵Dmitriy Zaporozhets2015-03-021-1/+1
|\ | | | | | | | | | | | | into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml
| * Convert Javascript links to buttons.Ciro Santilli2015-01-171-1/+1
| |
* | Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-241-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb
| * | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+2
| | | | | | | | | | | | | | | | | | 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.
* | | Split up AttachmentUploader.Douwe Maan2015-02-201-1/+1
| | |
* | | Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets2015-02-191-1/+1
| | | | | | | | | | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
* | | Fix broken access control and refactor avatar uploadHannes Rosenögger2015-02-161-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
* | Refactor sorting in projectDmitriy Zaporozhets2015-02-051-1/+1
| |
* | Spelling improvement, add in a group, not into group.Sytse Sijbrandij2015-02-031-1/+1
|/
* Dont check for milestone description on group milestone pageDmitriy Zaporozhets2014-12-271-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'project-path' into 'master'Dmitriy Zaporozhets2014-12-241-1/+2
|\ | | | | | | | | | | | | | | Project path Fixes gitlab/gitlabhq#1781, gitlab/gitlabhq#1763 See merge request !1337
| * Allow Group path to be changed at the same time as nameDmitriy Zaporozhets2014-12-221-1/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix testsDmitriy Zaporozhets2014-12-221-2/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make Spinach test names consistentCiro Santilli2014-10-051-0/+277
- do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path