Commit Graph

21 Commits

Author SHA1 Message Date
GitLab Bot e33f87ac0f Add latest changes from gitlab-org/gitlab@master 2020-04-21 15:21:10 +00:00
GitLab Bot 79d62647bc Add latest changes from gitlab-org/gitlab@master 2019-12-18 12:07:48 +00:00
GitLab Bot b35b9ac7e2 Add latest changes from gitlab-org/gitlab@master 2019-09-19 21:06:29 +00:00
Denys Mishunov 352d535849 Fixed back navigation for projects filter
Filterable list now sends request to filter the projects list
explicitly with `json` extension to avoid breakage when navigating back
from a project to the filtered project's list.
2019-07-05 12:50:50 +02:00
Mike Greiling dfb0824346 Prettify all the things (part 7) 2018-10-24 19:17:03 +00:00
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Phil Hughes c49fecdea5
fixed dashboard projects not being filterable 2018-01-29 09:06:58 +00:00
Phil Hughes b3c9d96559
Converted filterable_list to axios 2018-01-29 09:06:57 +00:00
Kushal Pandya de55396134 Groups tree enhancements for Groups Dashboard and Group Homepage 2017-10-04 22:49:42 +02:00
Tim Zallmann dab08be606 Resolve "Specific Async Script Loading by using a Page Variable" 2017-08-03 20:31:53 +00:00
Alfredo Sumaran 323a326c73 Improve pagination when searching or filtering
[ci skip]
2017-06-06 04:31:40 -05:00
Alfredo Sumaran bfa371020e Remove unnecesary passed parameter 2017-05-31 15:16:15 -05:00
Alfredo Sumaran 73067e1cd7 Add missing parameter to onFilterSuccess 2017-05-31 14:56:14 -05:00
Alfredo Sumaran 876107d520 Fix search by input 2017-05-30 23:21:40 -05:00
Alfredo Sumaran 1604c76493 Build tree object from endpoint response 2017-05-12 03:36:08 -05:00
Alfredo Sumaran 8064a400a8 Add support to filter groups by filter options 2017-05-10 20:24:31 -05:00
Alfredo Sumaran 312d02ad6d Add GroupFilterableList to be used as filterable class
- GroupFilterableList extends from FilterableList which is used in other places that doesn’t use Vue.
- GroupFilterableList interacts with a Vue store object.
- Deleted groups_list.js since is not needed anymore, filtering is handled via ajax in GroupFilterableList
2017-05-10 13:40:27 -05:00
Alfredo Sumaran 3b6ff7fcaf Add support to filter by name to Group list 2017-05-10 03:06:51 -05:00
Mike Greiling 8796d17a26 remove IIFEs in preparation for ES module refactor 2017-03-13 14:41:32 -05:00
Dmitriy Zaporozhets 8a910ba297
Improve projects/groups list js code
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-04 13:10:16 +02:00
Dmitriy Zaporozhets 5bb6a85b90
Refactor projects filtering by name
Reuse same search form and behavior for dashboard#projects, group#projects
and admin#projects. Repsect all other options like sorting, personal
filter when search projects by name. Create FilterableList JS class to
handle identical behaviour of projects and groups lists.

This change also makes filtering and sorting availabe on explore#projects
and explore#groups no matter if you are logged in or not.

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-03 18:39:30 +02:00