TODO
-
check bearer for a flush / special key
-
deployment to fixtures was NOT working!!!! so check that out.
-
verify toChange param!
-
'packages' hard coded?!?!?!
if (isRoot) { const packagesDir = path.join(this.cwd, 'packages'); fs.mkdirSync(packagesDir, { recursive: true }); targetPath = path.join(packagesDir, modName); } else {
-
does every proj.deploy() use proj.getModuleName()? ^^^^
-
not just projectName? but also database???? packages/pgsql-test/src/seed/sqitch.ts await proj.deploy( getEnvOptions({ pg: ctx.config, deployment: { fast: false } }), proj.getModuleName(), ctx.config.database );
-
fix/manage function sqitch(cwd?: string): SeedAdapter
-
DB_CWD, db.cwd ???? in types/src
-
switch package management to pnpm
-
Add tests for pg-ast
-
bring back csv-to-pg
-
bootstrap-roles.sql and any other "bootstrap" can be included in actual code for onboarding
-
validateDeployment - Hash-based change tracking — without deploying, hash the local .sql files against the changes that have been deployed, and ensure that the hashes match.
- Remove Travis CI
- Fix Docker workflow to include extensions directories
- Fix 'getOne(): handles missing selection gracefully' test (currently failing)
- Add tests for @launchql/react
- Get testing framework working (this will be huge)
- Remove shelljs
- Remove deployFast option
- Add keywords to package.json files in all packages
- Use enum strings for operation types
- Add proper TypeScript types
- Integrate inquirer for interactive prompts
- Fix mod.setModuleDependencies(['some-native-module', 'pg-utilities']) — currently allows circular references
- Detect project dependencies from deploy/**/some.sql if not declared via moduleDependencies
- pg-ast should adopt pg-proto-parser's types (from @pgsql/utils in pgsql-parser monorepo) pg-ast is a much better name — use it!
- Get this PR from launchql-gen: constructive-io/launchql-gen#19
- Move postgraphile-* plugins over (preserve import history)
- Import original LaunchQL history (preserve git log)
- Fix issue where
some-schemamust be renamed tosome_schemaduring packaging to work
- Demo script using meta API to create tables
- Get export working
- Get boilerplate (
lql init) working - Get testing framework finalized
https://www.npmjs.com/package/pg-copy-streams-binary
- Investigate deployment failure when generating plans without packages and tags - Context: stage fixture (unique-names) pre-generated plan with includePackages=false and includeTags=false currently fails deployment (see test in packages/core/tests/migration/stage-deployment-with-plan.test.ts) - Follow-up: decide whether deploying with no external packages/tags should be supported or explicitly disallowed with clearer error messaging