Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 5.66 KB

File metadata and controls

81 lines (48 loc) · 5.66 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.0 (2026-04-30)

Note: Version bump only for package @agentic-db/cli-e2e-tests

1.3.0 (2026-04-18)

Note: Version bump only for package @agentic-db/cli-e2e-tests

1.2.2 (2026-04-18)

Note: Version bump only for package @agentic-db/cli-e2e-tests

1.2.1 (2026-04-17)

Note: Version bump only for package @agentic-db/cli-e2e-tests

1.2.0 (2026-04-17)

Bug Fixes

  • use where: { id } for ORM update/delete; loosen CLI create assertion (b784f53)

Features

  • expand tests and align docs with real ORM/CLI behavior (1c01d06)

1.1.1 (2026-04-17)

Note: Version bump only for package @agentic-db/cli-e2e-tests

1.1.0 (2026-04-16)

Note: Version bump only for package @agentic-db/cli-e2e-tests

1.0.0 (2026-04-16)

Note: Version bump only for package @agentic-db/cli-e2e-tests

0.4.0 (2026-04-16)

Note: Version bump only for package @agentic-db/cli-e2e-tests

0.3.1 (2026-04-16)

Note: Version bump only for package @agentic-db/cli-e2e-tests

0.3.0 (2026-04-16)

Note: Version bump only for package @agentic-db/cli-e2e-tests

0.2.0 (2026-04-16)

Note: Version bump only for package @agentic-db/cli-e2e-tests

0.1.0 (2026-04-16)

Bug Fixes

  • add --context flag to ask command, seed once in beforeAll, increase CLI timeout (324c18f)
  • add local Ollama proxy, restore HOME override, clear NODE_OPTIONS in subprocess (a5801d2)
  • disable RLS for anonymous role, extract JSON from stdout prefix (b1c93f9)
  • grant app_jobs access to anonymous role and remove contacts_chunks references (dbe6c45)
  • override jwt_private.current_database_id() to fix NULL database_id in job triggers (a2f6a52)
  • pass seed.pgpm(REPO_ROOT) to deploy schema in test database (89d5e9c)
  • seed data via direct SQL, grant anonymous read access for CLI queries (235c62e)
  • stop overriding HOME in subprocess env, add Ollama diagnostic test (d54386e)
  • stub app_jobs.add_job for chunking triggers in test DB (6af4019)
  • use async spawn instead of execSync to avoid event loop deadlock (9153c88)
  • use auth headers for HTTP queries, deploy only agentic-db package (387ad7b)
  • use correct pgpm package paths for seed adapters (packages/agentic-db + agentic-db-services) (8a0ef67)
  • use direct tsx binary path instead of npx to avoid HOME-cache hangs in CI (eed0dd5)

Features

  • add CLI e2e test package with graphql-server-test + subprocess invocation (8c36cd9)
  • regenerate GraphQL SDK and remove all entityId references from tests and code (eb5531d)