BigW Consortium Gitlab

  1. 04 Jan, 2017 3 commits
  2. 24 Nov, 2016 1 commit
  3. 04 Oct, 2016 1 commit
  4. 25 Aug, 2016 1 commit
  5. 09 Aug, 2016 1 commit
  6. 11 Jul, 2016 1 commit
    • Optimize system note visibility checking by hiding notes that · af3727b3
      Stan Hu authored
      have been fully redacted and contain cross-project references.
      
      The previous implementation relied on Note#cross_reference_not_visible_for?,
      which essentially tries to render all the Markdown references in a system note
      and only displays the note if the user can see the referring project. But this
      duplicated the work that Banzai::NotesRenderer was doing already. Instead, for
      each note we render, we memoize the number of visible user references and
      use it later if it is available.
      
      Improves #19273
  7. 07 Jul, 2016 1 commit
  8. 06 Jul, 2016 2 commits
  9. 03 Jun, 2016 2 commits
  10. 01 Jun, 2016 1 commit
  11. 29 May, 2016 1 commit
  12. 18 May, 2016 1 commit
  13. 13 May, 2016 1 commit
  14. 10 May, 2016 1 commit
  15. 04 May, 2016 2 commits
  16. 14 Apr, 2016 1 commit
  17. 07 Apr, 2016 2 commits
  18. 04 Apr, 2016 2 commits
  19. 04 Mar, 2016 1 commit
  20. 21 Jan, 2016 1 commit
  21. 07 Dec, 2015 1 commit
  22. 16 Nov, 2015 1 commit
  23. 12 Nov, 2015 1 commit
    • Avoid render edit_form in each notes. · 19740871
      Jason Lee authored
      Use RJS to render edit note feature.
      
      Before:
      
      ```
      Rendered projects/notes/_note.html.haml (27.9ms)
      Rendered projects/_zen.html.haml (0.3ms)
      Rendered projects/notes/_hints.html.haml (0.7ms)
      Rendered projects/_md_preview.html.haml (3.9ms)
      Rendered projects/notes/_edit_form.html.haml (6.9ms)
      Rendered projects/notes/_note.html.haml (17.7ms)
      Rendered projects/_zen.html.haml (0.3ms)
      Rendered projects/notes/_hints.html.haml (0.6ms)
      Rendered projects/_md_preview.html.haml (3.4ms)
      Rendered projects/notes/_edit_form.html.haml (7.0ms)
      ```
      
      After:
      
      ```
      Rendered projects/notes/_note.html.haml (13.8ms)
      Rendered projects/notes/_note.html.haml (7.1ms)
      Rendered projects/notes/_note.html.haml (9.5ms)
      Rendered projects/notes/_note.html.haml (8.5ms)
      ```
      
      This change reduce at least 6ms * N ('N' - number of notes).
  24. 07 Jul, 2015 1 commit
  25. 26 Jun, 2015 1 commit
  26. 22 Jun, 2015 1 commit
  27. 13 Jun, 2015 2 commits
  28. 17 Feb, 2015 1 commit
  29. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
  30. 12 Feb, 2015 2 commits
  31. 19 Jan, 2015 1 commit