Marion Schleifer
af5a70b202
docs: add learn link to authz index page ( #5387 )
2020-07-21 14:44:20 -07:00
Sameer Kolhar
ca650353de
console: left-align content on data table ( #5408 )
2020-07-21 16:54:14 +02:00
Rikin Kachhia
56da4891c3
console: UI updates ( #5427 )
...
- Schema page
- Keep function sections expanded by default
- Add Know more link for relationships
- Table relationships page
- Add tooltips / know more links
- Update add table relationship UI
- Remote relationships -> remote schema relationships
- Make remote relationships UI consistent
- Events pages
- fix breadcrumbs
- update scheduled trigger info image
- add note regarding UTC timezone based events to tooltip for cron triggers
2020-07-21 18:21:34 +05:30
Praveen Durairaju
47d2a77415
docs: fix heroku guide link in README ( #5390 )
2020-07-21 14:52:14 +05:30
Praveen Durairaju
7c1c71c2b9
docs: add django jwt guide link ( close #1254 ) ( #5385 )
2020-07-21 09:36:23 +02:00
Kentaro Suzuki
788095acba
console: fix import metadata button text ( close #5386 ) ( #5415 )
2020-07-20 20:46:45 +02:00
soorajshankar
4a116c793b
console: use requestAction instead of fetch ( #5406 )
2020-07-20 17:48:59 +02:00
Aravind
d8481c3a1c
tag release v1.3.0 ( #5423 )
2020-07-20 20:38:00 +05:30
Sameer Kolhar
d193af7d11
console: fix clear text issue on RawSQL page ( #5351 )
2020-07-20 16:57:13 +02:00
Todd Heslin
a677c62dae
console: fix custom root field placeholder for insert one mutation ( close #5345 ) ( #5346 )
2020-07-20 16:15:52 +02:00
sezgi
0780ceef03
docs: update terminology and copy for remote relationships pages ( #5401 )
2020-07-20 18:15:08 +05:30
Nathan Jaremko
73ec489ada
infra: update Azure template to include Postgres 11 ( fix #5399 ) ( #5400 )
2020-07-20 11:49:10 +02:00
Tirumarai Selvan
709460b9ce
update pg-client ( #5421 )
2020-07-20 13:45:15 +05:30
sezgi
74b1107b41
docs: open Intercom on feedback & add buttons ( close #5264 ) ( #5265 )
2020-07-17 12:17:29 -07:00
sezgi
f33138f063
docs: change newsletter copy ( #5402 )
2020-07-17 11:44:49 -07:00
Marion Schleifer
e649dcebe2
docs: remove recommendation for action handler security ( #5355 )
2020-07-17 11:39:42 -07:00
Marion Schleifer
286ea31f36
docs: fix indexing problem ( #5395 )
2020-07-17 13:45:11 +05:30
Anon Ray
1eb36bbbb3
server: refactor 'pollQuery' to have a hook to process 'PollDetails' ( #5391 )
...
Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
2020-07-16 18:49:42 +05:30
Praveen Durairaju
d6dab9dc01
docs: update newsletter api ( #5369 )
2020-07-15 19:46:30 +05:30
Sameer Kolhar
d8055a7ca6
console: add tooltips to certain headers on API Explorer ( #5286 )
2020-07-15 18:19:29 +05:30
Phil Freeman
0dddbe9e9d
Add MonadTrace and MonadExecuteQuery abstractions ( #5383 )
...
Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
2020-07-15 16:10:48 +05:30
Soham Chowdhury
dbdf81b26d
docs: note libkrb5-dev dep on Debian, update GHC version ( #5377 )
...
* docs: note libkrb5-dev dep on Debian, update GHC version
* docs: note openssl/libssl-dev requirements on Debian
2020-07-15 11:03:33 +05:30
sezgi
a96e248a0c
docs: change "Step 0" to "Before you begin" ( close #5335 ) ( #5348 )
2020-07-14 14:30:35 -07:00
Lyndon Maydwell
24592a516b
Pass environment variables around as a data structure, via @sordina ( #5374 )
...
* Pass environment variables around as a data structure, via @sordina
* Resolving build error
* Adding Environment passing note to changelog
* Removing references to ILTPollerLog as this seems to have been reintroduced from a bad merge
* removing commented-out imports
* Language pragmas already set by project
* Linking async thread
* Apply suggestions from code review
Use `runQueryTx` instead of `runLazyTx` for queries.
* remove the non-user facing entry in the changelog
Co-authored-by: Phil Freeman <paf31@cantab.net>
Co-authored-by: Phil Freeman <phil@hasura.io>
Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
2020-07-14 12:00:58 -07:00
sezgi
72df5e9f05
docs: update links from Core getting started page to Cloud ( close #5334 ) ( #5347 )
2020-07-14 10:56:56 -07:00
Marion Schleifer
7f0ba7cd15
docs: update "supported from" notes ( #5318 )
2020-07-14 14:15:06 +05:30
sezgi
c962253c33
docs: prettify github count ( close #5356 ) ( #5357 )
2020-07-14 13:59:27 +05:30
Marion Schleifer
28984500fb
docs: add page on created_at / updated_at timestamps ( close #2880 ) ( #5223 )
2020-07-14 10:03:17 +02:00
Brandon Simmons
66551acac4
Replace idle GC with a custom GC thread
...
The current idle GC settings seem never to cause idle GC to trigger.
The changes here at least help memory usage to look more reasonable when
running certain benchmarks, and speculatively could partially fix some
memory leaks users have reported.
See ourIdleGC for details.
Referencing canonical memory issue #3388
2020-07-14 11:54:24 +05:30
Phil Freeman
505ac06d9e
Expose all modules in Cabal file ( #5371 )
2020-07-14 11:26:53 +05:30
Aleksandra Sikora
773a29d612
console: don't set payload for data trigger ( #5370 )
2020-07-13 17:38:43 +02:00
Gavin
66479870ad
feat(console): Add "identity" frequently used column, refactor to TS
2020-07-12 01:14:04 -04:00
Karthikeyan Chinnakonda
0ef52292b5
server: call the webhook asynchronously in event triggers ( #5352 )
...
* server: call the webhook asynchronosly in event triggers
2020-07-10 22:17:05 +05:30
Aleksandra Sikora
cefe06e089
console: fix clone row in data browser ( close #5336 ) ( #5337 )
2020-07-09 20:32:44 +05:30
Tanvi Bhakta
51174ceb0e
console: display line number that error originated from in GraphQL editor ( close #4849 ) ( #4942 )
2020-07-09 13:58:25 +02:00
Marion Schleifer
0387369b95
docs: update links in docs ( #5331 )
2020-07-09 10:42:33 +02:00
ooxaam
8022bf359a
docs: make exporting graphql schema export command work with windows ( #5209 )
2020-07-09 13:31:24 +05:30
sezgi
62223abda2
docs: improve getting started flow ( close #5279 ) ( #5280 )
2020-07-08 17:26:26 -07:00
sezgi
a79b07c749
docs: add "See past editions" link to newsletter callout ( close #5277 ) ( #5278 )
2020-07-08 13:27:02 -07:00
Marion Schleifer
78914c40d0
docs: change pro button to hasura cloud in header ( #5315 )
2020-07-08 21:33:22 +05:30
Marion Schleifer
5152bbf773
docs: fix confusion in unauthenticated access docs ( #5319 )
2020-07-08 15:20:41 +02:00
Marion Schleifer
b2faecbf13
docs: remove deprecated directory flag from examples ( #5325 )
2020-07-08 15:04:24 +02:00
surendran82
b1b92c75ad
console: update hasura pro content to cloud in header ( #5268 )
2020-07-08 16:01:31 +05:30
soorajshankar
b1c686f303
console: searchable select UX fix ( close #5246 ) ( #5254 )
2020-07-08 15:21:41 +05:30
sezgi
b26e023483
docs: docs for remote joins ( close #4911 ) ( #5132 )
2020-07-07 14:47:42 -07:00
Marion Schleifer
d775d94fc4
community: update readme with hasura cloud ( #5307 )
2020-07-07 14:52:56 +02:00
Marion Schleifer
41ba54437a
docs: change heroku one click url ( #5314 )
2020-07-07 17:13:59 +05:30
Aleksandra Sikora
4637de42e8
console: add statement timeout for data browser count query ( #5313 )
2020-07-07 15:56:15 +05:30
sezgi
c33d1a0211
docs: fix duplicate label warning ( fix #5260 ) ( #5261 )
2020-07-07 13:06:15 +05:30
Marion Schleifer
ee6ea40ee8
docs: fix indexing issue ( #5282 )
2020-07-07 12:53:37 +05:30