graphql-engine/server
Robert 9d185ffa03 server: make /healthz action clearer
This is effectively a no-op, the `Left err` case can't actually happen.

- removes some unused logic
- refactors the /healthz endpoint to be clearer
- that includes logging the full QErr if checkMetadataHealth fails,
  but it actually can't because the existing Postgres implementation
  just lifts

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2849
GitOrigin-RevId: ac8abf51b6d869ad4048419e36012137c86e5abd
2021-11-17 17:59:39 +00:00
..
bench-wrk server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
benchmarks benchmarks: skip failing remote_schema suite 2021-11-17 13:00:45 +00:00
documentation server: relocate some of the pre metadata separation source catalog migrations 2021-11-03 14:21:40 +00:00
packaging ci: create non-root user hasura in graphql engine docker images 2021-09-14 08:18:20 +00:00
src-exec server/tests: initial work on a test suite for DB-to-DB joins 2021-10-20 20:02:34 +00:00
src-lib server: make /healthz action clearer 2021-11-17 17:59:39 +00:00
src-rsr server: creating gen_hasura_uuid function should be idempotent 2021-11-10 07:59:31 +00:00
src-test [pro, server] Multiple Admin Secrets 2021-11-17 07:33:33 +00:00
tests/integration server: make /healthz action clearer 2021-11-17 17:59:39 +00:00
tests-py server/mssql: fix table_by_pk query returning empty array 2021-11-10 05:32:41 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server/citus: feature branch 2021-05-21 02:47:51 +00:00
.hlint.yaml ci: improve hlint messages 2021-05-04 21:52:55 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
CONTRIBUTING.md server/docs: link to STYLE from CONTRIBUTING 2021-10-21 11:34:50 +00:00
graphql-engine.cabal server: IR Selection basic generators 2021-11-10 11:13:04 +00:00
Makefile server/tests: initial work on a test suite for DB-to-DB joins 2021-10-20 20:02:34 +00:00
Setup.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
STYLE.md server, CI: use ormolu as a formatter for Haskell sources 2021-09-23 21:23:21 +00:00