summaryrefslogtreecommitdiff
path: root/spec/features/groups
Commit message (Collapse)AuthorAgeFilesLines
* Export assigned issues in iCalendar feedImre Farkas2018-05-313-12/+16
|
* Fix tests after group settings page redesignDmitriy Zaporozhets2018-05-282-16/+36
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into 'bootstrap4'Clement Ho2018-05-111-0/+54
|\ | | | | | | # Conflicts: # app/views/groups/group_members/index.html.haml
| * Add 2FA filter to group members pageDmitriy Zaporozhets2018-05-101-0/+54
| | | | | | | | | | | | | | | | * Show 2fa badge on a group members page * Make group members page UI consistent with project members page * Fix ambiguous sql in User.with/without_two_factor methods Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'master' into 'bootstrap4'Clement Ho2018-04-302-47/+8
|\ \ | |/ | | | | # Conflicts: # app/views/ci/variables/_variable_row.html.haml
| * Ensure member notifications are sent after the member actual creation/update ↵Rémy Coutable2018-04-262-47/+8
| | | | | | | | | | | | in the DB Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Fix user browse projects group page specClement Ho2018-04-231-1/+1
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-121-1/+1
|\ \ | |/
| * Add matcher for emojiBob Van Landuyt2018-04-111-1/+1
| |
* | [skip ci] Convert panel related class names to cardClement Ho2018-04-102-9/+9
|/
* Projects and groups badges settings UIFrancisco Javier López2018-04-081-0/+124
|
* Replace group spinach tests with RSpec analogSemyon Pupkov2018-03-296-14/+133
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Move the #update action from Project/Member controllers to the ↵Rémy Coutable2018-02-271-0/+0
| | | | | | MembershipActions concern Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix subgroup issue and MR pages empty states and counts43510-merge-requests-and-issues-don-t-show-for-all-subgroupsSean McGivern2018-02-271-43/+81
| | | | | Previously, these wouldn't count issues or MRs in subgroups - meaning that if _this_ group had no issues or MRs, we'd show the empty state, which was wrong.
* Move spinach group milestones test to RSpecSemyon Pupkov2018-02-151-37/+114
|
* Move feature group members search test to RSpecSemyon Pupkov2018-02-151-0/+29
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Include subgroup issuables on the group page30106-group-issuesJarka Kadlecová2018-02-011-24/+45
|
* Rendering of emoji's in Group-OverviewJacopo2017-12-241-0/+16
| | | | Allows rendering of emoji's in the Group Overview.
* Hide issues and MRs in labels list if disabledsophie-h/gitlab-ce-patch-15Sophie Herold2017-12-111-0/+15
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'bvl-10-2-email-disclosure' into 'security-10-2'Douwe Maan2017-12-081-0/+21
| | | | | | | | | | | | (10.2) Avoid partial partial email adresses for matching See merge request gitlab/gitlabhq!2232 (cherry picked from commit 081aa1e91a777c9acb31be4a1e76b3dd7032fa9a) There are unresolved conflicts in app/models/user.rb. fa85a3fd Don't allow searching for partial user emails
* Merge branch '39720-group-milestone-sorting' into 'master'Sean McGivern2017-11-221-0/+51
|\ | | | | | | | | | | | | Add Group Milestone sorting Closes #39720 See merge request gitlab-org/gitlab-ce!15230
| * Add group milestone to feature spec and minor changesGeorge Andrinopoulos2017-11-071-0/+5
| |
| * Add Group Milestone sortingGeorge Andrinopoulos2017-11-071-0/+46
| |
* | Don't perform a JS request when deleting a membership.bvl-refresh-member-listing-on-removalBob Van Landuyt2017-11-131-1/+5
|/
* Added group milestones form specLuke "Jared" Bennett2017-10-201-3/+10
|
* Merge branch 'bvl-group-trees' into 'master'Douwe Maan2017-10-171-0/+31
|\ | | | | | | | | | | | | Show collapsible tree on the project show page Closes #30343 See merge request gitlab-org/gitlab-ce!14055
| * Skip some nested group specs when using MySQLBob Van Landuyt2017-10-121-1/+2
| |
| * Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-101-1/+1
| |\
| * | Hide "New subgroup" links when subgroups are not supportedBob Van Landuyt2017-10-051-0/+30
| | |
* | | Merge branch 'move_markdown_preview_to_concern' into 'master'Sean McGivern2017-10-111-0/+21
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Add support for markdown preview to group milestones Closes #30241 See merge request gitlab-org/gitlab-ce!14806
| * | Add support for markdown preview to group milestonesmove_markdown_preview_to_concernVitaliy @blackst0ne Klachkov2017-10-111-0/+21
| |/
* | Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
|/ | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* Merge branch 'revert-sidebar-title-attribute' into 'master'Filipa Lacerda2017-09-151-1/+1
|\ | | | | | | | | Remove title attribute from sidebar elements See merge request gitlab-org/gitlab-ce!14140
| * fixed merge request specrevert-sidebar-title-attributePhil Hughes2017-09-131-1/+1
| |
* | Return only group's members in user dropdowns on issuables list pages20824-scope-users-to-members-in-group-issuable-listRémy Coutable2017-09-141-0/+22
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan2017-09-071-0/+62
|\ | | | | | | | | | | | | Improve "Share with group lock" feature for subgroups Closes #30550 See merge request !13944
| * Refer to “Share with group lock” consistentlyimprove-share-locking-feature-for-subgroupsMichael Kozono2017-09-061-8/+8
| |
| * Specify nested_groups specsMichael Kozono2017-09-061-1/+1
| |
| * Enable share_with_group_lock on subgroupMichael Kozono2017-09-061-0/+62
| | | | | | | | …when needed
* | Add top level items to fly-out navigationPhil Hughes2017-09-061-1/+1
|/ | | | | | This only appears when in the collapsed sidebar. If the sidebar is expanded, then these items are hidden & no fly-out navigation is displayed. Closes #36294
* Fixed group merge requests failurePhil Hughes2017-09-011-1/+1
|
* spec updatesPhil Hughes2017-08-292-53/+2
|
* Add a simple spec that checks filtered search works at group merge request pageHiroyuki Sato2017-08-271-0/+15
|
* Fix edit milestone path from group milestones listJarka Kadlecova2017-08-161-2/+27
|
* Enable Timecop safe mode32004-use-timecop-safe-modeRémy Coutable2017-08-111-6/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
|
* Group-level new issue & MR using previously selected projectBryce Johnson2017-08-071-2/+2
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-023-3/+3
|
* Add filtered search to group issue dashboardClement Ho2017-08-021-5/+5
|
* Use `empty_project` where possible in spec/features/groupsRobert Speicher2017-07-273-5/+5
|