Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ba840be
refactor: rename db-meta packages to metaschema, add services package
pyramation Jan 5, 2026
ff4ef2a
chore: update pnpm-lock.yaml for new metaschema packages
pyramation Jan 5, 2026
63b4f2e
chore: update CI workflow to use new metaschema package names
pyramation Jan 5, 2026
d1acf3d
test: move integration tests from metaschema-schema to services package
pyramation Jan 5, 2026
33030e7
fix: remove stale @pgpm/services dependency from metaschema-schema lo…
pyramation Jan 5, 2026
07b40c2
fix: update metaschema-schema tests to match actual extension table s…
pyramation Jan 5, 2026
96665eb
fix: update metaschema-schema tests to match actual table/field schemas
pyramation Jan 5, 2026
489b480
chore: add jest.config.js to services package for TypeScript support
pyramation Jan 5, 2026
5a7e900
test: add snapshot file for services tests
pyramation Jan 5, 2026
8075b2b
chore: add revert scripts for services package SQL migrations
pyramation Jan 5, 2026
841391a
fix: update metaschema-modules tests to use metaschema_modules_public…
pyramation Jan 5, 2026
a16c3db
fix: update metaschema-modules tests and snapshots for new module tables
pyramation Jan 5, 2026
b5d1a8e
fix: update metaschema-modules snapshot and add timeout for slow FK q…
pyramation Jan 5, 2026
aeb9221
fix: add proper timeout to slow FK query test
pyramation Jan 5, 2026
a21e751
fix: restore original meta workflow test with renamed schemas
pyramation Jan 5, 2026
36bcfde
fix: keep only metaschema-only tests in metaschema-schema package
pyramation Jan 5, 2026
e80a3b5
fix: update Makefiles, docs, and dependencies for metaschema rename
pyramation Jan 5, 2026
3876d9a
chore: update pnpm-lock.yaml for @pgpm/services dependency
pyramation Jan 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- defaults
- measurements
- achievements
- db-meta-schema
- db-meta-modules
- metaschema-schema
- metaschema-modules
- services
- jobs
- database-jobs
- uuid
Expand Down
5 changes: 3 additions & 2 deletions MODULES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
## Meta & Database Introspection

### Database Metadata
- [ ] `packages/meta/db-meta-schema` - Database metadata schema and utilities
- [ ] `packages/meta/db-meta-modules` - Module metadata handling
- [ ] `packages/metaschema-schema` - Database metadata schema and utilities
- [ ] `packages/metaschema-modules` - Module metadata handling
- [ ] `packages/services` - Services schemas for APIs, sites, and domains

## Security & Authentication

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ Each module includes its own README with detailed documentation. See individual
- [`@pgpm/database-jobs`](https://www.npmjs.com/package/@pgpm/database-jobs) - Database-specific job handling

### Meta & Database Introspection
- [`@pgpm/db-meta-schema`](https://www.npmjs.com/package/@pgpm/db-meta-schema) - Database metadata schema and utilities
- [`@pgpm/db-meta-modules`](https://www.npmjs.com/package/@pgpm/db-meta-modules) - Module metadata handling
- [`@pgpm/metaschema-schema`](https://www.npmjs.com/package/@pgpm/metaschema-schema) - Database metadata schema and utilities
- [`@pgpm/metaschema-modules`](https://www.npmjs.com/package/@pgpm/metaschema-modules) - Module metadata handling
- [`@pgpm/services`](https://www.npmjs.com/package/@pgpm/services) - Services schemas for APIs, sites, and domains

### Security & Authentication
- [`@pgpm/defaults`](https://www.npmjs.com/package/@pgpm/defaults) - Security defaults and configurations
Expand Down
8 changes: 0 additions & 8 deletions packages/db-meta-modules/db-meta-modules.control

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading