BigW Consortium Gitlab

  1. 02 Mar, 2017 1 commit
  2. 22 Feb, 2017 1 commit
    • Allow setting of a custom connection pool host · cf521c95
      Yorick Peterse authored
      This allows you to set a custom host when calling
      Gitlab::Database.create_connection_pool. This is necessary for load
      balancing as in this case we want to inherit all settings except for the
      hostname.
  3. 14 Feb, 2017 1 commit
  4. 13 Feb, 2017 2 commits
  5. 06 Feb, 2017 1 commit
  6. 25 Nov, 2016 1 commit
    • Refresh project authorizations using a Redis lease · 92b2c74c
      Yorick Peterse authored
      When I proposed using serializable transactions I was hoping we would be
      able to refresh data of individual users concurrently. Unfortunately
      upon closer inspection it was revealed this was not the case. This could
      result in a lot of queries failing due to serialization errors,
      overloading the database in the process (given enough workers trying to
      update the target table).
      
      To work around this we're now using a Redis lease that is cancelled upon
      completion. This ensures we can update the data of different users
      concurrently without overloading the database.
      
      The code will try to obtain the lease until it succeeds, waiting at
      least 1 second between retries. This is necessary as we may otherwise
      end up _not_ updating the data which is not an option.
  7. 18 Nov, 2016 1 commit
  8. 19 Jul, 2016 1 commit
  9. 18 Jun, 2016 1 commit
  10. 16 Jun, 2016 2 commits
  11. 15 Jun, 2016 1 commit
  12. 06 Jun, 2016 1 commit
  13. 03 Jun, 2016 2 commits
  14. 11 May, 2016 1 commit
  15. 15 Feb, 2016 1 commit
  16. 02 Feb, 2016 1 commit
  17. 10 Dec, 2015 1 commit
  18. 22 Oct, 2015 1 commit
  19. 07 Oct, 2015 1 commit