openclaw/src/state
Sally O'Malley b81666ca6a
Fix container image upgrade migrations before gateway readiness (#101881)
* run all 'openclaw upgrade' migrations with container image upgrades

Signed-off-by: sallyom <somalley@redhat.com>

* fix: block gateway startup on plugin repair warnings

Signed-off-by: sallyom <somalley@redhat.com>

---------

Signed-off-by: sallyom <somalley@redhat.com>
2026-07-08 14:19:05 -04:00
..
openclaw-agent-db.generated.d.ts fix(memory): key index sources by path and source 2026-06-19 01:20:06 +08:00
openclaw-agent-db.paths.ts refactor(runtime): remove unused internal wrappers 2026-06-17 20:11:16 +08:00
openclaw-agent-db.test.ts fix(state): close agent-db and proxy-capture SQLite handles on exit; rebind stale proxy stores after shared-state close (#100827) 2026-07-08 21:48:18 +10:00
openclaw-agent-db.ts fix(state): close agent-db and proxy-capture SQLite handles on exit; rebind stale proxy stores after shared-state close (#100827) 2026-07-08 21:48:18 +10:00
openclaw-agent-schema.generated.ts fix(memory): key index sources by path and source 2026-06-19 01:20:06 +08:00
openclaw-agent-schema.sql fix(memory): key index sources by path and source 2026-06-19 01:20:06 +08:00
openclaw-state-db.generated.d.ts feat(cron): event triggers — polled condition-watcher scripts via code mode (#101195) 2026-07-07 19:12:38 +01:00
openclaw-state-db.paths.ts
openclaw-state-db.permissions.test.ts fix(sqlite): tolerate unsupported private modes 2026-06-16 09:22:48 +02:00
openclaw-state-db.test.ts feat(skills): add lifecycle curator for workshop-created skills (#101214) 2026-07-07 03:25:44 +01:00
openclaw-state-db.ts Fix container image upgrade migrations before gateway readiness (#101881) 2026-07-08 14:19:05 -04:00
openclaw-state-schema.generated.ts feat(cron): event triggers — polled condition-watcher scripts via code mode (#101195) 2026-07-07 19:12:38 +01:00
openclaw-state-schema.sql feat(cron): event triggers — polled condition-watcher scripts via code mode (#101195) 2026-07-07 19:12:38 +01:00
sqlite-query-plan.test.ts test: prefer shared temp dir helpers in config, gateway, cron, crestodian, and state tests (#96711) 2026-07-01 01:24:21 -07:00
sqlite-schema-shape.test-support.ts