summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/filtered_search/filtered_search_manager.js
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+11
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+7
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-6/+11
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-5/+38
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-061-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-27/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-5/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-20/+141
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-281-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Remove baseEndpoint from search dropdwon63177-follow-up-from-use-scoped-routes-for-labels-and-milestonesDmitriy Zaporozhets2019-06-241-1/+2
* Use scoped routes for labels and milestonesDmitriy Zaporozhets2019-06-131-0/+2
* Internationalisation of filtered_search directoryBrandon Labuschagne2019-05-011-2/+3
* Extract recentSearchesStorageKeys from FilteredSearchManagerWinnie Hellmann2019-04-051-5/+7
* Filter merge requests by target branchHiroyuki Sato2019-03-091-10/+3
* Standardize token value capitalization in filter barOmar Bahareth2019-01-281-1/+1
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-48/+65
* #13650 added wip search functionality and testsChantal Rollison2018-10-031-10/+30
* rename to IssuableFilteredSearchTokenKeysAlexis Reigel2018-08-291-2/+2
* make FilteredSearchTokenKeys genericAlexis Reigel2018-08-201-2/+2
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-2/+2
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-1/+2
* Add `isGroupDecendent` to init configKushal Pandya2018-03-021-0/+2
* Add group related config and endpoint methods to be consistent with EEKushal Pandya2018-03-011-8/+12
* Rest of Dispatcher RefactorJacob Schatz2018-02-211-32/+36
* Make class initialization configurableKushal Pandya2018-02-071-30/+38
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-0/+1
* Clears visual token on second backspaceMartin Wortschack2018-01-021-15/+27
* updated importsurl-utility-es-modulePhil Hughes2017-12-111-2/+2
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-1/+2
* apply changes for JS and CSS from gitlab-ee!2912Simon Knox2017-10-311-5/+5
* Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"revert-2573818fDmitriy Zaporozhets2017-10-301-5/+5
* [CE backport] Saved configuration for issue boardOswaldo Ferreira2017-10-301-5/+5
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+2
* Fix spelling of occurredjramsay-spelling-occurredJames Ramsay2017-09-261-1/+1
* Backport getAllParams and other nav changes from service desk.Bryce Johnson2017-09-071-2/+15
* Add filter by my reactionHiroyuki Sato2017-08-301-3/+11
* Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-041-1/+1
* Add filtered search to group issue dashboardClement Ho2017-08-021-3/+3
* Introduce addClassIfElementExists utilitywinh-no-current-user-search-barwinh2017-06-271-5/+2
* Make JavaScript tests fail for unhandled Promise rejectionsWinnie Hellmann2017-06-231-0/+4
* Revert to using links instead of buttons in Issuable Index tabs.Bryce Johnson2017-06-211-0/+1
* Merge branch 'auto-search-when-state-changed' into 'master'Phil Hughes2017-06-071-2/+53
|\
| * Use data attributes instead of classClement Ho2017-06-071-12/+9
| * Add jasmine spec for searchStateauto-search-when-state-changedClement Ho2017-06-061-2/+4
| * Use button instead of fake buttonClement Ho2017-06-061-0/+4
| * Refactor to use class name to determine stateClement Ho2017-06-061-31/+34
| * Perform filtered search when state tab is changedClement Ho2017-06-051-2/+47