This website requires JavaScript.
Explore
Help
Sign In
hasura
/
graphql-engine
Watch
1
Star
0
Fork
0
You've already forked graphql-engine
mirror of
https://github.com/hasura/graphql-engine.git
synced
2024-12-17 04:24:35 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1fb32bc2d4
graphql-engine
/
server
/
VERSIONS.json
7 lines
86 B
JSON
Raw
Normal View
History
Unescape
Escape
Factor tool versions out into server/VERSIONS.json. This helps us use the same versions locally as in CI. If you're using the Nix setup, it guarantees it. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5111 GitOrigin-RevId: 6e00cd7a78593df1e60fac37cc1195aba60e488f
2022-07-22 15:22:35 +03:00
{
CI: Run the "server hpack" check on main and invalidate the cache properly. We seem to be rebuilding hpack on every PR. I'm hoping this will allow PRs to share a cache. I have also changed the cache key to include the entirety of _server/VERSIONS.json_, and added the GHC version there, to make sure it's properly invalidated. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6142 GitOrigin-RevId: fc61a26ad721f59f52687913f6978902f4c2ca0a
2022-10-04 12:00:02 +03:00
"ghc"
:
"8.10.7"
,
Factor tool versions out into server/VERSIONS.json. This helps us use the same versions locally as in CI. If you're using the Nix setup, it guarantees it. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5111 GitOrigin-RevId: 6e00cd7a78593df1e60fac37cc1195aba60e488f
2022-07-22 15:22:35 +03:00
"hlint"
:
"3.3.6"
,
server: Automate generation and verification of Cabal files from hpack. We currently use `hpack` to generate the Cabal files from _package.yaml_ files for the two small libraries in _server/lib_. While this is more convenient, we also check the Cabal files into the repository to avoid needing an extra step upon pulling changes. In order to ensure that the Cabal files do not get out of sync with the hpack files, this introduces a few improvements: 1. Makefile targets to automatically generate the Cabal files without needing to know the correct incantation. These targets are a dependency of all build targets, so you can simply run `make build-all` and it will work. 2. An extra comment at the top of all generated Cabal files that explains how to regenerate it. 3. A `lint-hpack` Makefile target that verifies that the Cabal files are up-to-date. 4. A CI job that runs `make lint-hpack`, to stop inconsistencies getting merged into trunk. Most of these changes are ported from #4794. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5217 GitOrigin-RevId: d3dfbe19ec00528368d357b6d0215a7ba4062f68
2022-07-29 19:21:00 +03:00
"hpack"
:
"0.34.7"
,
Factor tool versions out into server/VERSIONS.json. This helps us use the same versions locally as in CI. If you're using the Nix setup, it guarantees it. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5111 GitOrigin-RevId: 6e00cd7a78593df1e60fac37cc1195aba60e488f
2022-07-22 15:22:35 +03:00
"ormolu"
:
"0.3.1.0"
}
Reference in New Issue
Copy Permalink