Skip to content
Snippets Groups Projects
  1. Apr 17, 2018
  2. Apr 13, 2018
  3. Apr 12, 2018
    • Zeger-Jan van de Weg's avatar
      Deprecate legacy disk paths · a752c56c
      Zeger-Jan van de Weg authored
      Direct disk access is impossible on environments where components run in
      their own container. There for constructing the path should not be done
      except for exceptional cases.
      
      One of the considerations, instead of logging, was to use Sentry. For
      now I've chosen not to use this as the impact of this change is hard to
      determine. Getting this in now will allow us to checkout the impact on
      dev.gitlab.org and staging.
      Unverified
      a752c56c
  4. Apr 10, 2018
  5. Apr 08, 2018
  6. Apr 07, 2018
  7. Apr 06, 2018
  8. Apr 05, 2018
  9. Apr 04, 2018
  10. Mar 28, 2018
  11. Mar 27, 2018
  12. Mar 26, 2018
  13. Mar 23, 2018
  14. Mar 22, 2018
  15. Mar 21, 2018
  16. Mar 20, 2018
  17. Mar 19, 2018
    • Matija Čupić's avatar
      Revert "Filter secret CI variable values from logs" · ca3b2991
      Matija Čupić authored
      This reverts commit ddeefbdd.
      Verified
      ca3b2991
    • 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
Loading