fix/dali-orm-generic#7
Open
woss wants to merge 26 commits into
Open
Conversation
Contributor
…dder, all services, and API key fix
…ONAL/NOT READONLY SurrealQL keywords
…ordering, migration integration
- add generateAnalyzerDefinition() and generateRemoveAnalyzer() to SurrealQLGenerator - add SerializedAnalyzer type + serializeAnalyzer()/restoreAnalyzer() in snapshot - pass analyzers through generateMigration, fullMigration, snapshotMigration, liveMigration paths - add analyzers param to generateAndApplyMigration public API - emit analyzers UP before tables, DOWN after tables (indexes depend on analyzers) - add section separators (-- ---- Analyzers ----) in generated migration files - add tests: unit, integration (against live SurrealDB), analyzer-definition
swarm-ops
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 5, 2026 15:40
91deb02 to
8e332e3
Compare
…runner, journal, api, cli, tests
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 5, 2026 15:43
8e332e3 to
0b6b08a
Compare
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 5, 2026 15:44
0b6b08a to
90c7339
Compare
woss
force-pushed
the
fix/dali-orm-generic
branch
2 times, most recently
from
July 16, 2026 16:43
9ec1f45 to
60053a4
Compare
stuff changeset chore: add publishConfig to dali-memory for changesets chore: migrate to @changesets/cli for monorepo release management
…NSIDE/graph tests - DeleteBuilder: .where() (3 overloads), .limit(), toSQL() - serializer.ts: extract shared serializeCondition/andTrees/serializedConditionToNode - SelectBuilder: refactored to import from serializer.ts - 12 new tests for CONTAINS/INSIDE/graph path conditions - CHANGELOG.md + README.md updated feat(dali-orm): add DELETE WHERE/LIMIT, shared serializer, CONTAINS/INSIDE/graph tests - DeleteBuilder: .where() (3 overloads), .limit(), toSQL() - serializer.ts: extract shared serializeCondition/andTrees/serializedConditionToNode - SelectBuilder: refactored to import from serializer.ts - 12 new tests for CONTAINS/INSIDE/graph path conditions - CHANGELOG.md + README.md updated
This is a merge commit the virtual branches in your workspace. Due to GitButler managing multiple virtual branches, you cannot switch back and forth between git branches and virtual branches easily. If you switch to another branch, GitButler will need to be reinitialized. If you commit on this branch, GitButler will throw it away. Here are the branches that are currently applied: - fixes (refs/gitbutler/fixes) branch head: e23c512 For more information about what we're doing here, check out our docs: https://docs.gitbutler.com/features/branch-management/integration-branch
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 17, 2026 11:54
60053a4 to
866bdfd
Compare
Phase 3: Runtime Schema DDL API - SchemaBuilder interface + createSchemaBuilder factory (schema-builder.ts) - orm.schema() method on DaliORM class - Chainable DDL: defineTable, defineField, defineIndex, removeTable, removeField, removeIndex, raw, toSQL, execute - 30 unit tests + 39 adversarial tests Phase 2 supplement: - Graph depth adversarial tests (depth-adversarial.test.ts) Documentation & skills: - README.md: Runtime Schema Builder section with usage examples - dali-orm skill: SchemaBuilder API docs, export map updated - dali-orm-test-patterns skill: SchemaBuilder test patterns added
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.
No description provided.