summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gl_dropdown.js
Commit message (Expand)AuthorAgeFilesLines
* Replaced more jQuery UI datepickersPhil Hughes2017-02-061-1/+5
* Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-031-2/+1
|\
| * Remove turbolinks.Bryce Johnson2017-02-021-2/+1
* | fix errors within gl_dropdown_spec.js when running in KarmaMike Greiling2017-02-021-1/+1
|/
* Merge branch 'issue-sidebar-empty-assignee' into 'master' Fatih Acet2017-01-301-1/+6
|\
| * Resets issue boards assignee dropdownPhil Hughes2017-01-201-1/+6
* | Merge branch '25312-search-input-cmd-click-issue' into 'master' Fatih Acet2017-01-251-7/+7
|\ \ | |/ |/|
| * Prevent removing fields from dropdowns on input elementsSam Rose2017-01-251-7/+7
* | resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-3/+3
* | resolve all padded-blocks eslint violationsMike Greiling2017-01-181-5/+1
* | resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-8/+8
* | resolve all no-plusplus eslint violationsMike Greiling2017-01-181-3/+3
* | Fix dropdown filter input value after blur26616-fix-search-group-project-filtersEric Eastwood2017-01-161-1/+1
|/
* Check if selected object is valid before passing to calbackgl-dropdown-fixAlfredo Sumaran2016-12-191-3/+5
* Merge branch '24877-bulk-edit-only-keeps-common-labels-when-searching' into '...Fatih Acet2016-12-151-17/+9
|\
| * Address feedback24877-bulk-edit-only-keeps-common-labels-when-searchingAlfredo Sumaran2016-12-141-1/+1
| * Improve issuable's bulk assignment implementationAlfredo Sumaran2016-12-141-17/+9
* | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-2/+5
|/
* Updated members dropdownsPhil Hughes2016-12-071-0/+5
* Merge branch 'explicitly-disable-eslint-inline' into 'master' Alfredo Sumaran2016-11-161-1/+1
|\
| * explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* | Stopped multiple requests with dropdownsuser-dropdown-multiple-requests-fixPhil Hughes2016-11-161-1/+1
|/
* Do not allow text input in dropdown while loadingIdo Leibovich2016-10-281-3/+8
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-261-0/+1
|\
| * disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* | Refactored less readable existance checksJack Davison2016-10-261-4/+12
* | Merge branch 'issue-board-sidebar' into 'master' Fatih Acet2016-10-261-0/+11
|\ \
| * \ Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-191-44/+45
| |\ \ | | |/
| * | Fixed sidebar dropdowns to work with VuePhil Hughes2016-10-071-0/+11
* | | Escape quotes in gl_dropdown values to prevent exceptionsAirat Shigapov2016-10-261-0/+2
| |/ |/|
* | Fixed undefined keycode build errorgl-dropdown-render-perfPhil Hughes2016-10-141-3/+0
* | Fixed keycode undefinedPhil Hughes2016-10-131-5/+1
* | Changed trigger keyup to inputPhil Hughes2016-10-131-5/+3
* | Fixed appending jQuery elementsPhil Hughes2016-10-131-0/+4
* | Fixed rendering of HTML stringsPhil Hughes2016-10-131-1/+7
* | Increased performance of GL dropdown renderItemPhil Hughes2016-10-131-32/+31
* | Prevent conflict b/w search field and its dropdownBrennan Roberts2016-10-101-0/+1
|/
* Add position menu above ability to glDropdown.Fatih Acet2016-10-041-0/+13
* Added checks for field before field.length and removed unneeded fieldNamehotfix-gl-dropdown-field-undefinedLuke Bennett2016-09-201-12/+13
* Merge branch 'master' into '21961-issues-filtering-issue-with-labels-that-con...21961-issues-filtering-issue-with-labels-that-contain-spacesLuke "Jared" Bennett2016-09-191-11/+10
|\
| * Merge branch 'ee-919-backport-changes' into 'master' Jacob Schatz2016-09-151-11/+9
| |\
| | * fieldName can’t be a functionee-919-backport-changesAlfredo Sumaran2016-09-061-5/+2
| | * Ensure we update dropdown label after selecting an optionAlfredo Sumaran2016-09-061-6/+7
* | | Replace single quotes with escaped single quotes and write spec to test multi...Luke Bennett2016-09-141-6/+7
|/ /
* | Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+64
|/
* Fixed escaping issue with labels filterlabel-dropdown-encodePhil Hughes2016-08-311-1/+1
* Merge branch '919-protected-branch-dropdown-all-users' into 'master' Fatih Acet2016-08-301-9/+7
|\
| * Ensure we update the label after input is added919-protected-branch-dropdown-all-usersAlfredo Sumaran2016-08-241-9/+7
* | Moved `.option-hidden` to exist only in `SELECTABLE_CLASSES` as `NON_SELECTAB...21285-new-merge-request-source-and-target-branch-fields-filters-both-source-and-target-listLuke Bennett2016-08-241-3/+3
|/
* Allow passing an index to selectRowAtIndexAlfredo Sumaran2016-08-231-2/+7