An error occurred fetching the project authors.
  1. 02 May, 2018 1 commit
  2. 30 Apr, 2018 1 commit
  3. 26 Apr, 2018 2 commits
  4. 19 Apr, 2018 1 commit
  5. 18 Apr, 2018 2 commits
    • Francisco Javier López's avatar
    • Yorick Peterse's avatar
      Revert the addition of goldiloader · 6f292eaa
      Yorick Peterse authored
      This reverts the addition of the "goldiloader" Gem and all use of it.
      While this Gem is very promising it's causing a variety of problems on
      GitLab.com due to it eager-loading too much data in places where we
      don't expect/can handle this. At least for the time being this means we
      have to go back to manually fixing N+1 query problems, but at least
      those should not cause a negative impact on availability.
      6f292eaa
  6. 16 Apr, 2018 1 commit
  7. 13 Apr, 2018 1 commit
  8. 09 Apr, 2018 1 commit
  9. 08 Apr, 2018 1 commit
  10. 06 Apr, 2018 1 commit
  11. 02 Apr, 2018 2 commits
  12. 01 Apr, 2018 1 commit
  13. 28 Mar, 2018 3 commits
  14. 27 Mar, 2018 4 commits
  15. 26 Mar, 2018 1 commit
  16. 22 Mar, 2018 1 commit
  17. 21 Mar, 2018 2 commits
  18. 20 Mar, 2018 2 commits
  19. 19 Mar, 2018 3 commits
    • Sean McGivern's avatar
      Show Ajax requests in performance bar · a200619d
      Sean McGivern authored
      But first, rewrite the performance bar in Vue:
      
      1. Remove the peek-host gem and replace it with existing code. This also allows
         us to include the host in the JSON response, rather than in the page HTML.
      2. Leave the line profiler parts as here-be-dragons: nicer would be a separate
         endpoint for these, so we could use them on Ajax requests too.
      3. The performance bar is too fiddly to rewrite right now, so apply the same
         logic to that.
      
      Then, add features! All requests made through Axios are able to be tracked. To
      keep a lid on memory usage, only the first two requests for a given URL are
      tracked, though. Each request that's tracked has the same data as the initial
      page load, with the exception of the performance bar and the line profiler, as
      explained above.
      a200619d
    • Pirate Praveen's avatar
      Update licensee 8.7.0 -> 8.9 · 46b2933c
      Pirate Praveen authored
      46b2933c
    • Lin Jen-Shin's avatar
      Remove oj as we're not using it · 30442f67
      Lin Jen-Shin authored
      30442f67
  20. 16 Mar, 2018 4 commits
  21. 15 Mar, 2018 2 commits
  22. 14 Mar, 2018 3 commits