BigW Consortium Gitlab

  1. 28 Aug, 2017 1 commit
  2. 25 Aug, 2017 3 commits
    • Move sidekiq-based project authorization refresh out of Projects::CreateService · 8b73df0c
      Nick Thomas authored
      If the project is in a group, the `group.refresh_members_authorized_projects`
      is made non-blocking, and we call `current_user.refresh_authorized_projects`
      directly.
      
      Projects in a personal namespace are more difficult. Rather than passing the
      `blocking:` parameter through the entire `add_master` chain, have the
      `AuthorizedProjectsWorker` automatically inline authorizations for three IDs or
      less. Since the maximum number of IDs in this path is 2, that has the same effect.
    • Enable 5 lines of Sidekiq backtrace lines to aid in debugging · 32b688e7
      Stan Hu authored
      Customers often have Sidekiq jobs that failed without much context. Without
      Sentry, there's no way to tell where these exceptions were hit. Adding
      in additional lines adds a bit more Redis storage overhead. This commit
      adds in backtrace logging for workers that delete groups/projects and
      import/export projects.
      
      Closes #27626
    • Revert "Merge branch 'sh-sidekiq-backtrace' into 'master'" · 24244d03
      Robert Speicher authored
      This reverts merge request !13813
  3. 24 Aug, 2017 1 commit
    • Enable 5 lines of Sidekiq backtrace lines to aid in debugging · 38bb9219
      Stan Hu authored
      Customers often have Sidekiq jobs that failed without much context. Without
      Sentry, there's no way to tell where these exceptions were hit. Adding
      in additional lines adds a bit more Redis storage overhead. This commit
      adds in backtrace logging for workers that delete groups/projects and
      import/export projects.
      
      Closes #27626
  4. 22 Aug, 2017 5 commits
  5. 21 Aug, 2017 5 commits
  6. 17 Aug, 2017 2 commits
  7. 16 Aug, 2017 1 commit
  8. 14 Aug, 2017 1 commit
  9. 08 Aug, 2017 2 commits
  10. 07 Aug, 2017 2 commits
  11. 02 Aug, 2017 1 commit
  12. 01 Aug, 2017 1 commit
  13. 28 Jul, 2017 1 commit
  14. 27 Jul, 2017 4 commits
  15. 26 Jul, 2017 2 commits
  16. 20 Jul, 2017 4 commits
  17. 17 Jul, 2017 1 commit
  18. 07 Jul, 2017 3 commits