BigW Consortium Gitlab

  1. 21 Nov, 2015 2 commits
  2. 20 Nov, 2015 1 commit
  3. 19 Nov, 2015 3 commits
  4. 18 Nov, 2015 5 commits
  5. 17 Nov, 2015 1 commit
  6. 16 Nov, 2015 2 commits
  7. 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).
  8. 05 Nov, 2015 2 commits
  9. 04 Nov, 2015 1 commit
  10. 03 Nov, 2015 1 commit
  11. 31 Oct, 2015 1 commit
    • Persist blob editor's value on submit, not on click · 3b0039f6
      Robert Speicher authored
      Prior, the value of the Ace editor was only being persisted if the user
      physically clicked the submit button, which the "quick submit" behavior
      doesn't do.
      
      Now the value will be properly transferred before any form is submitted.
  12. 29 Oct, 2015 1 commit
  13. 23 Oct, 2015 2 commits
  14. 21 Oct, 2015 1 commit
  15. 19 Oct, 2015 1 commit
  16. 14 Oct, 2015 2 commits
    • Prevent a JS error in MergeRequestTabs · fc0d9274
      Robert Speicher authored
      When `window.location.hash` is pointing to a note, e.g. `#note_1234`,
      `scrollToElement` would throw an error because a selector such as
      `.commits #note_1234` doesn't exist, so `offset()` returned `undefined`.
      
      This error would prevent subsequent calls from running, which caused the
      loading spinner to never be hidden.
      
      Now we ensure the selector returns a valid element before trying to
      scroll to it.
    • Added builds view · a957eca6
      Kamil Trzcinski authored
  17. 13 Oct, 2015 1 commit
  18. 09 Oct, 2015 2 commits
  19. 07 Oct, 2015 7 commits
  20. 06 Oct, 2015 1 commit
  21. 05 Oct, 2015 1 commit
  22. 01 Oct, 2015 1 commit