Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
  2. Oct 04, 2016
  3. Aug 11, 2016
  4. Jun 24, 2016
  5. Jun 21, 2016
  6. May 30, 2016
  7. Apr 13, 2016
    • Rubén Dávila's avatar
      Updates from last code review · bac5017d
      Rubén Dávila authored
      * Use Rugged filters to work with local/remote branches.
      * Rename Project#remote_mirror? to Project#has_remote_mirror?
      * Use delegate pattern for Repository#push_remote_branches and Repository#delete_remote_branches
      * Make Repository#remote_tags return Gitlab::Git::Tag objects.
      * Refactor Repository#remote_branches
      * Rename Repository#push_branches to Repository#push_remote_branches
      * Made other small refactors to views and specs.
      * Make encrypted_credentials column size bigger.
        This was giving problems with MySql for large passwords.
      * Refactor for UpdateRemoteMirrorService spec so we no longer
        harcode the branch names and specs are not broken after `gitlab-test`
        project is updated.
      bac5017d
    • Rubén Dávila's avatar
      Improve handling of credentials in URL for RemoteMirror. · bf30f919
      Rubén Dávila authored
      * Now #url= and #url always handle the full URL, encryption is done transparently
      * #safe_url was added for future purposes
      * Little refactor for UpdateRemoteMirrorService
      bf30f919
Loading