summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/filterable_list.js
Commit message (Collapse)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* fixed dashboard projects not being filterablePhil Hughes2018-01-291-1/+1
|
* Converted filterable_list to axiosPhil Hughes2018-01-291-17/+12
|
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-041-3/+4
|
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+2
|
* Improve pagination when searching or filteringAlfredo Sumaran2017-06-061-21/+41
| | | | [ci skip]
* Remove unnecesary passed parameterAlfredo Sumaran2017-05-311-1/+1
|
* Add missing parameter to onFilterSuccessAlfredo Sumaran2017-05-311-1/+1
|
* Fix search by inputAlfredo Sumaran2017-05-301-5/+15
|
* Build tree object from endpoint responseAlfredo Sumaran2017-05-121-2/+2
|
* Add support to filter groups by filter optionsAlfredo Sumaran2017-05-101-4/+13
|
* Add GroupFilterableList to be used as filterable classAlfredo Sumaran2017-05-101-19/+27
| | | | | | - 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
* Add support to filter by name to Group listAlfredo Sumaran2017-05-101-2/+3
|
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-0/+1
|
* Improve projects/groups list js codedashboard-filter-search-keep-paramsDmitriy Zaporozhets2017-03-041-2/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor projects filtering by nameDmitriy Zaporozhets2017-03-031-0/+47
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>