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 (Collapse)Author
2016-05-26Added author to various Markdown calls in viewsYorick Peterse
This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
2016-05-05Start builds redesignAnnabel Dunstone
2016-04-26Updated based on feedbackPhil Hughes
Changed some variable names Fixed CHANGELOG entry
2016-04-26Correctly shows no results textPhil Hughes
Correct search results count
2016-04-26Humanize scope textPhil Hughes
2016-04-26Truncate issue descriptionPhil Hughes
2016-04-26Use helper methodPhil Hughes
2016-04-26Changes dropdown toggle on search dropdownsPhil Hughes
2016-04-26Removed category iconsPhil Hughes
2016-04-26icons on search barPhil Hughes
2016-04-26Mobile updates for search UIPhil Hughes
2016-04-26Loads group & projects on search page with ajaxPhil Hughes
2016-04-26Started updating search UIPhil Hughes
2016-04-19format merge request references properlyBen Bodenmiller
2016-04-13Refactor and expose only Gitlab::UrlBuilder.build(record)Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-03-31Fix view of notes in search results when noteable is a snippetRémy Coutable
Also, streamline the view. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-18Add eye-slash icon to confidential issuesDouglas Barbosa Alexandre
2016-03-17Fix wiki search results point to raw sourceHiroyuki Sato
2016-03-11Improved search results filter dropdownPhil Hughes
2016-03-03Merge branch 'lazy-diffs' into 'master' Jacob Vosmaer
Lazy diffs Needs https://gitlab.com/gitlab-org/gitlab_git/merge_requests/65 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/10785 - Use Gitlab::Git::DiffCollection which limits the result set size. This avoids loading unnecessary data from Git/SQL into memory. - Remove left-over Grit timeout handling code. - Use Gitlab::Git::Count.lines to count lines in strings. - Use more iterators. See merge request !2705
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-03-02Place pagination outside .search-resultsAlfredo Sumaran
2016-03-02Include pagination for other than projects searchAlfredo Sumaran
2016-03-01Enable search for logged-out usersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05Faster snippet searchValery Sizov
2016-01-22Merge branch 'fix-error-500-mr-search' into 'master' Dmitriy Zaporozhets
Fix Error 500 when doing a search for merge requests Potential fix for #11547 See merge request !2525
2016-01-21Use consistent markup and styling for highlighting across blobs, diffs, ↵Douwe Maan
blame and snippets
2016-01-21Fix Error 500 when doing a search for merge requestsStan Hu
Potential fix for #11547
2016-01-13Replace nav-tabs with nav-linksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-22Fix Error 500 when doing a search in dashboard before visiting any projectStan Hu
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' ```
2015-11-03Fix code that depends on incorrect inflector behaviorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-02Refactor search by commits messageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-29Add support for searching commit log messagesJonathan Schoeffling
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.
2015-10-12Add spellcheck=false to certain input fieldsValery Sizov
2015-08-27Merge branch 'rs-remove-user-color-scheme-class' into 'master'Douwe Maan
Apply syntax highlighting to fenced code blocks client-side Instead of applying the syntax highlighting scheme class to these blocks server-side, we use Javascript and Gon to apply the user's color scheme (or the default) client-side. This will make it easier to cache these blocks in the future because they're no longer state-dependent. See merge request !1203
2015-08-27Make search bar on search page more noticeableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-27More compact search pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-26Refactor project list renderingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-26Make snippet_blob highlight server-side as wellRobert Speicher
2015-08-26Remove user_color_scheme_classRobert Speicher
Instead of rendering this value server-side, we use Javascript and Gon to apply the user's color scheme (or the default) to any syntax highlighted code blocks. This will make it easier to cache these blocks in the future because they're no longer state-dependent.
2015-08-24Ability to search milestonesValery Sizov
2015-07-12Fix search blobs for wikiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-10Implement search of code via git grepDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-19Revert merge request states renamingDmitriy Zaporozhets
Replaced: * "Accepted" with "Merged" * "Rejected" with "Closed" Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-08Dont use fixed pixel size if form controls - its bad for mobile devicesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-25Consistently refer to MRs as either Accepted or Rejected.Douwe Maan
2015-05-18Simplify and unify helpers for rendering markupJakub Jirutka
2015-04-30Add a page title to every page.Douwe Maan
2015-04-29Move search categories (projects, issues etc) below search field. Instead ↵Dmitriy Zaporozhets
use sidebar for dashbaord nav Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>