summaryrefslogtreecommitdiff
path: root/spec/features/groups_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a name field to the group edit formadd-field-for-group-nameDouglas Lovell2017-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables user specification of group name vs. name inferred from group path. Cause new group form to copy name from path Adds some new page-specific javascript that copies entry from the group path field to the group name field when the group name field is initially empty. Remove duplicate group name entry field on group edit form This corrects the duplicated name entry field and tests that the JavaScript does not update the group name field if the user edits the group path. (Editing the group path is not recommended in any case, but it is possible.) Address eslint errors in group.js Enable group name copy with dispatch and explore group creation The dispatch and explore group creation forms require the group.js asset, and their tests now require testing against poltergeist Update workflow new group instruction Update the gitlab basics group creation document Add a change log entry Remove unused variable for eslint
* Groups section capitalization fixJose Ivan Vargas Lopez2017-04-061-1/+1
|
* Add more tests for subgroups featuredz-inherit-create-group-permissionDmitriy Zaporozhets2017-04-051-8/+31
| | | | | | | * subgroup can be created by owner of the group * project can be created inside subgroup by owner of the group Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'jej-group-name-disclosure' into 'security'Sean McGivern2017-03-291-0/+10
| | | | | | Prevent private group disclosure via parent_id See merge request !2077
* Add a new `stub_mattermost_setting` stub helper to properly stub Mattermost ↵Rémy Coutable2017-03-281-1/+1
| | | | | | settings Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda2017-03-071-1/+1
|\ | | | | | | | | | | | | Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
| * Use native unicode emojisEric Eastwood2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* | Clean up specZ.J. van de Weg2017-03-061-3/+1
| |
* | Minor edits, incorporate reviewZ.J. van de Weg2017-03-061-1/+4
| |
* | Finished up mattermost team creationzj-create-mattermost-team-lbLuke "Jared" Bennett2017-02-221-0/+37
|/
* Allow creating nested group via UIdz-create-nested-groups-via-uiDmitriy Zaporozhets2017-02-071-1/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor nested group related codedz-nested-group-miscDmitriy Zaporozhets2016-12-291-1/+1
| | | | | | | * Simplify code around group parent access check * Rename 'Nested groups' to 'Subgroups' tab at group#show page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show nested groups tab on group pageDmitriy Zaporozhets2016-12-261-0/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 19205 Redesign group page header to match new navigation19205-group-header-redesigntauriedavis2016-11-091-4/+4
|
* Move edit group scenario to rspec and refactor groups_specDmitriy Zaporozhets2016-10-141-36/+42
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add specs for group edit and deletionissue-23306-fixStan Hu2016-10-141-0/+26
|
* Correct namespace validation to forbid bad names #21077Will Starms2016-10-071-1/+31
| | | | | | Adds .git and .atom to the master namespace regex Updates existing group tests and adds two new ones Updates path cleaning to also forbid .atom
* Fix creating group with space in group pathDouglas Barbosa Alexandre2016-07-141-4/+16
|
* Add `feature` tag to feature specsRobert Speicher2015-07-061-1/+1
| | | | | Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
* Add feature specs for Project and Group description renderingRobert Speicher2015-06-021-0/+36