Skip to content
Snippets Groups Projects
  1. Mar 27, 2018
  2. Mar 26, 2018
  3. Mar 22, 2018
  4. Mar 21, 2018
  5. Mar 20, 2018
  6. Mar 19, 2018
    • 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
  7. Mar 18, 2018
  8. Mar 16, 2018
  9. Mar 15, 2018
  10. Mar 14, 2018
  11. Mar 13, 2018
  12. Mar 12, 2018
  13. Mar 09, 2018
  14. Mar 07, 2018
  15. Mar 06, 2018
  16. Mar 02, 2018
  17. Mar 01, 2018
  18. Feb 26, 2018
  19. Feb 21, 2018
  20. Feb 20, 2018
  21. Feb 16, 2018
Loading