feat: sync all modules from constructive-db main#81
Merged
Conversation
Syncs deploy/, verify/, revert/, __tests__/, pgpm.plan, and jest.config from constructive-db/pgpm-modules/ on main. Key changes: - inflection-db: rename extension from pgpm-inflection-db to inflection-db, sync all SQL procedures - metaschema-schema: add composite_type + node_type_registry tables - metaschema-modules: add config_secrets_module, i18n_module, user_credentials_module, user_settings_module, agent_chat_module tables - database-jobs: sync test updates - services: add api_settings + database_settings tables, add Makefile - object-tree: version bump from source changes - encrypted-secrets-table: snapshot update
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
…ility - Revert database-jobs test to main (no db_id param in published function) - Revert encrypted-secrets-table snapshot to main (uuid_generate_v4 in test env) - Regenerate metaschema-modules snapshot (48 modules, 55 total tables) - Restore services revert files deleted by sync (fixes integration test) - Restore object-tree set_and_commit revert (drop both functions) - Restore metaschema-modules verify/revert from main, add new module files - Update namespace_module verify to match new deploy schema - Add verify/revert for 4 new modules (config_secrets, i18n, user_credentials, user_settings)
…is slow with 48 modules)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs all 7 modules from
constructive-db/pgpm-modules/topgpm-modules/packages/:database-jobs,encrypted-secrets-table,inflection-db,metaschema-modules,metaschema-schema,object-tree,servicesKey changes beyond the raw file sync:
config_secrets_module,i18n_module,user_credentials_module,user_settings_module(with matching deploy/verify/revert)namespace_moduleverify updated to match new column set (scope,prefix,provisions,default_permissions, etc.)database-jobstest andencrypted-secrets-tablesnapshot to main versions (they reference function signatures / UUID defaults not yet published)Link to Devin session: https://app.devin.ai/sessions/c055c0fee37240409898cf34c096a4ac
Requested by: @pyramation