Skip to content

Geo: Improvements and fixes after QA

Gabriel Mazetto requested to merge feature/geo-improvements into master

We are going to move Geo (#76) to General Availability. This MR will handle all small fixes and changes to get a solid release

  • Replicates repository removal (using system hooks)
  • Replicates repository rename (using system hooks)
  • Replicates repository transfer (using system hooks)
  • Whitelisted Sidekiq routes so you can use web interface in a secondary node.
  • Change "Gitlab -> GitLab" for the readonly error flash
  • Check license add-on to allow any Geo features.
  • Do not execute on a secondary node: StuckCiBuildsWorker
  • Do not execute on a secondary node: HistoricalDataWorker
  • Documentation changes: (master, slave -> primary, secondary)
  • Document we require db_key_base(secrets.yml) to be the same in all nodes

Merge request reports