summaryrefslogtreecommitdiff
path: root/spec/javascripts/filtered_search
Commit message (Collapse)AuthorAgeFilesLines
* fix illegal references to "this" in module contextMike Greiling2018-04-231-1/+1
|
* fix more instances of "import *" with spyOnDependencyMike Greiling2018-04-231-3/+3
|
* fix tests in filtered_search_manager_spec.jsMike Greiling2018-04-231-8/+7
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-1/+2
|
* Add support for query params for labels endpointKushal Pandya2018-03-021-0/+18
|
* Move RecentSearchesDropdownContent vue componentGeorge Tsiolis2018-02-221-2/+1
|
* Rest of Dispatcher RefactorJacob Schatz2018-02-216-132/+129
|
* Import FilteredSearchTokenKeys, update class initialization syntax4656-ce-port-filtered-search-barKushal Pandya2018-02-071-5/+6
|
* Import and use `FilteredSearchTokenKeys` independentlyKushal Pandya2018-02-075-27/+30
|
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-0/+1
|
* Clears visual token on second backspaceMartin Wortschack2018-01-021-0/+14
|
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-5/+5
|
* Move clear search test to JS to reduce overkillmove-filter-mr-clear-search-spec-to-jsEric Eastwood2017-11-091-0/+19
| | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/33661
* Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-171-0/+23
| | | | | Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
* Return only group's members in user dropdowns on issuables list pages20824-scope-users-to-members-in-group-issuable-listRémy Coutable2017-09-141-0/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Backport getAllParams and other nav changes from service desk.Bryce Johnson2017-09-071-0/+22
|
* Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-044-4/+0
|
* Add filtered search to group issue dashboardClement Ho2017-08-022-0/+159
|
* Refactor filtered search dropdown parametersClement Ho2017-07-201-2/+7
|
* Add failing test for #34141winh2017-06-271-0/+34
|
* Make JavaScript tests fail for unhandled Promise rejectionsWinnie Hellmann2017-06-231-11/+47
|
* Revert to using links instead of buttons in Issuable Index tabs.Bryce Johnson2017-06-211-0/+3
|
* Clean up Vue warnings in testsWinnie Hellmann2017-06-202-0/+6
|
* Merge branch 'auto-search-when-state-changed' into 'master'Phil Hughes2017-06-071-0/+43
|\ | | | | | | | | | | | | Perform filtered search when state tab is changed Closes #27261 See merge request !11917
| * Use data attributes instead of classClement Ho2017-06-071-3/+3
| |
| * Add jasmine spec for searchStateauto-search-when-state-changedClement Ho2017-06-061-0/+43
| |
* | Change from double click to single click to open dropdownsingle-click-filterClement Ho2017-06-061-36/+0
|/
* Style people in issuable search bar (!11402)winh-styled-people-search-barwinh2017-06-022-0/+154
|
* Simplify filtered_search_visual_tokens_spec.jswinh2017-06-021-118/+163
|
* Backport canEdit changes for conditional remove buttonback-port-locked-milestones-to-ceEric Eastwood2017-05-261-0/+3
| | | | | | | | | | | | | Backport Fix locked milestone in boards being remove-able. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1963 Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/2433 Conflicts: app/assets/javascripts/boards/boards_bundle.js app/assets/javascripts/boards/filtered_search_boards.js app/assets/javascripts/filtered_search/filtered_search_manager.js spec/features/boards/boards_spec.rb
* Use import instead of requirefix-eslintClement Ho2017-05-241-1/+1
|
* Merge branch ↵Phil Hughes2017-05-245-17/+33
|\ | | | | | | | | | | | | | | | | '32563-remove-duplicated-config-code-for-filtered-search-dropdowns' into 'master' Resolve "Remove duplicated config code for filtered search dropdowns" Closes #32563 See merge request !11512
| * Port EE changes32563-remove-duplicated-config-code-for-filtered-search-dropdownsClement Ho2017-05-235-17/+33
| |
* | Merge branch 'winh-recent-searches-service-spec' into 'master'Fatih Acet2017-05-231-22/+30
|\ \ | | | | | | | | | | | | Handle Promise rejections in RecentSearchesService spec See merge request !11206
| * | Handle Promise rejections in RecentSearchesService spec (!11206)winh-recent-searches-service-specwinh2017-05-111-22/+30
| |/
* | update frontend specs to use ES module syntaxMike Greiling2017-05-167-27/+26
|/
* Colorize labels in issue search fieldWinnie Hellmann2017-05-051-0/+101
|
* Fallback localstorage casesLuke "Jared" Bennett2017-05-055-3/+195
|
* Add button to delete filters from filtered search barClement Ho2017-04-262-5/+74
|
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-0/+2
|
* Remove IIFEs in filtered_search_bundle.jsremove-iife-filtered-search-bundleAlfredo Sumaran2017-04-176-777/+765
|
* Update droplabLuke "Jared" Bennett2017-04-071-4/+4
|
* Recent search history for issuesEric Eastwood2017-04-064-3/+284
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27262
* Remove duplicated tokens in issuable search barAlfredo Sumaran2017-03-282-0/+22
|
* Fixed search specPhil Hughes2017-03-231-1/+1
|
* Add filter focus for filtered search visual tokensClement Ho2017-03-171-0/+12
|
* Merge branch '27174-filter-filters' into 'master' Clement Ho2017-03-151-2/+29
|\ | | | | | | | | | | | | prevent filtering Issues by multiple milestones, authors, or assignees Closes #27174 See merge request !9406
| * prevent filtering Issues by multiple milestones, authors, or assignees27174-filter-filtersSimon Knox2017-03-111-2/+29
| |
* | Organize our polyfills and standardize on core-jsMike Greiling2017-03-131-1/+4
|/
* Fix edit last visual tokenfix-edit-last-visual-tokenClement Ho2017-03-071-2/+15
|