summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/groups_select.js
Commit message (Collapse)AuthorAgeFilesLines
* Prettify all the things (part 7)Mike Greiling2018-10-241-3/+6
|
* backport changes from ↵Lukas Eipert2018-08-031-0/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6740
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-2/+2
|
* Convert groups_select ajax to use axiosgroups-select-axiosPhil Hughes2018-02-091-11/+11
|
* Remove groups_select from global namespace & simplifies the codeFilipa Lacerda2017-10-271-110/+75
|
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Fixed height of group share dropdownPhil Hughes2017-08-171-2/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/3149
* Add users endpoint to frontend API classWinnie Hellmann2017-05-191-1/+1
|
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-1/+5
|
* Make group skip validation in the frontendAlfredo Sumaran2017-04-051-2/+2
|
* group links select2 infinite scrollLuke "Jared" Bennett2017-03-301-15/+63
|
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-63/+61
|
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* Use full group name/path in UI dropdownsDmitriy Zaporozhets2017-01-301-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-2/+4
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* Backport Group API code that was added in EE onlybackport-ee-js-groups-apiRémy Coutable2016-10-311-3/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* fix group links 404barthc2016-10-051-2/+3
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+1
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+67