BigW Consortium Gitlab

  1. 24 Jan, 2017 1 commit
  2. 10 Dec, 2016 1 commit
  3. 16 Nov, 2016 1 commit
  4. 08 Nov, 2016 1 commit
  5. 07 Oct, 2016 1 commit
  6. 14 Sep, 2016 1 commit
  7. 05 Sep, 2016 1 commit
  8. 01 Aug, 2016 1 commit
  9. 23 Jun, 2016 1 commit
  10. 14 Jun, 2016 1 commit
  11. 03 Jun, 2016 2 commits
  12. 26 May, 2016 1 commit
  13. 08 May, 2016 2 commits
  14. 26 Apr, 2016 1 commit
  15. 19 Apr, 2016 1 commit
  16. 13 Apr, 2016 1 commit
  17. 31 Mar, 2016 1 commit
  18. 20 Mar, 2016 1 commit
  19. 17 Mar, 2016 1 commit
  20. 16 Mar, 2016 1 commit
  21. 03 Mar, 2016 1 commit
  22. 05 Feb, 2016 1 commit
  23. 21 Jan, 2016 2 commits
  24. 22 Dec, 2015 1 commit
    • Fix Error 500 when doing a search in dashboard before visiting any project · 4949f40a
      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'
      ```
  25. 03 Nov, 2015 1 commit
  26. 02 Nov, 2015 1 commit
  27. 29 Oct, 2015 1 commit
    • Add support for searching commit log messages · 5a506996
      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.
  28. 26 Aug, 2015 2 commits
  29. 25 Aug, 2015 1 commit
    • Remove user_color_scheme_class · 2c3e42e4
      Robert Speicher authored
      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.
  30. 24 Aug, 2015 1 commit
  31. 12 Jul, 2015 1 commit
  32. 10 Jul, 2015 1 commit
  33. 19 Jun, 2015 1 commit
  34. 25 May, 2015 1 commit
  35. 18 May, 2015 1 commit
  36. 28 Apr, 2015 1 commit