-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround hasura bugs, tweaks to get upserting working #698
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build Snapshot Complete
Security Scan Findings
Showing 12 results.
Package Name | Versions | Severity | Locations | |
---|---|---|---|---|
immer | 8.0.1 | Critical | 1 location | Dismiss |
merge | 1.2.1 | Critical | 1 location | Dismiss |
docs | 0.0.0-use.local | Critical | 1 location | Dismiss |
pac-resolver | 4.2.0 | Critical | 1 location | Dismiss |
vm2 | 3.9.3 | Critical | 1 location | Dismiss |
jsonpointer | 5.0.0 | Critical | 1 location | Dismiss |
through | 2.3.8 | Critical | 1 location | Dismiss |
ramda | 0.24.1 | Critical | 1 location | Dismiss |
shell-quote | 1.7.2 | Critical | 1 location | Dismiss |
ejs | 3.1.6 | Critical | 1 location | Dismiss |
eventsource | 1.1.0 | Critical | 1 location | Dismiss |
ejs | 2.7.4 | Critical | 1 location | Dismiss |
Hasura Semantic DiffHasura config files have changed. This comment shows which fields have changed ignoring formatting. Click to expand!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LUNATRACE IN DEV MODE
Build Snapshot Complete
Security Scan Findings
Showing 16 results.
Package Name | Versions | Severity | Locations | |
---|---|---|---|---|
jackson-databind | 2.6.4 | Critical | 1 location | Dismiss |
redis | 2.8.0 | Critical | 1 location | Dismiss |
merge | 1.2.1 | Critical | 1 location | Dismiss |
docs | 0.0.0-use.local | Critical | 1 location | Dismiss |
pac-resolver | 4.2.0 | Critical | 1 location | Dismiss |
immer | 8.0.1 | Critical | 1 location | Dismiss |
vm2 | 3.9.3 | Critical | 1 location | Dismiss |
jsonpointer | 5.0.0 | Critical | 1 location | Dismiss |
through | 2.3.8 | Critical | 1 location | Dismiss |
ramda | 0.24.1 | Critical | 1 location | Dismiss |
shell-quote | 1.7.2 | Critical | 1 location | Dismiss |
minimist | 0.0.8 | Critical | 1 location | Dismiss |
minimist | 1.2.5 | Critical | 2 locations | Dismiss |
eventsource | 1.1.0 | Critical | 1 location | Dismiss |
ejs | 3.1.6 | Critical | 1 location | Dismiss |
ejs | 2.7.4 | Critical | 1 location | Dismiss |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Former-commit-id: 03a1637 Former-commit-id: f594c180ceed054cf8da5ce4ed9c28fb0331d0de
Database
Migration
public
schema to work around Hasura doesn't find custom type declared in a schema other than public hasura/graphql-engine#4630Hasura Metadata
genqlient
00000-000...
for MarshalText for nil uuids which is incompatible with hasura upsert.genqlient
with a patched version that always uses omitempty until Global decorators Khan/genqlient#190 is aresolved.Workflows
Misc
npm
andnpm2
packages intonpm
, removes dead code.Sample