graphql-engine/server
Auke Booij 51fc104793 server: don't let query collection validation prevent engine startup
Generate more Metadata Inconsistencies instead of startup failures. Specifically this means that
- errors retrieving the main query of an executable GraphQL document, and
- errors during fragment inlining

no longer fail irrecoverably.

This also makes more parts of `buildSchemaCacheRule` into pure code, which is always nice.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7234
GitOrigin-RevId: aebf636c2fb1aad1c2df9a37f7d0b67c1ee40c42
2022-12-13 09:56:27 +00:00
..
bench-wrk server/tests-py: Reduce the number of locations we check the status code. 2022-07-05 18:01:07 +00:00
benchmarks Add benchmarks for allowlist operations 2022-11-01 17:28:15 +00:00
documentation server: Split the integration tests out into their own directories. 2022-11-17 12:56:26 +00:00
lib [server/tests] drop old postgres database better, and use less connections 2022-12-12 17:46:12 +00:00
src-emit-metadata-openapi server: initial set of DTO types for metadata 2022-06-27 16:33:31 +00:00
src-exec multitenant: make shutdown logic more abstract 2022-11-23 07:53:19 +00:00
src-lib server: don't let query collection validation prevent engine startup 2022-12-13 09:56:27 +00:00
src-rsr Fix metadata defaults bug - Defaults serialised into metadata table - GDC-647 2022-12-06 22:35:19 +00:00
src-test server: refactor Hasura.Server.Compression for clarity/correctness 2022-12-09 06:08:27 +00:00
test-manual Document and automate spinning up AlloyDB for testing. 2022-11-24 14:16:21 +00:00
test-mssql server: Split the integration tests out into their own directories. 2022-11-17 12:56:26 +00:00
test-postgres server: Split the integration tests out into their own directories. 2022-11-17 12:56:26 +00:00
tests-py server/tests: Introuce pytest-to-haskell porting script 2022-12-02 15:59:19 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server: Clean up Cabal project files 2022-04-07 07:16:12 +00:00
.ormolu Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
COMPILING-ON-MACOS.md ghc 9.2.5 2022-11-15 11:26:42 +00:00
CONTRIBUTING.md server: Split the integration tests out into their own directories. 2022-11-17 12:56:26 +00:00
graphql-engine.cabal server: refactor Hasura.Server.Compression for clarity/correctness 2022-12-09 06:08:27 +00:00
Makefile ci: misc. cleanup, naming 2022-01-03 06:26:39 +00:00
STYLE.md Nix: Use nixpkgs-fmt to format everything. 2022-06-20 13:02:45 +00:00
testing-guidelines.md Extract the test harness from the Hspec tests 2022-10-04 08:31:26 +00:00
troubleshooting.md Create troubleshooting.md 2022-05-30 09:18:44 +00:00
VERSIONS.json ghc 9.2.5 2022-11-15 11:26:42 +00:00