Commit Graph

16 Commits

Author SHA1 Message Date
Dennis Tang 5b74a1aebc Resolve "Improve handling of projects shared with a group" 2018-09-07 06:09:13 +00:00
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Phil Hughes cf4fb53f56
normalize headers correctly
i18n flash message
2018-01-29 09:06:58 +00:00
Phil Hughes b3c9d96559
Converted filterable_list to axios 2018-01-29 09:06:57 +00:00
kushalpandya 893402d477 Preserve `archived` param only when sort order is changed 2017-10-13 19:33:18 +05:30
kushalpandya 934f4c6ea4 Add `archived` related options in sort dropdown 2017-10-13 14:08:50 +05:30
Kushal Pandya de55396134 Groups tree enhancements for Groups Dashboard and Group Homepage 2017-10-04 22:49:42 +02:00
Filipa Lacerda 96e6fc70b4 Import modules instead of using the ones in global namespace
Removes set favicon related methods from global scope
Improves test related with favicon

Removes convertPermissionToBoolean from global scope.
Adds tests for convertPermissionToBoolean - were non existant

Removes setParamInURL from gl.utils

Removes parseIntPagination from gl.utils namespace

Remove normalizeCRLFHeaders from gl.utils namespace

Removes normalizeHeaders from gl.utils namespace

Use gl.utils for filtered search

Fix bad import

Fix broken test by cleaning window.history namespace

Adds changelog
2017-09-09 09:54:27 +01:00
Alfredo Sumaran 323a326c73 Improve pagination when searching or filtering
[ci skip]
2017-06-06 04:31:40 -05:00
Alfredo Sumaran 4d141cb30d Use eventHub to update groups from GroupFilterableList class 2017-06-01 16:48:09 -05:00
Alfredo Sumaran 5bd52eaefb Use object destructuring when passing more than 3 params to follow style guide 2017-05-31 17:07:53 -05:00
Alfredo Sumaran 876107d520 Fix search by input 2017-05-30 23:21:40 -05:00
Alfredo Sumaran c228ff0be4 Fix pagination when sorting by option 2017-05-30 19:16:49 -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