mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
refactor: Decouple simple queries in db graph
from original *property rules by giving simple queries their own rules. This allows simple queries to grow in functionality and complexity without affecting other features. Also fixed private-property rule wasn't working because deps weren't configured
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
- name: Run some ClojureScript tests against DB version
|
||||
run: DB_GRAPH=1 node static/tests.js -r frontend.db.query-dsl-test
|
||||
|
||||
- name: Run ClojureScript query tests against DB version with basic query type
|
||||
run: DB_GRAPH=1 DB_QUERY_TYPE=basic node static/tests.js -r frontend.db.query-dsl-test
|
||||
|
||||
- name: Run ClojureScript tests
|
||||
run: node static/tests.js -e fix-me
|
||||
|
||||
|
||||
Reference in New Issue
Block a user