You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Kill daemon child if parent times out
* Safer migration
* Make flip idempotent, remove reduntant db copies, fix auth.json mutating eraly, derive expected counts from plan arrays
* Fix various correctness issues
* Add sqlite lock db ownership primitive and test
* Use pathToFile not string concatenation for dir
* Add owned-database.ts entry point
* Implement new database ownership process in cli and desktop sidecar
* Delete startup lock and v1->v2 migration lock
* Remove double-probe from v1-v2 migration
* Add integration tests and update errors, comments
* Don't change scope -> tenant mappings
* Add polling to desktop sidecar and fix infinite loop in findDataDirOwnershipHeld
* Inculde keychainBackups in migration journal
* Add guard to JSON.parse in readMigrationJournal
* Add coverage for corrupt journals, increase timeout for SIGKILL recovery sweep
* readMigrationJournal now distinguishes missing, valid, and unreadable journals
* writeSidecarManifest should create server-control before writing server.json
* Desktop can't attach to CLI daemon because it might be foreground; revert to old behavior
* Add test for SIGKILL after journal write and after secret write
* Shared executor should wait behind a lifecycle hook so getExecutor() cannot reopen while a previous handle is still disposing
* Fix loadSharedHandle being able to poison future getExecutor() calls
---------
Co-authored-by: Griffin Evans <griffin@ibm.com>
Co-authored-by: Griffin <38366015+grfwings@users.noreply.github.com>
0 commit comments