Rakesh Emmadi
70f4db19ad
allow creating multiple relationships which includes the same column ( fix #2228 ) ( #2232 )
2019-05-21 10:30:33 +05:30
Josha Inglis
277be9074e
fix transaction isolation settings on server ( #2211 )
2019-05-20 19:48:17 +05:30
dsandip
5ef5fff860
update screenshot for admin secret ( #2235 )
2019-05-20 19:15:49 +05:30
Rakesh Emmadi
2e19cbee8d
keep allowed queries in sync when collections are changed, fix #2221 ( #2230 )
2019-05-20 15:59:32 +05:30
Rikin Kachhia
998acd51dd
docs: fix auth links, fix version tags ( #2231 )
2019-05-20 15:12:36 +05:30
Rishichandra Wawhal
7f27fd9825
community: add readme to root of tic tac toe game; fix bugs ( #2229 )
2019-05-20 14:18:11 +05:30
Nicolas Azari
f3ff3ba9aa
fix typo in server flags reference ( #2220 )
2019-05-20 13:18:43 +05:30
Rakesh Emmadi
94a8a50410
set allowlist table as system defined on catalog migration, fix #2225 ( #2226 )
2019-05-20 10:27:32 +05:30
surendran82
7f57f2b73f
learn: optimise home page code ( #2199 )
2019-05-17 20:24:00 +05:30
dsandip
6a5f17c3a0
update auth docs ( #1796 )
2019-05-17 17:33:35 +05:30
Ajeet D'Souza
375a5db602
learn: fix typos ( #2184 )
2019-05-17 17:14:12 +05:30
Kittitat Upaphong
fd1577aab6
learn: update backend remote-schema doc ( #2206 )
...
need to add a protocol to the domain, otherwise will get an error 'Only absolute URLs are supported'.
2019-05-17 11:33:08 +05:30
Praveen Durairaj
a6d3fd2968
ra-data-hasura: add custom primary key support ( #2194 )
2019-05-16 21:16:35 +05:30
Shahidh K Muhammed
97246f95fc
update manifests to v1.0.0-beta.1
2019-05-16 17:01:50 +05:30
Shahidh K Muhammed
7c89e951f2
serve console assets without any authorization checks ( #2201 )
2019-05-16 16:58:50 +05:30
Rishichandra Wawhal
aae8a1c72d
community: add multiplayer tic tac toe to sample apps ( #2150 )
2019-05-16 16:36:22 +05:30
Shahidh K Muhammed
49535e447a
update manifests to v1.0.0-beta.01
2019-05-16 14:45:15 +05:30
Anon Ray
81bdfafd69
ignore content-type header in auth webhook ( #2197 )
2019-05-16 14:41:15 +05:30
Rishichandra Wawhal
3ef1219fa0
change default endpoint to v1/graphql; remove semver checks ( #2181 )
2019-05-16 14:38:44 +05:30
Shahidh K Muhammed
76ceb707f4
bundle console assets into server ( close #516 , close #521 , close #2130 ) ( #2192 )
...
This PR builds console static assets into the server docker image at `/srv/console-assets`. When env var `HASURA_GRAPHQL_CONSOLE_ASSETS_DIR=/srv/console-assets` or flag `--console-assets-dir=/srv/console-assets` is set on the server, the files in this directory are served at `/console/assets/*`.
The console html template will have a variable called `cdnAssets: false` when this flag is set and it loads assets from server itself instead of CDN.
The assets are moved to a new bucket with a new naming scheme:
```
graphql-engine-cdn.hasura.io/console/assets/
/common/{}
/versioned/<version/{}
/channel/<channel>/<version>/{}
```
Console served by CLI will still load assets from CDN - will fix that in the next release.
2019-05-16 13:15:29 +05:30
Rikin Kachhia
8b21ccbb0b
add version requirement notes for features in docs ( #2196 )
2019-05-16 11:49:22 +05:30
Rakesh Emmadi
0b210cc245
support allow-list for graphql queries ( closes #989 ) ( #2075 )
2019-05-16 11:43:25 +05:30
Rikin Kachhia
d6995c3547
add schema create/delete options in console ( closes #2142 ) ( #2143 )
2019-05-15 19:30:44 +05:30
Rishichandra Wawhal
5c07ebc512
support composite unique keys from the console ( close #506 ) ( #2148 )
2019-05-15 16:59:09 +05:30
Rishichandra Wawhal
5a8a34b8cf
fix column comment handling in modify ( fix #2164 ) ( #2187 )
2019-05-15 13:35:29 +05:30
Anon Ray
935eaf2211
booleans from env are case insensitve ( fix #2177 ) ( #2182 )
2019-05-14 16:52:05 +05:30
Anon Ray
7d03e7af2f
fix non-200 response for authorization errors on /v1/graphql ( #2173 )
2019-05-14 16:50:55 +05:30
Praveen Durairaj
8e0db21364
learn: multiple fixes ( #2158 )
2019-05-14 16:27:59 +05:30
Rakesh Emmadi
c6f40df6d5
close websocket connection on JWT expiry ( fix #578 ) ( #2156 )
2019-05-14 11:54:46 +05:30
Anon Ray
ee783e142e
fix sending duplicate content-type header to remote schemas ( fix #2159 ) ( #2170 )
2019-05-13 18:17:01 +05:30
Rishichandra Wawhal
83234ef48a
learn: add custom graphiql for react native ( #2169 )
2019-05-13 15:27:59 +05:30
Tirumarai Selvan
36e49ea75b
manual event triggers ( close #1687 ) ( #2077 )
2019-05-13 15:11:07 +05:30
Rishichandra Wawhal
5f903e40c9
learn: add react native tutorial ( #2136 )
2019-05-13 13:02:51 +05:30
Manishalexin
5b2be6f200
learn: add ios tutorial ( close #2161 ) ( #2162 )
2019-05-13 12:10:00 +05:30
Praveen Durairaj
cede01570b
learn: update homepage design ( #2166 )
2019-05-13 10:34:51 +05:30
Praveen Durairaj
80fdceaac7
community: react-apollo-todo: fix update todo queries ( #2157 )
2019-05-10 19:40:12 +05:30
Praveen Durairaj
eff684cc6a
learn: add custom auth webhook for tutorials ( #2154 )
2019-05-10 15:37:56 +05:30
Praveen Durairaj
a63009c1cf
learn: add vue graphql tutorials ( #2091 )
2019-05-10 15:33:30 +05:30
Praveen Durairaj
4253817c43
learn: add hasura backend course ( #2134 )
2019-05-10 15:06:24 +05:30
Rikin Kachhia
0bb96883d6
fix function table permission url ( #2152 )
2019-05-10 12:53:08 +05:30
Anon Ray
a21f6cd648
introduce v1/graphql ( fix #1368 ) ( #2064 )
...
Changes compared to `/v1alpha1/graphql`
* Changed all graphql responses in **/v1/graphql** endpoint to be 200. All graphql clients expect responses to be HTTP 200. Non-200 responses are considered transport layer errors.
* Errors in http and websocket layer are now consistent and have similar structure.
2019-05-10 11:35:10 +05:30
Arpit Kushwaha
d942266c59
update remote schema doc ( #2149 )
2019-05-09 16:10:41 +05:30
Praveen Durairaj
3080100d8f
update auth0 guide ( #2145 )
2019-05-09 13:02:42 +05:30
Rakesh Emmadi
204cd3514b
optimise server startup time ( close #1430 ) ( #2120 )
...
1. Reuses postgres connections during startup which reduces the overhead of opening and closing connections.
2. Faster schema cache building. This is done by fetching all the required data in a single sql statement.
2019-05-08 13:06:42 +05:30
Rishichandra Wawhal
a0bed89283
fix relationship rename for non-public schemas ( close #1777 ) ( #2127 )
2019-05-07 17:54:44 +05:30
Vamshi Surabhi
fd85d0ba5b
document subscriptions related config parameters ( #2126 )
2019-05-07 17:51:37 +05:30
swyx
57378dd21e
add instructions on netlify function as event trigger ( #2110 )
2019-05-07 12:01:56 +05:30
Rikin Kachhia
5b9e99acd3
sanitize migration filenames ( close #2094 ) ( #2123 )
2019-05-07 11:40:38 +05:30
savil
b2d98fba87
community: fix broken links ( #1963 )
...
the directory refactoring left these image URLs dangling
2019-05-07 11:06:19 +05:30
Shahidh K Muhammed
564bcb0239
update manifests to v1.0.0-alpha45
2019-05-06 16:58:57 +05:30