1. 03 Jun, 2016 3 commits
    • Robert Speicher's avatar
      Merge branch 'fix-nil-user-update-mirror-service' into 'master' · 9bdd60c5
      Robert Speicher authored
      Fix nil user handling in UpdateMirrorService
      
      Previously an exception was hit quite frequently:
      
      ```
      NoMethodError: undefined method `can?' for nil:NilClass
        app/services/projects/update_mirror_service.rb:9:in `execute'
          unless current_user.can?(:push_code_to_protected_branches, project)
        lib/gitlab/metrics/instrumentation.rb:153:in `execute'
          retval   = super
        app/workers/repository_update_mirror_worker.rb:13:in `perform'
          result = Projects::UpdateMirrorService.new(@project, @current_user).execute
        lib/gitlab/sidekiq_middleware/memory_killer.rb:17:in `call'
          yield
        lib/gitlab/sidekiq_middleware/arguments_logger.rb:6:in `call'
          yield
      ...
      (26 additional frame(s) were not displayed)
      ```
      
      Closes #605
      
      See merge request !434
      9bdd60c5
    • Douwe Maan's avatar
      Merge branch 'issue_548' into 'master' · 2a8a78f7
      Douwe Maan authored
      Remote Mirrors should be disabled by default
      
      REF: #548 
      
      See merge request !428
      2a8a78f7
    • Stan Hu's avatar
      Fix nil user handling in UpdateMirrorService · 39c215be
      Stan Hu authored
      Closes #605
      39c215be
  2. 02 Jun, 2016 6 commits
  3. 01 Jun, 2016 2 commits
  4. 30 May, 2016 4 commits
  5. 29 May, 2016 3 commits
  6. 26 May, 2016 3 commits
  7. 25 May, 2016 10 commits
  8. 24 May, 2016 9 commits