Commit Graph

1115 Commits

Author SHA1 Message Date
Anupam Dagar
71557cdecc add json editor for json data type (fix #504) (#1181) 2019-05-24 20:40:39 +05:30
Aravind Shankar
2cdb1a1508 refactor schema management in console and misc fixes (#2016)
close #1704, #2174, #2188, #2006, #2031, #1617, #1882
2019-05-24 19:30:44 +05:30
Karthik Venkateswaran
8639534aa4 handle empty recommended type casts for some pg types (close #2258) (#2262) 2019-05-24 13:47:47 +05:30
Tanmai Gopal
5b1117c913
Adds link to incremental view update talk similar to our work from long ago. 2019-05-23 17:00:57 -07:00
Vamshi Surabhi
8027232141
update image widths for live-queries.md (#2261) 2019-05-23 22:42:59 +05:30
Tanmai Gopal
0a4cf25f1e
Fixes minor typo on architecture/live-queries.md 2019-05-23 09:59:04 -07:00
Vamshi Surabhi
39d8605d3e
document live queries architecture (#2259) 2019-05-23 22:26:45 +05:30
Praveen Durairaj
cfd61a86a7 sample-apps: add svelte 3 graphql app (#2256) 2019-05-23 17:00:16 +05:30
Karthik Venkateswaran
8a9901d417 add all PG column types in table add / modify (close #223, #2035, #394, #2038) (#1933) 2019-05-22 16:53:30 +05:30
Dakota Hipp
32f1d47baa learn: update backend tutorial to disable oidc conformance in auth0 (#2222) 2019-05-22 14:08:47 +05:30
Rishichandra Wawhal
9940ae1992 update modify table tests (#2245) 2019-05-22 12:08:32 +05:30
Vamshi Surabhi
6aa1216a59
link server with -rtsopts (#2233)
This allows customisation of Haskell's runtime system's parameters.
2019-05-21 14:58:08 +05:30
Shahidh K Muhammed
e7e4f480d5 update manifests to v1.0.0-beta.2 2019-05-21 11:11:21 +05:30
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