1. 29 8月, 2017 2 次提交
  2. 26 8月, 2017 1 次提交
  3. 25 8月, 2017 1 次提交
    • N
      Move sidekiq-based project authorization refresh out of Projects::CreateService · 8b73df0c
      Nick Thomas 提交于
      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.
      8b73df0c
  4. 24 8月, 2017 4 次提交
  5. 23 8月, 2017 6 次提交
  6. 22 8月, 2017 16 次提交
  7. 21 8月, 2017 2 次提交
  8. 19 8月, 2017 2 次提交
  9. 18 8月, 2017 3 次提交
  10. 17 8月, 2017 3 次提交