summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/projects_list.js
Commit message (Collapse)AuthorAgeFilesLines
* Improve projects/groups list js codedashboard-filter-search-keep-paramsDmitriy Zaporozhets2017-03-041-4/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor projects filtering by nameDmitriy Zaporozhets2017-03-031-49/+14
| | | | | | | | | | | | 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>
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-3/+4
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+1
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+48