Skip to content

feat: Add CREATE NAMESPACE to group GraphQL queries and mutations - #2187

Open
velo wants to merge 1 commit into
mainfrom
feat/graphql-namespaces
Open

feat: Add CREATE NAMESPACE to group GraphQL queries and mutations#2187
velo wants to merge 1 commit into
mainfrom
feat/graphql-namespaces

feat: Add CREATE NAMESPACE to group GraphQL queries and mutations

0bac4f5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 3, 2026 in 0s

16.24% (-0.16%) compared to f624591

View this Pull Request on Codecov

16.24% (-0.16%) compared to f624591

Details

Codecov Report

❌ Patch coverage is 1.73913% with 226 lines in your changes missing coverage. Please review.
✅ Project coverage is 16.24%. Comparing base (f624591) to head (0bac4f5).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...in/java/com/datasqrl/planner/SqlScriptPlanner.java 0.00% 83 Missing ⚠️
...java/com/datasqrl/server/GraphqlSchemaFactory.java 0.00% 52 Missing ⚠️
.../java/com/datasqrl/server/GraphqlSchemaWalker.java 0.00% 49 Missing ⚠️
...m/datasqrl/planner/parser/SqrlStatementParser.java 0.00% 15 Missing ⚠️
...ava/com/datasqrl/server/GraphqlModelGenerator.java 0.00% 8 Missing ⚠️
...java/com/datasqrl/planner/NamespaceDefinition.java 0.00% 5 Missing ⚠️
...c/main/java/com/datasqrl/compile/GqlGenerator.java 0.00% 4 Missing ⚠️
.../datasqrl/server/graphql/GraphQLEngineBuilder.java 0.00% 3 Missing ⚠️
.../com/datasqrl/server/graphql/RootGraphQLModel.java 0.00% 3 Missing ⚠️
...l/planner/parser/SqrlCreateNamespaceStatement.java 0.00% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2187      +/-   ##
============================================
- Coverage     16.39%   16.24%   -0.16%     
  Complexity     1037     1037              
============================================
  Files           618      620       +2     
  Lines         17911    18089     +178     
  Branches       2189     2215      +26     
============================================
+ Hits           2937     2939       +2     
- Misses        14676    14851     +175     
- Partials        298      299       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.