Tirumarai Selvan
756614c326
update auth-webhook boilerplates for node ( #4885 )
...
1) split nodejs-express boilerplate into nodejs-express and nodejs-firebase
2) update deploy instructions for heroku
2020-05-26 14:43:58 +05:30
Aravind
b5ca6ec29f
Merge pull request #4882 from scriptonist/fix-update-scripts-bug
...
cli: fix upgrade scripts bug
2020-05-26 13:02:05 +05:30
scriptonist
b771956336
cli: fix update scripts failing when sql migrations files are already present
2020-05-26 08:46:36 +05:30
Aleksandra Sikora
f7cb3c1f19
Merge branch 'master' into migrate-sidebar-to-ts
2020-05-25 19:29:16 +02:00
surendran82
29da6afe01
docs: update HasuraCon banner content ( #4845 )
2020-05-22 15:25:17 +05:30
rakeshkky
e347ef3e45
fix explain queries with role permissions, fix #4816
2020-05-22 14:40:57 +05:30
Vamshi Surabhi
ff99b24031
fix a security issue with 1.2
2020-05-22 14:40:57 +05:30
gautambt
7ef710974c
docs: fix errors in cognito docs ( #4843 )
2020-05-22 13:34:41 +05:30
Marion Schleifer
ef78875be6
docs: improve actions documentation ( #4743 )
2020-05-21 22:57:11 +05:30
Vamshi Surabhi
8455817858
rfc: admin-only/backend-only insert permissions ( #4120 )
2020-05-21 09:38:49 -05:00
gautambt
642c421cc4
docs: add integration guide for AWS Cognito ( #4822 )
2020-05-21 19:18:46 +05:30
James Conroy-Finn
d184497685
docs: update pgdump key in production checklist ( #4814 )
2020-05-21 16:40:33 +05:30
Marion Schleifer
3727184593
docs: add note to permissions page regarding Hasura vs PG roles ( #4834 )
2020-05-21 15:14:59 +05:30
Marion Schleifer
e3c00723c4
docs: improve wording in enum page ( #4827 )
2020-05-21 15:11:45 +05:30
Marion Schleifer
93bb34290e
docs: update troubleshooting section with reference on debugging errors ( close #4052 ) ( #4825 )
2020-05-21 15:08:38 +05:30
Tirumarai Selvan
9c55940b6d
flush log buffer on exception in mkWaiApp ( fix #4772 ) ( #4801 )
...
* flush log buffer on exception in mkWaiApp
* add comment to explain the introduced change
* add changelog
2020-05-21 13:43:44 +05:30
dsandip
a8699bb442
docs: add page for procuring custom docker images and binaries ( #4828 )
2020-05-21 12:52:18 +05:30
Rikin Kachhia
2a016c1a70
docs: update security vulnerability page title ( #4831 )
2020-05-21 12:26:38 +05:30
Marek Dano
289ff5e737
console: migrate VoyagerView to TS ( #4734 )
2020-05-20 15:33:19 +05:30
Karthikeyan Chinnakonda
ac3076796c
Allowlist metadata Import bug ( #4762 )
...
fix bug which was not allowing the allowlist to be imported
2020-05-20 11:46:26 +05:30
ryo
fffc65f153
console: migrate switch button and spinner to TypeScript ( #4504 )
2020-05-19 17:47:33 +05:30
Anuj Shah
3f631ca57e
cli-ext: setup linting and prettification ( #4463 )
2020-05-19 16:31:46 +05:30
Rikin Kachhia
fb175f21e8
docs: add disabling dev mode to production checklist ( #4715 )
2020-05-19 13:25:59 +05:30
Tirumarai Selvan
6597e986f2
flush logger on shutdown ( #4800 )
...
* flush logger on shutdown
* use rmLoggerSet instead of flushLogStr
* add changelog
2020-05-19 13:19:30 +05:30
Auke Booij
20cbe9cfd3
server: fix an introspection query caching issue ( fix #4547 ) ( #4661 )
...
Introspection queries accept variables, but we need to make sure to
also touch the variables that we ignore, so that an introspection
query is marked not reusable if we are not able to build a correct
query plan for it.
A better solution here would be to deal with such unused variables
correctly, so that more introspection queries become reusable.
An even better solution would be to type-safely track *how* to reuse
which variables, rather than to split the reusage marking from the
planning.
Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-05-18 14:27:56 +02:00
Rakesh Emmadi
6069cc95e3
docs: add single object mutations docs ( close #4622 ) ( #4625 )
2020-05-18 16:43:57 +05:30
Dien Vu
6b5a61cff6
docs: a sample Caddyfile for Caddy 2 to enable https section ( #4710 )
2020-05-18 13:56:02 +05:30
Rikin Kachhia
7a7ff29e08
console: fix undercores not being displayed in raw sql ( close #4754 ) ( #4799 )
2020-05-18 13:46:08 +05:30
Boda
de942282e6
Correct tic-tac-toe game port and bug ( #4565 )
...
* correct port number for tic-tac-toe game
* correct winning combo for tic-tac-toe game
Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-05-18 11:44:23 +05:30
Aleksandra Sikora
78aa346d72
console: fix displaying boolean values in Edit Row tab ( #4682 )
2020-05-15 14:36:45 +05:30
Rishichandra Wawhal
5a39143518
console: add more themes to ace editor for supporting syntax highlighting ( #4600 )
2020-05-14 23:27:56 +05:30
Ryan Dsouza
619d167329
console: migrate HTML helpers, route hooks helpers and version utils to TypeScript ( #4641 )
2020-05-14 19:30:05 +05:30
Aleksandra Sikora
8a2d90cfb1
console: fix bulk selected rows state in data browser ( close #4654 ) ( #4673 )
2020-05-14 18:55:57 +05:30
Irshad Ansari
d039c12e1d
console: migrate Common/Modal to TypeScript ( #4532 )
2020-05-14 18:09:28 +05:30
Fadi Khadra
a94012b1b1
console: migrate WarningSymbol and TextInput to TypeScript ( #4562 )
2020-05-14 17:30:49 +05:30
Marek Dano
ced1b4d001
console: migrate TelemetryFilter file to TS ( #4579 )
2020-05-14 16:50:40 +05:30
gnyani
5d2b082194
console: trim column name input values ( fix #4526 ) ( #4545 )
2020-05-14 16:20:12 +05:30
Aleksandra Sikora
1cbb765acd
console: fix rows limit display in permissions editor if set to zero ( fix #4559 ) ( #4750 )
2020-05-14 15:35:00 +05:30
surendran82
0ed5b4cee6
docs: fix github button ( #4768 )
2020-05-14 12:29:45 +05:30
surendran82
bc9ebd0748
docs: add HasuraCon20 banner stripe ( #4758 )
2020-05-14 12:03:50 +05:30
Brandon Simmons
9b247d4ed7
Merge pull request #4518 from jberryman/ghc-8.10-migration
...
Migrate to GHC 8.10, upgrade dependencies. Closes #4517
2020-05-13 20:34:38 -04:00
Brandon Simmons
a77bb0570f
In websockets: rethrow resourceVanished as ConnectionClosed. Closes #4344
...
...hopefully. At least I no longer can easily induce any unexpected
exceptions after this and the GHC 8.10 + libs upgrade commit.
2020-05-13 19:13:13 -04:00
Brandon Simmons
ff62d5e0bf
Migrate to GHC 8.10, upgrade dependencies. Closes #4517
...
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical #3388 for reference).
This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. #4344 )
Also: dev.sh: fix hpc reporting
Initial work on this done by Vamshi.
2020-05-13 19:13:02 -04:00
Brandon Simmons
69f24d47b3
dev.sh: bump version due to addition of croniter python dependency
2020-05-13 17:40:01 -04:00
Tirumarai Selvan
cc8e2ccc78
Scheduled triggers ( close #1914 ) ( #3553 )
...
server: add scheduled triggers
Co-authored-by: Alexis King <lexi.lambda@gmail.com>
Co-authored-by: Marion Schleifer <marion@hasura.io>
Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io>
Co-authored-by: Aleksandra Sikora <ola.zxcvbnm@gmail.com>
2020-05-13 18:03:16 +05:30
Auke Booij
2735d284c1
server: use a new version of graphql-parser-hs to avoid loss of precision ( #4741 )
...
Fixes #4733 . See also hasura/graphql-parser-hs#29 .
2020-05-13 12:10:46 +02:00
Auke Booij
e17e47ef8c
server: avoid code duplication using type classes ( #4624 )
...
There are two implementations of a Cache, namely a bounded and an
unbounded variant. This can be elegantly captured in a type class.
In addition to reducing the amount of error-prone code in the
definition of the cache, this version reduces the amount of
error-prone code in usage sites of the cache, as it makes the cache
into an abstract object, so that a calling site cannot distinguish
between cache types. Any decision about what should be cached should
be made through the interface of a cache, rather than at the callsite,
and this is captured by this variant.
2020-05-13 11:17:32 +02:00
Auke Booij
4d10a610f4
server: fix mishandling of GeoJSON inputs in subscriptions ( fix #3239 ) ( #4551 )
...
* Add support for multiple top-level fields in a subscription to improve testability of subscriptions
* Add an internal flag to enable multiple subscriptions
* Add missing call to withConstructorFn in live queries (fix #3239 )
Co-authored-by: Alexis King <lexi.lambda@gmail.com>
2020-05-13 10:09:44 +02:00
Marion Schleifer
9a16e25769
docs: add page on query performance ( close #2316 ) ( #3693 )
2020-05-12 21:20:35 +05:30
Marion Schleifer
d17b2232d1
docs: update security guide ( #4730 )
2020-05-12 17:42:51 +05:30