Skip to content

Fix network snapshots

Luis Arias requested to merge feature/fix-network-snapshots into develop

This MR fixes https://gitlab.com/JOGL/JOGL/-/issues/506

  • Refactor NetworkCsvMakerWorker out to NetworkCsvMaker
  • Add update functionality in NetworkCsvMaker
  • Make sure records with missing or null created_at fields are picked up
  • Add a RecreateMissingNetworks worker that can be called from the rails console on heroku
Edited by Luis Arias

Merge request reports