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
Anon Ray
dfaf7d3a1f
fix duplicate headers being sent to remote schema ( #2118 )
2019-05-06 16:57:34 +05:30
Praveen Durairaj
fc4638fc9d
ra-data-hasura: add support for multiple schemas ( close #1729 ) ( #2068 )
2019-05-06 14:53:35 +05:30
Praveen Durairaj
e828ec9948
graphql-tutorials: remove gatsby tutorial site ( #2119 )
2019-05-06 14:52:10 +05:30
Praveen Durairaj
8538b5dadb
graphql-tutorials: add videos to react tutorial ( #2115 )
2019-05-03 21:08:27 +05:30
Rakesh Emmadi
c4c36e0ef4
schema cache sync improvements ( #2098 )
...
* build schema cache function without db setup
The setup shouldn't happen for sync. The database is already setup by the instance which generated the event. This means that the sync is now faster.
* use SQL loop to drop hdb_views schema views and routines with ordering
This avoids deadlocks when schema is being changed concurrently
* schema sync now only processes the latest event
This becomes useful when a lot of schema change
events happen while we are still processing an
earlier event.
2019-05-03 16:12:26 +05:30
Rikin Kachhia
b24456788c
fix set column as unique bug ( close #2096 ) ( #2108 )
2019-05-03 13:10:27 +05:30
Rikin Kachhia
c87940ae42
fix console expandable editor styles ( #2111 )
2019-05-03 13:09:33 +05:30
Rakesh Emmadi
b436948e7f
update schema cache on a column's null-ability or type changes ( fix #2101 ) ( #2106 )
2019-05-02 18:01:32 +05:30
Praveen Durairaj
09805e4124
tutorials: learn react sitemaps, content fixes ( closes #2090 ) ( #2079 )
...
* added sitemap, content fix
* update content, fix content selection
* remove console.log
* add github links
* support moz-user-select-none
* fix mobile navigation collapse
2019-04-30 14:40:58 +05:30
Shahidh K Muhammed
71cf017197
add an api to dump postgres schema ( close #1939 ) ( #1967 )
2019-04-30 14:04:08 +05:30
Vamshi Surabhi
8389a7e273
multiplexed subscription improvements ( #2081 )
...
* split stm transactions when snapshotting to make it faster
* mx subs: push to both old and new sinks at the same time
* expose dev APIs through allowed APIs flag
2019-04-30 10:45:23 +05:30
Rakesh Emmadi
39f43bdd59
log inconsistent metadata objects only when there are any ( close #2053 ) ( #2058 )
2019-04-29 11:52:48 +05:30
Rikin Kachhia
87bc39c9e9
restructure console files ( #2078 )
2019-04-26 16:41:52 +05:30
Rakesh Emmadi
7779198f54
do not enforce permission limit in aggregations ( fix #1837 ) ( #2027 )
2019-04-26 13:49:59 +05:30
Rikin Kachhia
b61f54b086
change position of constraint names in table modify ( #2069 )
2019-04-26 13:39:09 +05:30
Shahidh K Muhammed
cb87fb45b5
update brand assets ( #2062 )
2019-04-26 10:05:52 +05:30
Daniel Madalitso Phiri
0a876ff2ba
graphql2chartjs: update readme with typo fix ( #2067 )
2019-04-26 10:03:24 +05:30
Praveen Durairaj
20dd0ce2fd
learn react content fixes ( #2063 )
2019-04-25 15:33:56 +05:30
Praveen Durairaj
f4ddfd88a0
add react graphql tutorial ( #2061 )
2019-04-24 16:57:27 +05:30
Rakesh Emmadi
733101bf85
compute dependencies for column operators in permissions ( close #2054 ) ( #2055 )
2019-04-24 15:58:10 +05:30
Vamshi Surabhi
7151f1387f
fix validation of null values, closes #1981 ( #2057 )
2019-04-24 13:19:39 +05:30
Rikin Kachhia
ed3e9caf2f
fix console bugs ( close #2030 , #2032 , #226 ) ( #2044 )
...
* fix timestamp column shown as text in modify section
* fix foreign key update bug in case of capital letters in name
* show column type, default value, constraint names as properties in modify section
* display disabled action btns in browse rows if no primary key set
* add tooltips to event trigger / remote schema try it out examples
2019-04-24 13:05:05 +05:30
Vamshi Surabhi
83c3094936
add variable name to the path when there is an error, closes #2050 ( #2051 )
2019-04-24 12:02:53 +05:30
John Bampton
91f4d7b5e2
change Github to GitHub at multiple places ( #2046 )
2019-04-23 15:39:28 +05:30