Add GraphQL transpilation compatibility (#1018)

* Add callable mappings feature
* Implement mgps.validate (void procedure)
* Make '_' a valid variable name
This commit is contained in:
gvolfing
2023-07-31 14:48:12 +02:00
committed by GitHub
parent 57fe3463f2
commit 210bea83d4
35 changed files with 971 additions and 17 deletions

4
init
View File

@@ -93,6 +93,10 @@ setup_virtualenv tests/stress
setup_virtualenv tests/integration/ldap
# Setup tests dependencies.
# NOTE: This is commented out because of the build order (at the time of
# execution mgclient is not built yet) which makes this setup to fail. mgclient
# is built during the make phase. The tests/setup.sh is called under GHA CI
# jobs.
# cd tests
# ./setup.sh
# cd ..