Commit Graph

18 Commits (99af2b8b16681d05f7cccd004263346067fb9879)

Author SHA1 Message Date
Jason Kulatunga 99af2b8b16 WIP settings system.
2 years ago
Jason Kulatunga dd0c3e6fba rename the migration model package name.
2 years ago
Jason Kulatunga 5b2746f389 initial settings table.
2 years ago
Jason Kulatunga 5ea149d878 upgrading to go 1.18 for generics (and lodash-like library).
2 years ago
Jason Kulatunga 4419f7f429 remove zig. remove cgo dependency for sqlite (using pkg.go.dev/modernc.org/sqlite)
2 years ago
Jason Kulatunga 3a970e7a27
Merge pull request #262 from AnalogJ/beta
2 years ago
Jason Kulatunga 307c2bcdef fix error message.
2 years ago
Jason Kulatunga d08a1e3ef6 ignore retention policy errors during migration.
2 years ago
Jason Kulatunga 2292041f9f never drop tables.
2 years ago
Jason Kulatunga 75e4bf1d6e added a helpful comment that the database migration might take a looong time.
2 years ago
Jason Kulatunga 97add04276 make sure the migration step runs with transactions, so that we can debug easier.
2 years ago
Jason Kulatunga 999c12748c added a way to retrieve raw udev data. Can be used to retrieve disk label, UUID and "disk/by-id/*" device info.
2 years ago
Jason Kulatunga 145996055a use locked versions of database models when doing migrations.
2 years ago
Jason Kulatunga 5f12fbb510 enable final migration cleanup.
2 years ago
Jason Kulatunga fc5a9ba15e fixed device processing in details page. Summary query is still broken.
2 years ago
Jason Kulatunga 8fe0dbed6b partially working. Some datapoints are failing with panic and are silently ignored.
2 years ago
Jason Kulatunga 7d963c96a6 writing pseudocode algorithm for data migration.
2 years ago
Jason Kulatunga 9d85920f49 started working on migration code.
2 years ago