Commit Graph

11 Commits

Author SHA1 Message Date
Gabriel Horner
2d5a01cbac fix: remove unused db-based page rename
db graphs no longer use it after e8e97c7a694e0fc0177c256a1aff62d143778ff
2024-08-29 10:40:16 -04:00
Gabriel Horner
d2b4b15106 fix: all CLI scripts failing basic operations
Update sqlite.cli fns to match changes from #11483 in db-worker
2024-08-26 12:21:40 -04:00
Tienson Qin
a779245205 feat: export debug json which exclude sensitive data 2024-08-23 01:01:54 +08:00
Tienson Qin
0ddde1f024 fix: migrate kvs table 2024-08-22 22:36:48 +08:00
Tienson Qin
a7d330af83 fix: add sqlite kvs table migration 2024-08-22 22:03:54 +08:00
Tienson Qin
674dbfb890 fix: don't delete rows from kvs if they're still used by other rows 2024-08-22 21:28:44 +08:00
Tienson Qin
15a78d4f1b enhance: db sync writes 2024-08-22 13:16:06 +08:00
Tienson Qin
56874a5c76 fix: file not saved for file graphs 2024-08-11 10:23:47 +08:00
Tienson Qin
b9f9fa0ca6 wip: Demo switch to use db graph 2024-08-10 13:42:37 +08:00
Gabriel Horner
261118d4dc refactor: finish frontend independence from worker and add lint
Remaining fixes worker all file related. Fixes LOG-3717
2024-08-09 12:16:20 -04:00
Gabriel Horner
7a40761eca refactor: organize worker namespaces and lint them
Organize them to live under src/main/frontend/worker and add a lint to ensure
that common code with frontend is only under frontend/common/.
Add a linter to ensure that worker doesn't depend on frontend.
Motivated to fix after recent worker breakage fixed by
75463c4df4
2024-08-08 23:01:57 -04:00