summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/groups_select.js
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade prettier to latest (v1.18.2)Mike Greiling2019-06-211-3/+1
| | | | | | | | | | | | | Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
* I18N of JS files starting with gjs-i18n-g-filesBrandon Labuschagne2019-05-161-1/+2
| | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Wraps Select 2 Import into its own webpack bundleTim Zallmann2019-01-291-84/+88
| | | | | | | | Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
* Backport: Callout CSS, group edit selection JSDennis Tang2018-11-271-1/+6
|
* 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