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-15 01:12:56 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a2276b8171
graphql-engine
/
.prettierignore
4 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove or ignore all instances of `unsafeMkName`. This removes the one remaining instance of `unsafeMkName` in production code, uses `G.name` where possible in tests, and ignores instances where it's not possible (such as `instance Arbitrary G.Name`). PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5074 GitOrigin-RevId: d8049edf1f1bc2ef25f34874ef5bd5a5934bd33d
2022-07-18 20:01:05 +03:00
/.hlint.yaml
Add a missing changelog entry for error message changes to v2.10.0. ## Changelog This is the only change; please take a look. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5713 GitOrigin-RevId: fbc527ebc8dc78e98841c9b67e90f9e7f2102abb
2022-09-05 12:39:52 +03:00
/CHANGELOG.md
server/tests-py: Factor out service URLs as environment variables. Making it easier to inject different ones later. I also included a change to _.prettierignore_ so Visual Studio Code doesn't keep trying to reformat the JavaScript or YAML files in `server/tests-py`, as it can cause diffs to balloon for no obvious benefit. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5456 GitOrigin-RevId: bc6d548708160a328e1e61a00e19be8e124da025
2022-08-15 17:57:55 +03:00
/server/tests-py/**/*
Reference in New Issue
Copy Permalink