-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement GraphQL Query Complexity Analysis (#1965)
* Add java error logs to gitignore * [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Automated] Update the native jar versions * Query complexity analysis initial implementation * [Automated] Update the native jar versions * Fix service annotation failing when module prefix is available * Complete the query complexity analysis feature * Fix spotbugs failure * Apply suggestions from code review Co-authored-by: Ayesh Almeida <77491511+ayeshLK@users.noreply.github.com> * Fix the formatting * Apply suggestions from code review Co-authored-by: Ayesh Almeida <77491511+ayeshLK@users.noreply.github.com> * [Automated] Update the native jar versions * [Automated] Update the native jar versions * Fix annotations not populating issue * Apply suggestions from code review Co-authored-by: DimuthuMadushan <35717653+DimuthuMadushan@users.noreply.github.com> * Fix typo in the function name * Update the Ballerina distribution version * [Automated] Update the native jar versions * Fix introspection query complexity validation * Fix introspection query complexity validation and update spec --------- Co-authored-by: Ayesh Almeida <77491511+ayeshLK@users.noreply.github.com> Co-authored-by: DimuthuMadushan <35717653+DimuthuMadushan@users.noreply.github.com>
- Loading branch information
1 parent
1f3d6a5
commit 8112144
Showing
49 changed files
with
1,901 additions
and
223 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "graphql_tests" | ||
version = "1.13.1" | ||
version = "1.14.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.