Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Aug 09, 2019
    • Stan Hu's avatar
      Add Gitaly and Rugged call timing in Sidekiq logs · a74396dc
      Stan Hu authored
      This will help identify Sidekiq jobs that invoke excessive number of
      filesystem access.
      
      The timing data is stored in `RequestStore`, but this is only active
      within the middleware and is not directly accessible to the Sidekiq
      logger. However, it is possible for the middleware to modify the job
      hash to pass this data along to the logger.
      a74396dc
  3. Jul 29, 2019
  4. Jul 24, 2019
    • Stan Hu's avatar
      Add Rugged calls to performance bar · 291df05e
      Stan Hu authored
      This will help diagnose the source of excessive I/O from Rugged
      calls. To implement this, we need to obtain the full list of arguments
      sent to each request method.
      291df05e
  5. Jul 18, 2019
  6. Mar 01, 2019
  7. Oct 02, 2018
    • Alejandro Rodríguez's avatar
      Remove Gitlab::Git::Repository#rugged and Gollum code · a99bf447
      Alejandro Rodríguez authored
      Cleanup code, and refactor tests that still use Rugged. After this, there should
      be no Rugged code that access the instance's repositories on non-test
      environments. There is still some rugged code for other tasks like the
      repository import task, but since it doesn't access any repository storage path
      it can stay.
      a99bf447
  8. Jul 19, 2018
  9. Feb 01, 2018
  10. Jan 30, 2018
  11. Jan 25, 2018
Loading