BigW Consortium Gitlab

  1. 03 Dec, 2015 1 commit
  2. 01 Dec, 2015 1 commit
  3. 26 Nov, 2015 1 commit
  4. 23 Nov, 2015 1 commit
  5. 21 Nov, 2015 2 commits
  6. 20 Nov, 2015 1 commit
  7. 19 Nov, 2015 1 commit
  8. 18 Nov, 2015 7 commits
  9. 17 Nov, 2015 3 commits
  10. 16 Nov, 2015 1 commit
  11. 13 Nov, 2015 2 commits
  12. 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).
  13. 10 Nov, 2015 3 commits
  14. 09 Nov, 2015 2 commits
  15. 05 Nov, 2015 8 commits
  16. 02 Nov, 2015 2 commits
  17. 29 Oct, 2015 1 commit
    • Add ability to create directories in the editor · 3be9d2c4
      Ben Ford authored
      Simply type a name with a `/` directory separator and new directories
      will be created. This does not do the fancy UI work that github.com
      does, but it will get the job done.
      
      I could not find tests for file creation, so I didn't add a test for
      this slight behaviour modification. I did test directory traversals
      though, using both absolute paths like `/tmp/foo.txt` and relative paths
      like `../../foo.txt`. Neither case escaped the repository, though
      attempting to traverse with a relative path resulted in a 500 error that
      did not affect application stability upon reload.
  18. 26 Oct, 2015 1 commit
  19. 23 Oct, 2015 1 commit