Aravind
177556f441
cli: fix tests failing in local dev environment ( #4729 )
2020-06-03 14:01:40 +05:30
Aravind
daf098886b
cli: fix bug with squashing event triggers ( close #4883 ) ( #4949 )
2020-06-03 12:13:05 +05:30
Aravind
edbd9c4f48
cli: load assets from server if cdn is disabled ( close #3382 ) ( #3851 )
2020-06-03 09:36:23 +05:30
Phil Freeman
34a41e5632
Add some useful FromJSON instances ( #4707 )
...
These data types already had ToJSON instances, and it is useful to be able to parse the resulting JSON values back into Haskell values.
2020-06-03 05:01:50 +05:30
Phil Freeman
cd468761ce
Refactor the WAI shutdownHandler to use an MVar ( #4667 )
2020-06-02 16:27:14 -05:00
Karthikeyan Chinnakonda
81f338cc39
remove event from the saved locked events after processing it ( #4932 )
...
* remove event from the saved locked events after processing it
2020-06-02 22:47:58 +05:30
Rikin Kachhia
57d52b290b
docs: update PG requirements page ( close #4865 ) ( #4857 )
2020-06-02 20:25:40 +05:30
Aleksandra Sikora
90dea98663
cli-ext: add typescript support ( #4820 )
2020-06-02 19:41:56 +05:30
Shahidh K Muhammed
b9ed3dfe96
tag release v1.2.2 ( #4963 )
...
Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-06-02 13:52:16 +05:30
Aleksandra Sikora
45c8699e23
console: dependencies cleanup ( #4705 )
2020-06-02 13:44:45 +05:30
Aleksandra Sikora
af0d4d8f08
console: replace remote schema url in tests ( #4964 )
2020-06-02 12:41:14 +05:30
Vamshi Surabhi
2d2def8ecb
Disables optimizations on Hasura.Server.Init module
...
When compiling the graphql-engine binary with `-O2`, ghc-8.10 seems to
be stuck at the module `Server.Init` while consuming `17G` of RAM (for 5
minutes at least before I forcefully terminated the compilation). With
this pragma, ghc-8.10 now takes under `12G` to compile graphql-engine
binary.
2020-06-02 10:55:36 +05:30
Aravind Shankar
16d01bc908
cli: add support for skipping execution while generating migrations through the migrate REST API ( #4475 )
2020-06-02 10:41:47 +05:30
Vamshi Surabhi
f14900e7da
bump dependencies
2020-05-29 21:38:22 +05:30
Vamshi Surabhi
7eab3a7b54
fix haddock comment
2020-05-29 21:38:22 +05:30
Marek Dano
61349c091a
console: migrate ErrorBoundary to TS ( #4542 )
2020-05-29 19:10:17 +05:30
Kshitiz Kumar
a2a492e5d9
console: migrate CollapsibleToggle to TS ( #4697 )
2020-05-29 18:34:28 +05:30
Rishichandra Wawhal
6b590cb4f8
console: remote joins code improvements ( #4920 )
2020-05-29 18:00:37 +05:30
Tirumarai Selvan
d9a51fede5
add no-changelog-required note to PR template ( #4933 )
2020-05-29 17:02:07 +05:30
Aleksandra Sikora
41b3be82fb
workflow: add lint and format action for console ( #4501 )
2020-05-29 16:45:43 +05:30
Rishichandra Wawhal
ea2f1679eb
console: require async globals before render; track runtime errors ( #4449 )
2020-05-29 15:15:33 +05:30
soorajshankar
d2aac3732a
console: allow entering big int values ( close #3667 ) ( #4775 )
2020-05-29 14:40:02 +05:30
soorajshankar
b2fd57a8e2
console: fix visiting view modify page overwriting raw sql content ( close #4798 ) ( #4810 )
2020-05-29 14:11:02 +05:30
Aleksandra Sikora
bc16668ff6
console: remove deprecated better-npm-run ( #4819 )
2020-05-29 12:09:58 +05:30
Praveen Durairaju
087fe03683
docs: remove github stars ( #4918 )
2020-05-28 22:03:26 +05:30
Mads Nedergaard
e914fcf5e8
Fixes dead link in docs - close #4914 ( #4915 )
...
After #4885 , the link to `/firebase/webhook` example is no longer working - this PR updates the link.
2020-05-28 18:27:47 +05:30
Rikin Kachhia
594b387263
console: add Help button and move About page to settings ( #4848 )
2020-05-27 21:43:04 +05:30
Tirumarai Selvan
c0d2bc6653
Remote Joins: Create relationships across database and remote schemas ( #2392 )
...
add remote joins: Create relationships across database and remote schemas (#2392 )
Co-authored-by: Aleksandra Sikora <ola.zxcvbnm@gmail.com>
Co-authored-by: Chris Done <chrisdone@gmail.com>
Co-authored-by: Chris Done <github@chrisdone.com>
Co-authored-by: wawhal <rishichandra.wawhal@gmail.com>
Co-authored-by: Aravind Shankar <aravind@hasura.io>
Co-authored-by: Brandon Simmons <brandon.m.simmons@gmail.com>
Co-authored-by: Rishichandra Wawhal <rishi@hasura.io>
Co-authored-by: Brandon Simmons <brandon@hasura.io>
Co-authored-by: nizar-m <19857260+nizar-m@users.noreply.github.com>
Co-authored-by: Praveen Durairaju <praveend.web@gmail.com>
Co-authored-by: rakeshkky <12475069+rakeshkky@users.noreply.github.com>
Co-authored-by: Anon Ray <rayanon004@gmail.com>
Co-authored-by: Shahidh K Muhammed <shahidh@hasura.io>
Co-authored-by: soorajshankar <soorajshankar@users.noreply.github.com>
Co-authored-by: Sooraj Sanker <sooraj@Soorajs-MacBook-Pro.local>
Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io>
Co-authored-by: Aleksandra Sikora <ola.zxcvbnm@gmail.com>
2020-05-27 20:32:58 +05:30
Aleksandra Sikora
c1197be208
console: fix dependency vulnerabilities ( #4677 )
2020-05-27 16:04:38 +05:30
Raj Anand
1b442fc2dd
console: migrate cypress tests to TypeScript ( #4550 )
2020-05-27 14:56:29 +05:30
Ryan Dsouza
b088db6ed7
console: migrate Container.js
to TypeScript ( #4724 )
2020-05-27 14:20:26 +05:30
ryo
fb807843c9
console: migrate Button to TypeScript ( #4570 )
2020-05-27 13:25:40 +05:30
Rishichandra Wawhal
babb31ca13
remove redundant content from community content ( #4886 )
2020-05-26 16:20:06 +05:30
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
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