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:
Gabriel Horner
2024-11-21 17:56:58 -05:00
parent 8864c3515f
commit ce18010b2b
6 changed files with 100 additions and 36 deletions

View File

@@ -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