summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/filtered_search
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-2015-54/+65
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-175-2/+31
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-197-68/+68
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-215-12/+122
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+5
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-2010-29/+105
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-207-21/+33
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-182-21/+18
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-208-22/+75
|
* 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-201-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-066-15/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-27/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-244-17/+59
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-5/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-0217-146/+588
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-231-18/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-092-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-284-13/+62
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Vue-i18n: various js directoriesEzekiel Kigbo2019-07-011-3/+3
| | | | | | | | | i18n linting for .vue files under the directories: - app/assets/javascripts/error_tracking_settings - app/assets/javascripts/filtered_search - app/assets/javascripts/projects - app/assets/javascripts/releases - app/assets/javascripts/repository
* Remove baseEndpoint from search dropdwon63177-follow-up-from-use-scoped-routes-for-labels-and-milestonesDmitriy Zaporozhets2019-06-243-7/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rename TOKEN_TYPES to USER_TOKEN_TYPESArun Kumar Mohan2019-06-182-3/+3
|
* Backport fix MR search by approversJustin Boyson2019-06-173-2/+5
|
* Use scoped routes for labels and milestonesDmitriy Zaporozhets2019-06-134-7/+25
| | | | | | Update frontend code to use /-/ scope for milestones and labels routes Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Resolve CE/EE diffs in dropdown_userLuke Bennett2019-05-221-0/+14
| | | | Part of single codebase changes.
* Internationalisation of filtered_search directoryBrandon Labuschagne2019-05-018-18/+29
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"tz-revert-new-emojis-loadingTim Zallmann2019-04-101-16/+7
| | | | Reverts the loading of emojis and its images to move forward with RC
* Extract recentSearchesStorageKeys from FilteredSearchManagerWinnie Hellmann2019-04-052-5/+11
| | | | (cherry picked from commit a4d0b2435ff132da9bb238fea95672a6ddfd084d)
* Fix skipping of user rendering for none and anyIgor2019-03-181-2/+2
|
* Filter merge requests by target branchHiroyuki Sato2019-03-094-11/+57
|
* Provide EE backports for filtering by approver featureIgor2019-03-076-262/+302
| | | | | Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
* Revert "Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'"Igor2019-03-076-302/+262
| | | | This reverts merge request !24982
* Moved all emojis to the public folderTim Zallmann2019-03-071-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis
* Provide EE backports for filtering by approver featureIgor2019-03-076-252/+293
| | | | | Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
* inherit DropdownUser from DropdownAjaxFilterAlexis Reigel2019-02-271-63/+20
|
* use lazy ajax filter dropdown for runner tagsAlexis Reigel2019-02-272-1/+70
| | | | | | the potential number of available runner tags is too large to load it statically to a dropdown. we use the same lazy loaded dropdown as is used for the users dropdown already.
* add tag filter to admin runners pageAlexis Reigel2019-02-272-0/+21
|
* Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-262-0/+22
| | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
* Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-252-22/+0
| | | | | This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
* Ability to filter confidential issuesRobert Schilling2019-02-212-0/+22
| | | | | Add a new search bar filter for confidential issues. Add filtering support to the IssuesFinder.
* Fix rendering of user token special valuesHeinrich Lee Yu2019-02-141-1/+1
| | | | Include capitalized `none` and `any` as special values
* Standardize token value capitalization in filter barOmar Bahareth2019-01-283-14/+16
|
* Upgrade prettier and reformat files as necessaryMike Greiling2019-01-141-2/+2
| | | | | | Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
* Disable duplicate label merging in search bar dropdownHeinrich Lee Yu2018-12-062-79/+1
|
* Resolve "Filter by `None`/`Any` for labels in issues/mrs/boards"🙈 jacopo beschi 🙉2018-12-031-1/+6
|
* Prettify all the thingsMike Greiling2018-11-201-14/+7
|