Commit Graph

21 Commits

Author SHA1 Message Date
GitLab Bot 74d35955aa Add latest changes from gitlab-org/gitlab@master 2020-11-06 03:09:19 +00:00
GitLab Bot 874c603d7a Add latest changes from gitlab-org/gitlab@master 2020-06-18 15:08:45 +00:00
Luke Bennett d0bb69c02a
Resolve CE/EE diffs in dropdown_user
Part of single codebase changes.
2019-05-22 04:08:30 +01:00
Alexis Reigel 1edeecb094
inherit DropdownUser from DropdownAjaxFilter 2019-02-27 20:19:50 +01:00
Mike Greiling 160157a92b
Prettify remaining files with differences in CE and EE 2018-10-31 14:33:12 -05:00
Yorick Peterse d2e43fbde6
Removed pagination from AutocompleteUsersFinder
The frontend code doesn't use this so there's no practical point in
supporting this. We also hardcode the limit to 20 so users can no longer
request their own limit, which could overload the database (depending on
any upper bounds perhaps enforced by Kaminari).
2018-02-22 18:55:36 +01:00
Jacob Schatz bd8290d93e Rest of Dispatcher Refactor 2018-02-21 20:22:56 +00:00
Phil Hughes fa2af5e0f5
Flash is now a ES6 module
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.

Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
2017-10-10 10:14:22 +01:00
James Ramsay 0ed23790a4 Fix spelling of occurred 2017-09-26 08:46:09 -04:00
Rémy Coutable b06d5b963a
Return only group's members in user dropdowns on issuables list pages
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-14 18:04:21 +02:00
Clement Ho 3e89960d4a Refactor filtered search dropdown parameters 2017-07-20 19:17:34 +00:00
winh 6ab12777bc Introduce addClassIfElementExists utility 2017-06-27 20:37:30 +02:00
winh a61eda78a7 Add condition if there is a current user to DropdownUser 2017-06-27 16:38:00 +02:00
Winnie Hellmann f2b34fb208 Show current user immediately in issuable filters 2017-06-02 07:42:18 +00:00
Phil Hughes 6cbc69aa7e Merge branch '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
2017-05-24 09:00:26 +00:00
Clement Ho 681f329644 Port EE changes 2017-05-23 11:35:54 -05:00
Mike Greiling 0fce2df7b0 update filtered_search to ES module syntax 2017-05-16 15:50:55 -05:00
Alfredo Sumaran 08a09c6b62 Remove IIFEs in filtered_search_bundle.js 2017-04-17 02:01:11 -05:00
Luke "Jared" Bennett dab60475c7 Update droplab 2017-04-07 13:57:03 +00:00
Clement Ho f44fb5cfd0 Add filtered search visual tokens 2017-03-07 23:10:32 -06:00
winniehell 572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00