Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-23fix illegal references to "this" in module contextMike Greiling
2018-04-23fix more instances of "import *" with spyOnDependencyMike Greiling
2018-04-23fix tests in filtered_search_manager_spec.jsMike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-03-02Add support for query params for labels endpointKushal Pandya
2018-02-22Move RecentSearchesDropdownContent vue componentGeorge Tsiolis
2018-02-21Rest of Dispatcher RefactorJacob Schatz
2018-02-07Import FilteredSearchTokenKeys, update class initialization syntaxKushal Pandya
2018-02-07Import and use `FilteredSearchTokenKeys` independentlyKushal Pandya
2018-01-10Tidy up main JS filePhil Hughes
2018-01-02Clears visual token on second backspaceMartin Wortschack
2017-12-08use exported methods instead of gl.utilsPhil Hughes
2017-11-09Move clear search test to JS to reduce overkillEric Eastwood
2017-10-18Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin
2017-09-14Return only group's members in user dropdowns on issuables list pagesRémy Coutable
2017-09-07Backport getAllParams and other nav changes from service desk.Bryce Johnson
2017-08-04Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling
2017-08-02Add filtered search to group issue dashboardClement Ho
2017-07-20Refactor filtered search dropdown parametersClement Ho
2017-06-27Add failing test for #34141winh
2017-06-23Make JavaScript tests fail for unhandled Promise rejectionsWinnie Hellmann
2017-06-21Revert to using links instead of buttons in Issuable Index tabs.Bryce Johnson
2017-06-20Clean up Vue warnings in testsWinnie Hellmann
2017-06-07Merge branch 'auto-search-when-state-changed' into 'master'Phil Hughes
2017-06-07Use data attributes instead of classClement Ho
2017-06-07Add jasmine spec for searchStateClement Ho
2017-06-06Change from double click to single click to open dropdownClement Ho
2017-06-02Style people in issuable search bar (!11402)winh
2017-06-02Simplify filtered_search_visual_tokens_spec.jswinh
2017-05-26Backport canEdit changes for conditional remove buttonEric Eastwood
2017-05-24Use import instead of requireClement Ho
2017-05-24Merge branch '32563-remove-duplicated-config-code-for-filtered-search-dropdow...Phil Hughes
2017-05-23Port EE changesClement Ho
2017-05-23Merge branch 'winh-recent-searches-service-spec' into 'master'Fatih Acet
2017-05-17update frontend specs to use ES module syntaxMike Greiling
2017-05-11Handle Promise rejections in RecentSearchesService spec (!11206)winh
2017-05-06Colorize labels in issue search fieldWinnie Hellmann
2017-05-05Fallback localstorage casesLuke "Jared" Bennett
2017-04-26Add button to delete filters from filtered search barClement Ho
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-17Remove IIFEs in filtered_search_bundle.jsAlfredo Sumaran
2017-04-07Update droplabLuke "Jared" Bennett
2017-04-06Recent search history for issuesEric Eastwood
2017-03-29Remove duplicated tokens in issuable search barAlfredo Sumaran
2017-03-23Fixed search specPhil Hughes
2017-03-18Add filter focus for filtered search visual tokensClement Ho
2017-03-15Merge branch '27174-filter-filters' into 'master' Clement Ho
2017-03-14Organize our polyfills and standardize on core-jsMike Greiling
2017-03-11prevent filtering Issues by multiple milestones, authors, or assigneesSimon Knox
2017-03-08Fix edit last visual tokenClement Ho