fix: migrate renamed channels in place #209
ci.yml
on: pull_request
Prepare verification matrix
10s
Matrix: package-compatibility
Matrix: verify
Gate
2s
Annotations
4 errors
|
Verify / audit
Process completed with exit code 1.
|
|
Verify / test
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
apps/webui/tests/api-types-freshness.test.ts#L46
@@ -729,11 +729,26 @@
| "identity"
| "channel";
name: string;
provider: string;
};
+ previousAddress?: {
+ /** @enum {string} */
+ type:
+ | "environment"
+ | "vault"
+ | "memory_store"
+ | "skill"
+ | "agent"
+ | "template"
+ | "deployment"
+ | "file"
+ | "identity"
+ | "channel";
+ name: string;
+ provider: string;
+ };
reason: string;
/** @enum {string} */
driftKind?: "none" | "local" | "remote" | "both";
/** @enum {string} */
readinessImpact?: "none" | "non_blocking" | "blocking";
- Expected - 0
+ Received + 16
at <anonymous> (/home/runner/work/OpenAgentPack/OpenAgentPack/apps/webui/tests/api-types-freshness.test.ts:46:18)
|
|
Gate
Process completed with exit code 1.
|