- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 30 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 28 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 27 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 14 Apr, 2017 1 commit
-
-
winniehell authored
-
- 16 Feb, 2017 1 commit
-
-
Phil Hughes authored
Recudes the number of queries within the snippet search from approx. 50 to approx. 14 by preloading the authors Part of #27392
-
- 14 Feb, 2017 1 commit
-
-
Phil Hughes authored
Also enabled syntaax highlight on the search results Closes #26832
-
- 09 Feb, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 24 Jan, 2017 1 commit
-
-
Kushal Pandya authored
-
- 10 Dec, 2016 1 commit
-
-
Mike Greiling authored
-
- 16 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 08 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 07 Oct, 2016 1 commit
-
-
Nick Thomas authored
Truncato is introduced as a dependency to intelligently shorten the rendered HTML to 200 characters; the previous approach could have resulted in invalid HTML being rendered.
-
- 14 Sep, 2016 1 commit
-
-
Valery Sizov authored
-
- 05 Sep, 2016 1 commit
-
-
Phil Hughes authored
Closes #21868
-
- 01 Aug, 2016 1 commit
-
-
Felipe Artur authored
-
- 23 Jun, 2016 1 commit
-
-
barthc authored
-
- 14 Jun, 2016 1 commit
-
-
barthc authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 26 May, 2016 1 commit
-
-
Yorick Peterse authored
This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
-
- 08 May, 2016 2 commits
-
-
Long Nguyen authored
-
Long Nguyen authored
-
- 26 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 19 Apr, 2016 1 commit
-
-
Ben Bodenmiller authored
-
- 13 Apr, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 31 Mar, 2016 1 commit
-
-
Rémy Coutable authored
Also, streamline the view. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 20 Mar, 2016 1 commit
-
-
Arinde Eniola authored
-
- 17 Mar, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 16 Mar, 2016 1 commit
-
-
Hiroyuki Sato authored
-
- 03 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 05 Feb, 2016 1 commit
-
-
Valery Sizov authored
-
- 21 Jan, 2016 2 commits
-
-
Douwe Maan authored
-
Stan Hu authored
Potential fix for #11547
-
- 22 Dec, 2015 1 commit
-
-
Stan Hu authored
If a search turned up an issue, under certain conditions you would see this error: ``` ActionView::Template::Error (undefined method `path_with_namespace' for nil:NilClass): 6: - if issue.description.present? 7: .description.term 8: = preserve do 9: = search_md_sanitize(markdown(issue.description)) 10: %span.light 11: #{issue.project.name_with_namespace} 12: - if issue.closed? lib/gitlab/markdown/upload_link_filter.rb:36:in `build_url' lib/gitlab/markdown/upload_link_filter.rb:31:in `process_link_attr' lib/gitlab/markdown/upload_link_filter.rb:18:in `block in call' lib/gitlab/markdown/upload_link_filter.rb:17:in `call' lib/gitlab/markdown.rb:127:in `gfm' lib/gitlab/markdown.rb:24:in `render' app/helpers/gitlab_markdown_helper.rb:61:in `markdown' app/views/search/results/_issue.html.haml:9:in `block in _app_views_search_results__issue_html_haml__4127460390996300432_59973760' app/views/search/results/_issue.html.haml:8:in `_app_views_search_results__issue_html_haml__4127460390996300432_59973760' app/views/search/_results.html.haml:20:in `_app_views_search__results_html_haml__589475855773452465_61761440' app/views/search/show.html.haml:5:in `_app_views_search_show_html_haml___1852335078065998536_69780120' ```
-
- 03 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 29 Oct, 2015 1 commit
-
-
Jonathan Schoeffling authored
Include the log messages of recent commits in project-level search results, providing functionality similar to 'git log --grep'. Update repository model rspec tests to validate the output of Repository#commits_with_log_matching.
-
- 26 Aug, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
-