BigW Consortium Gitlab

  1. 09 Aug, 2016 1 commit
  2. 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
  3. 07 Jul, 2016 1 commit
  4. 06 Jul, 2016 2 commits
  5. 03 Jun, 2016 2 commits
  6. 01 Jun, 2016 1 commit
  7. 29 May, 2016 1 commit
  8. 18 May, 2016 1 commit
  9. 13 May, 2016 1 commit
  10. 10 May, 2016 1 commit
  11. 04 May, 2016 2 commits
  12. 14 Apr, 2016 1 commit
  13. 07 Apr, 2016 2 commits
  14. 04 Apr, 2016 2 commits
  15. 04 Mar, 2016 1 commit
  16. 21 Jan, 2016 1 commit
  17. 07 Dec, 2015 1 commit
  18. 16 Nov, 2015 1 commit
  19. 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).
  20. 07 Jul, 2015 1 commit
  21. 26 Jun, 2015 1 commit
  22. 22 Jun, 2015 1 commit
  23. 13 Jun, 2015 2 commits
  24. 17 Feb, 2015 1 commit
  25. 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.
  26. 12 Feb, 2015 2 commits
  27. 19 Jan, 2015 1 commit
  28. 15 Jan, 2015 2 commits
  29. 22 Oct, 2014 1 commit
    • Fix test assertions · 7a5072c5
      Vinnie Okada authored
      Make sure we're asserting the correct thing when testing visible and
      invisible DOM elements.
  30. 18 Oct, 2014 3 commits