Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-05Fixed back navigation for projects filterDenys Mishunov
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.
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-01-29fixed dashboard projects not being filterablePhil Hughes
2018-01-29Converted filterable_list to axiosPhil Hughes
2017-10-04Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-06-06Improve pagination when searching or filteringAlfredo Sumaran
[ci skip]
2017-05-31Remove unnecesary passed parameterAlfredo Sumaran
2017-05-31Add missing parameter to onFilterSuccessAlfredo Sumaran
2017-05-31Fix search by inputAlfredo Sumaran
2017-05-12Build tree object from endpoint responseAlfredo Sumaran
2017-05-11Add support to filter groups by filter optionsAlfredo Sumaran
2017-05-10Add GroupFilterableList to be used as filterable classAlfredo Sumaran
- 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-10Add support to filter by name to Group listAlfredo Sumaran
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-03-04Improve projects/groups list js codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-03Refactor projects filtering by nameDmitriy Zaporozhets
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>