Alexis Reigel
55629a2e4d
add feature flag for users search
2019-03-14 18:30:30 +01:00
Alexis Reigel
22f44b50d8
add users search results to project scoped search
2019-03-14 18:16:03 +01:00
gfyoung
0cf45debb4
Enable more frozen string in app/services/**/*.rb
...
Partially addresses #47424 .
2018-07-18 14:07:50 -07:00
Dongqing Hu
b0ab0e4eff
Refactor SearchController#show
2017-03-31 13:03:55 +00:00
Douglas Barbosa Alexandre
f2ba4e3d36
Restrict access to confidential issues on search results
2016-03-17 20:55:59 -03:00
Yorick Peterse
ec349dc1b6
Refactor Gitlab::ProjectSearchResults
...
Previously this class would be given a project ID which was then used to
retrieve the corresponding Project object. However, in all cases the
Project object was already known as it was used to grab the ID to pass
to ProjectSearchResults. By just passing a Project instead we remove the
need for an extra query as well as the need for some other complexity
in this class.
2016-03-11 15:25:22 -05:00
Dmitriy Zaporozhets
ede08dbdd7
Implement search page with filtering of results and pagination
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-27 09:57:50 +03:00
Robert Schilling
da7e14c864
fix searching on empty project, prevent 500
...
Fix hound
2014-08-11 11:31:37 +02:00
NotSqrt
15e0ab498d
Update ability to search in issue descriptions and comments
2014-05-15 19:54:19 +02:00
Dmitriy Zaporozhets
1d2bdb4d58
Move all Context classes into Services
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-16 19:03:42 +02:00