An error occurred fetching the project authors.
  1. 16 Nov, 2017 1 commit
  2. 15 Nov, 2017 1 commit
  3. 10 Nov, 2017 1 commit
  4. 19 Oct, 2017 1 commit
  5. 23 Aug, 2017 1 commit
  6. 25 Jul, 2017 1 commit
  7. 30 Jun, 2017 1 commit
  8. 19 Jun, 2017 2 commits
  9. 04 May, 2017 1 commit
    • Stan Hu's avatar
      Disable mirror workers for Geo secondaries · 791064da
      Stan Hu authored
      Customers using remote mirrors would see errors in their Sidekiq logs after
      the worker attempted to update its database.  We should disable this until we
      have a better way of synching the mirror workers.
      
      See #1598
      791064da
  10. 02 May, 2017 2 commits
  11. 01 May, 2017 4 commits
  12. 17 Feb, 2017 1 commit
  13. 06 Feb, 2017 4 commits
  14. 02 Dec, 2016 1 commit
  15. 06 Oct, 2016 1 commit
    • Ruben Davila's avatar
      Fix validations related to mirroring settings form. · 251989e1
      Ruben Davila authored
      Some of our users are changing to GitLab as their main repository, it
      means that they're disabling the local mirror and setting up a remote
      mirror instead. This fix helps to avoid the extra steps required in order
      to achieve the desired configuration.
      251989e1
  16. 04 Oct, 2016 1 commit
  17. 16 Sep, 2016 1 commit
    • Paco Guzman's avatar
      Fix projects with remote mirrors asynchronously destruction (using pending_delete) · 429ae9ad
      Paco Guzman authored
      When we update the flag pending_delete to true and later try to 
      destroy the remote mirror (through association callbacks) the remote mirror try to load the project, but it is out of the default scope so it just return nil.
      
      As we need the project to remove the reference to the remote mirror but we’re going to delete the project and its repository is not needed to touch the repository to just remove that reference, so we just skip that step in that case
      429ae9ad
  18. 28 Jun, 2016 1 commit
  19. 21 Jun, 2016 1 commit
  20. 05 Jun, 2016 1 commit
  21. 03 Jun, 2016 1 commit
  22. 30 May, 2016 1 commit
  23. 09 May, 2016 2 commits
  24. 13 Apr, 2016 6 commits