summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/labels_select.js
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Label picker: Line break on long label titles"Ammar Alakkad2019-07-171-1/+2
* Replace runtime isEE check with compile time one60213-fix-is-ee-webpack-checksLukas Eipert2019-07-051-2/+2
* I18N of files starting with ljs-i18n-lBrandon Labuschagne2019-05-181-7/+9
* Display scoped labels in Issue BoardsRajat Jain2019-04-151-3/+1
* Fix labels selection, escape text in templateskeyval-labelsKushal Pandya2019-04-051-9/+11
* [frontend] backport of scoped labelsRajat Jain2019-04-041-5/+90
* Remove jQuery overhead in labels select renderingHeinrich Lee Yu2019-02-271-11/+18
* Improve glDropdown rendering performanceHeinrich Lee Yu2019-02-271-2/+3
* Fix failed tests and add extra testHeinrich Lee Yu2018-12-061-2/+3
* Disable duplicate label merging in other dropdownsHeinrich Lee Yu2018-12-061-28/+4
* Dynamically store the valid label endpointBrett Walker2018-10-311-1/+1
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-97/+149
* Convert remaining issue board components into ES module syntaxMike Greiling2018-10-101-4/+5
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
* Rename some css classes that are shared between issues and mrsDmitriy Zaporozhets2018-09-211-2/+2
* Resolve "Add missing i18n strings to issue boards."Constance Okoghenun2018-08-101-3/+6
* Resolve "Board label edit drop down is showing incorrect selected labels summ...Constance Okoghenun2018-08-071-4/+12
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-4/+5
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
* fix labels showing up with no titlejivl-fix-labels-not-displayed-after-selectionJose2018-06-041-1/+1
* Merge branch 'master' into bootstrap4Clement Ho2018-04-191-3/+2
|\
| * Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-3/+2
* | Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho2018-04-191-1/+1
|/
* Remove modal store and mixins from global scope44224-remove-glFilipa Lacerda2018-04-061-1/+2
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
* Make label filter URL dynamicKushal Pandya2018-02-281-12/+28
* Clear "Labels" dropdown search filter after selectionKushal Pandya2018-02-271-0/+6
* Use imported `DropdownUtils`Kushal Pandya2018-02-261-1/+1
* Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-jsRémy Coutable2018-02-221-3/+3
* Update to jQuery 3.Jacob Schatz2018-02-201-9/+9
* fixed failing specsPhil Hughes2018-01-311-6/+6
* Converted labels_select.js to axiosPhil Hughes2018-01-301-85/+85
* Merge branch 'label-xss-10-3' into 'security-10-3'Jacob Schatz2018-01-161-1/+1
* fix bad master mergeSimon Knox2017-11-021-4/+4
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 2518-saved-conf...Simon Knox2017-11-011-417/+413
|\
| * Export logo and labels select as ES6 modulesFilipa Lacerda2017-11-011-415/+411
* | apply changes for JS and CSS from gitlab-ee!2912Simon Knox2017-10-311-4/+9
|/
* Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"revert-2573818fDmitriy Zaporozhets2017-10-301-9/+4
* [CE backport] Saved configuration for issue boardOswaldo Ferreira2017-10-301-4/+9
* Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-2/+2
* Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda2017-10-091-1/+2
* Remove animate.js and the issuable label pulse animation.refactor-animate-jsBryce Johnson2017-09-131-7/+0
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-1/+1
* Add filtered search to group issue dashboardClement Ho2017-08-021-12/+2
* Move issuable bulk edit form into a new sidebar.28340-mass-edit-issues-and-mrs-from-sidebarBryce Johnson2017-06-061-9/+6
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-2/+5
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-3/+5
* don't show loading spinners for server-rendered sidebar fieldsSimon Knox2017-03-181-1/+1
* Removed previous filter codePhil Hughes2017-03-081-16/+2
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1