1. 03 5月, 2018 1 次提交
  2. 02 5月, 2018 1 次提交
  3. 30 4月, 2018 1 次提交
  4. 26 4月, 2018 2 次提交
  5. 19 4月, 2018 2 次提交
  6. 18 4月, 2018 1 次提交
    • Y
      Revert the addition of goldiloader · 6f292eaa
      Yorick Peterse 提交于
      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
  7. 16 4月, 2018 1 次提交
  8. 13 4月, 2018 1 次提交
  9. 09 4月, 2018 1 次提交
  10. 08 4月, 2018 1 次提交
  11. 06 4月, 2018 1 次提交
  12. 03 4月, 2018 1 次提交
  13. 02 4月, 2018 1 次提交
  14. 01 4月, 2018 1 次提交
  15. 29 3月, 2018 3 次提交
  16. 27 3月, 2018 4 次提交
  17. 26 3月, 2018 1 次提交
  18. 23 3月, 2018 1 次提交
  19. 22 3月, 2018 1 次提交
  20. 21 3月, 2018 1 次提交
  21. 20 3月, 2018 3 次提交
    • T
      Adds JWT omnianuth integration · fe82ef0c
      Tiago Botelho 提交于
      fe82ef0c
    • P
      Update omniauth-twitter 1.2.0 -> 1.4 · bec7d063
      Pirate Praveen 提交于
      bec7d063
    • S
      Show Ajax requests in performance bar · a200619d
      Sean McGivern 提交于
      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
  22. 19 3月, 2018 2 次提交
  23. 16 3月, 2018 4 次提交
  24. 15 3月, 2018 3 次提交
  25. 14 3月, 2018 1 次提交