Commit Graph

26 Commits (3ea223fa8e3b0835f61130abbb7345f4bd359ce6)

Author SHA1 Message Date
Aram Akhavan 6417d71311 Add a setting for repeating notifications or not
4 months ago
Jason Kulatunga de21e611a3
fixing migration for line_stroke setting.
1 year ago
adripo 536b590080 feat: dynamic line stroke settings
2 years ago
Jason Kulatunga a1b0108503 Added PRAGMA settings support when connecting to SQLITE db.
2 years ago
Jason Kulatunga 3f272b36d4 adding setting to allow users to customize between binary vs SI/Metric units in UI.
2 years ago
Jason Kulatunga 7e672e8b8e adding tests for config.MergeConfigMap functionality. (Set vs SetDefault).
2 years ago
Jason Kulatunga 54e2cacb00 move frontend settings into the DB (for consistent settings handling).
2 years ago
Jason Kulatunga 29bc79996b working settings update.
2 years ago
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