graphql-engine/server
Vladimir Ciobanu 91710bba58 server: use relative paths in TH splices
While debugging issues with HLS, Reed Mullanix noticed that we don't use relative paths. This leads to problems when using HLS + Emacs due to a bug in `lsp-mode` which prevents it from finding the correct project root.

However, it is still a good practice to use relative paths in TH for other reasons, including being able to import these modules in GHCI.

This PR should make it so HLS-1.0 & emacs provide type inference, imports, etc., in all modules in our codebase.

GitOrigin-RevId: 5f53b9a7ccf46df1ea7be94ff0a5c6ec861f4ead
2021-03-16 17:36:39 +00:00
..
bench-wrk server: generalize integration tests 2021-03-11 18:18:41 +00:00
packaging build: fix the packaging of the static console assets 2021-03-02 13:23:53 +00:00
src-bench-cache server: make more use of hlint (#6059) 2020-10-28 16:40:33 +00:00
src-exec multitenant: change default connection pool params 2021-03-16 15:29:43 +00:00
src-lib server: use relative paths in TH splices 2021-03-16 17:36:39 +00:00
src-rsr tag release v2.0.0-alpha.4 2021-03-10 11:48:44 +00:00
src-test multitenant: change default connection pool params 2021-03-16 15:29:43 +00:00
tests-py server: split TestGraphQLQueryBasic into common and backend-specific test classes 2021-03-16 16:42:20 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
.hlint.yaml server: add MSSQL support 2021-02-23 17:38:36 +00:00
.stylish-haskell.yaml ci: run stylish haskell on all incoming PRs 2021-01-21 23:37:26 +00:00
cabal.project update ci-info-hs for cabal 3.4 (#747) 2021-03-03 07:02:42 +00:00
cabal.project.ci update resource limits on circleci [force ci] 2021-01-29 14:36:07 +00:00
cabal.project.dev server: Bump GHC version to 8.10.2 (#5659) 2020-08-26 23:16:23 -05:00
cabal.project.dev-sh dev.sh: restore code coverage functionality 2020-01-23 18:35:18 -05:00
cabal.project.dev-sh.freeze dev.sh: restore code coverage functionality 2020-01-23 18:35:18 -05:00
cabal.project.dev-sh.local ci: activate -Werror in dev.sh config 2021-01-08 21:32:34 +00:00
cabal.project.freeze server: add MSSQL support 2021-02-23 17:38:36 +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: split TestGraphQLQueryBasic into common and backend-specific test classes 2021-03-16 16:42:20 +00:00
graphql-engine.cabal server: reduce the number of backend dispatches 2021-03-15 13:03:55 +00:00
Makefile server: add MSSQL support 2021-02-23 17:38:36 +00:00
sample.hie.yaml Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
Setup.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
STYLE.md server: Add a Haskell style guide (#2175) 2020-04-08 02:31:30 -05:00