1. 20 3月, 2018 2 次提交
    • P
      9fda6d0b
    • 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
  2. 19 3月, 2018 1 次提交
  3. 16 3月, 2018 3 次提交
  4. 15 3月, 2018 2 次提交
  5. 14 3月, 2018 6 次提交
  6. 13 3月, 2018 4 次提交
  7. 12 3月, 2018 2 次提交
  8. 07 3月, 2018 2 次提交
  9. 06 3月, 2018 1 次提交
    • Z
      Lock gRPC gem to 1.8 · cf34f33a
      Zeger-Jan van de Weg 提交于
      Given 1.9 has issues we're aware of, for now we're locking to 1.8.
      Closes gitlab-org/gitaly#1059 and will probably be removed if 1.10 is
      tested an deemed ok.
      cf34f33a
  10. 02 3月, 2018 2 次提交
  11. 26 2月, 2018 1 次提交
  12. 21 2月, 2018 2 次提交
  13. 17 2月, 2018 1 次提交
  14. 08 2月, 2018 3 次提交
  15. 07 2月, 2018 1 次提交
  16. 06 2月, 2018 1 次提交
  17. 31 1月, 2018 6 次提交