1. 08 Mar, 2016 3 commits
    • Douwe Maan's avatar
      Merge branch 'gitlab-geo-sync-repos' into 'master' · d71a68ee
      Douwe Maan authored
      Repository synchronization between primary and secondary nodes
      
      Implement repository synchronization for Gitlab Geo: #76 
      
      - [x] pushes on primary node should notify secondaries
      - [x] primary node should buffer notification and send them in batches
      - [x] primary node should pool regularly notification queue and notify secondaries in batches
      - [x] API endpoint to receive batched notification to update projects
      - [x] secondary nodes should not accept push from anyone
      - [x] geo nodes should have own ssh keys to be able to sync repositories
      - [x] secondary nodes should fetch repositories from primary
      - [x] admin screen to manage geo nodes
      
      See merge request !179
      d71a68ee
    • Douwe Maan's avatar
      Merge branch 'fix-import-service-spec' into 'master' · 357ac00b
      Douwe Maan authored
      Fix Projects::ImportService spec
      
      
      
      See merge request !247
      357ac00b
    • Douglas Barbosa Alexandre's avatar
      b519f815
  2. 07 Mar, 2016 37 commits