Geo: newly imported repository does not appear in project registry
Here's what I did:
- Installed 9.5.0 RC2
- Added a new project by URL: https://github.com/jneen/rouge.git
It took a while, but the secondary downloaded the repo.
But when I peek at the project registry, I expect project 12 to be there, but it doesn't appear to ever get added:
irb(main):017:0> Project.find(12)
=> #<Project id:12 root/rouge-test>
irb(main):018:0> Geo::ProjectRegistry.all.map(&:id)
=> [10, 11, 9, 5, 4, 7, 1, 3, 8, 6, 2]
/cc: @dbalexandre