summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
* Fix resolved discussions not expanding on side by side viewClement Ho2017-10-181-5/+24
* Change project deletion message from alert to noticeWinnie Hellmann2017-10-171-1/+1
* Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-171-1/+3
|\
| * Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-171-1/+3
* | Merge branch 'bvl-group-trees' into 'master'Douwe Maan2017-10-174-51/+97
|\ \ | |/ |/|
| * Skip some nested group specs when using MySQLBob Van Landuyt2017-10-122-6/+16
| * Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-10183-351/+1886
| |\
| * | Hide "New subgroup" links when subgroups are not supportedBob Van Landuyt2017-10-051-0/+30
| * | Update feature specs for updated group listsBob Van Landuyt2017-10-053-41/+43
| * | Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-042-9/+11
| * | Reuse the groups tree for explore and dashboard.Bob Van Landuyt2017-10-042-0/+6
| * | Remove the subgroups path on a groupBob Van Landuyt2017-10-041-13/+9
* | | Merge branch '37571-replace-wikipage-createservice-with-factory' into 'master'Rémy Coutable2017-10-134-18/+3
|\ \ \
| * | | Replaces 'WikiPage::CreateService' calls with 'wiki_page' factoryJacopo2017-10-134-18/+3
| | |/ | |/|
* | | backport for gitlab-ee!2869backport-ee-2869Simon Knox2017-10-131-15/+17
* | | Merge branch 'replace_explore_projects.feature' into 'master'Rémy Coutable2017-10-115-70/+372
|\ \ \
| * | | Replace the 'features/explore/projects.feature' spinach test with an rspec an...replace_explore_projects.featureVitaliy @blackst0ne Klachkov2017-10-115-70/+372
* | | | Merge branch 'rs-mysql-groups-dashboard-failure' into 'master'Douwe Maan2017-10-111-10/+10
|\ \ \ \
| * | | | Fix a feature spec failing only on MySQLrs-mysql-groups-dashboard-failureRobert Speicher2017-10-111-10/+10
* | | | | Merge branch 'move_markdown_preview_to_concern' into 'master'Sean McGivern2017-10-111-0/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for markdown preview to group milestonesmove_markdown_preview_to_concernVitaliy @blackst0ne Klachkov2017-10-111-0/+21
| |/ / /
* | | | Simplify project pageAnnabel Dunstone Gray2017-10-113-28/+34
* | | | Add explicit test to test resolved discussion toggle contentadd-resolve-discussion-testClement Ho2017-10-101-5/+15
| |/ / |/| |
* | | Fix unable to expand text diff discussion commentsClement Ho2017-10-101-6/+2
* | | Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate2017-10-103-3/+3
* | | Remove Build code from global namespaceFilipa Lacerda2017-10-101-2/+2
* | | Merge branch 'master' into 'group-sort-dropdown-blank'Robert Speicher2017-10-09181-353/+1729
|\ \ \
| * \ \ Merge branch '37552-replace-js-true-with-js' into 'master'Rémy Coutable2017-10-09154-265/+265
| |\ \ \ | | |/ / | |/| |
| | * | Replaces `tag: true` into `:tag` in the specsJacopo2017-10-07154-265/+265
| * | | Merge branch 'cleanup_old_nav_stuff' into 'master'Filipa Lacerda2017-10-071-6/+0
| |\ \ \ | | |/ / | |/| |
| | * | Remove unnecessary testkushalpandya2017-10-061-6/+0
| * | | Add a spec for editing a file when a project was already forkedBob Van Landuyt2017-10-071-1/+31
| * | | Show fork information on the project panelBob Van Landuyt2017-10-071-0/+49
| * | | Add a project forks spec helperBob Van Landuyt2017-10-0712-34/+54
| * | | Find branches in all projects in the fork networkBob Van Landuyt2017-10-071-0/+19
| * | | Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-0/+60
| * | | Commenting on image diffsFelipe Artur2017-10-073-2/+203
| * | | backport protected_branches_spec improvements from EEbackport-protected-branches-spec-changesJose Ivan Vargas2017-10-061-9/+17
| * | | Show confirmation modal before deleting accountWinnie Hellmann2017-10-062-6/+41
| |/ /
| * | Merge branch 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-serv...Kamil Trzciński2017-10-061-0/+111
| |\ \
| | * \ Merge branch 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-serv...feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-serviceShinya Maeda2017-10-071-2/+2
| | |\ \
| | | * | Improve redirect uri state and fix all remaining testsKamil Trzcinski2017-10-061-2/+2
| | * | | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-072-0/+22
| | |\ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-063-5/+81
| | |\ \ \
| | * | | | Fix almost all unresolved comments from Docs and UX reviewKamil Trzcinski2017-10-051-2/+2
| | * | | | Merge branch 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-serv...Kamil Trzcinski2017-10-051-0/+111
| | |\ \ \ \
| | | * | | | spec/features/projects/clusters_spec. Fix static analysysShinya Maeda2017-10-051-0/+111
| | | | |_|/ | | | |/| |
| * | | | | Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-063-6/+161
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issu...Jarka Kadlecova2017-10-0311-13/+147
| | |\ \ \ \ \
| | * | | | | | fix code styleJarka Kadlecova2017-09-272-4/+4