Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
  2. Oct 06, 2016
    • 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
  3. Oct 04, 2016
  4. Sep 16, 2016
    • 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
  5. Jun 28, 2016
  6. Jun 21, 2016
  7. Jun 05, 2016
  8. Jun 03, 2016
  9. May 30, 2016
  10. May 09, 2016
  11. Apr 13, 2016
Loading