Aravind Shankar
980d2030d9
fix suggested relationship name strips off numbers ( close #1139 ) ( #1144 )
2018-11-30 12:26:15 +05:30
Rikin Kachhia
a024f2a677
fix table in server flag docs ( #1142 )
2018-11-29 16:00:26 +05:30
Tirumarai Selvan
96e63d1da5
add details about current role more explicit ( #1140 )
2018-11-29 15:11:59 +05:30
Arpit Kushwaha
e3a3f2f6f8
typo fix in docs ( #1125 )
2018-11-29 10:31:04 +05:30
Shahidh K Muhammed
71d48682f1
update manifests to v1.0.0-alpha31
2018-11-28 16:01:40 +05:30
Rishichandra Wawhal
7f56da9f28
console semver fix for commits on master branch ( #1131 )
2018-11-28 15:20:55 +05:30
Vamshi Surabhi
db1f6c1a39
remove dependency on 'first' aggregate, closes #1085 ( #1089 )
2018-11-27 21:40:54 +05:30
Rakesh Emmadi
1e896a9c42
handle null values for input arguments, fix #1113 ( #1123 )
2018-11-27 17:54:51 +05:30
Anon Ray
0d14c13f98
metadata should be backwards compatible for remote schemas ( fix #1120 ) ( #1121 )
2018-11-27 16:56:10 +05:30
Shahidh K Muhammed
c985a6d1ed
update demo app links ( #1122 )
2018-11-27 16:01:56 +05:30
Rishichandra Wawhal
6a2c4566b7
update notes in the sql section ( close #1093 ) ( #1116 )
2018-11-27 10:20:27 +05:30
surendran82
01aa56a807
realtime chat app ui update ( #1101 )
2018-11-26 19:41:00 +05:30
Anon Ray
a509a86eaa
implement internal graphql server for remote schema tests ( #1117 )
...
* implement internal graphql server for remote schema tests
* add one more graphql endpoint and more tests
* add missing dependency
2018-11-26 18:38:16 +05:30
Shahidh K Muhammed
ad2c911301
update example apps for uniform deployment ( #1105 )
2018-11-26 18:27:52 +05:30
Rakesh Emmadi
8df23ad6c9
use postgres IN experssion for _in operator ( fix #1109 ) ( #1111 )
2018-11-26 15:39:55 +05:30
Shahidh K Muhammed
6cdffa8269
update manifests to v1.0.0-alpha30
2018-11-23 19:09:02 +05:30
Shahidh K Muhammed
45be696e45
fix tag script to handle multiple directories ( #1100 )
2018-11-23 18:59:22 +05:30
Anon Ray
512ee6fb9f
adds basic support for remote schemas/schema stitching ( #952 )
2018-11-23 18:32:46 +05:30
Rikin Kachhia
5b6a3862dc
modify many-to-many relationship docs ( close #1058 ) ( #1061 )
2018-11-23 14:59:03 +05:30
dsandip
0c7365020c
removes reference to mongodb in license information ( #1102 )
2018-11-23 14:53:21 +05:30
Shahidh K Muhammed
6fb24d5bf0
update server dockerfile, install manifests and docs ( #1097 )
2018-11-23 14:47:31 +05:30
Shahidh K Muhammed
64ec4e8207
update docs for pg_dump ( #1098 )
2018-11-23 13:44:34 +05:30
Rakesh Emmadi
58fe579497
support Postgres's DISTINCT ON ( close #1040 ) ( #1099 )
2018-11-23 07:23:56 +05:30
surendran82
9d53f38ec4
react-apollo-todo example app ui fixes ( #1091 )
2018-11-22 13:19:15 +05:30
Dimitrios Mavrommatis
ef6e53a407
change descending ordering to nulls first ( fix #1008 ) ( #1009 )
2018-11-22 10:28:18 +05:30
Praveen Durairaj
643042c2d5
add react-apollo-todo with auth0 example ( #1083 )
2018-11-21 19:19:40 +05:30
Rishichandra Wawhal
f3f1f3e36a
realtime-chat: update footer with blogpost ( #1070 )
2018-11-21 13:12:01 +05:30
Rishichandra Wawhal
6603845ff1
render playground for custom resolvers boilerplate ( close #1060 ) ( #1065 )
2018-11-21 12:52:54 +05:30
Rakesh Emmadi
030f094de9
handle empty array for _in and _nin operators, fix #1075 ( #1076 )
2018-11-21 12:28:29 +05:30
Karthik Venkateswaran
1b1658221c
update realtime poll and location tracking apps ( #1066 )
2018-11-20 17:13:27 +05:30
Rikin Kachhia
f25d49a9ca
update multiple mutation docs with nested insert ( #1043 )
2018-11-19 16:13:17 +05:30
Rikin Kachhia
2508b328dc
update literals css ( close #1011 ), update contributing guide ( #1057 )
2018-11-19 16:12:13 +05:30
Rikin Kachhia
3ba2230ef4
update docs CONTRIBUTING.md ( #1046 )
2018-11-18 11:43:39 +05:30
Praveen Durairaj
77a1f756de
add auth0 integration guide ( #1044 )
2018-11-18 11:38:10 +05:30
Vamshi Surabhi
571c00831a
update manifests to v1.0.0-alpha29
2018-11-16 18:21:51 +05:30
Vamshi Surabhi
47dcae1614
fix sql generation for boolean expressions, closes #853 ( #1037 )
...
When using self referential relationships in boolean expressions, the exists clause incorrectly uses the table names to qualify columns which will be the same for parent table and the child table. This is now fixed by generating unique aliases as we traverse down the relationships.
2018-11-16 18:10:23 +05:30
Praveen Durairaj
19a0dd9789
update jwt-config generate section ( #1036 )
...
* update jwt-config generate section
* update jwt claim rule for auth0
2018-11-15 18:51:25 +05:30
Rakesh Emmadi
b6773b36cd
add aggregations docs ( close #988 ) ( #991 )
...
* add aggregations docs
* add statistical aggregate functions
* change aggregation query page title
* fix api reference pages syntax bugs
* update query derived data docs page
* add better examples for aggregation docs
2018-11-15 17:13:03 +05:30
Rakesh Emmadi
1539d6b5a6
server port can be set with HASURA_GRAPHQL_SERVER_PORT env variable, closes #1033 ( #1038 )
2018-11-15 10:25:39 +05:30
Rakesh Emmadi
b719e82e89
add statistical aggregate operations and count on columns ( close #1028 ) ( #1029 )
2018-11-14 18:29:59 +05:30
Shahidh K Muhammed
e663089946
update azure template readme
2018-11-14 15:57:21 +05:30
Shahidh K Muhammed
d79c15bac5
add deployment guide for azure postgres and container instances ( close #584 ) ( #928 )
2018-11-14 15:43:15 +05:30
Tirumarai Selvan
317efb81f1
event triggers: take webhook url from env ( close #966 ) ( #968 )
2018-11-14 12:43:01 +05:30
Shahidh K Muhammed
8b28143774
update todo-auth0 readme to include env var config ( #1020 )
2018-11-14 10:34:36 +05:30
Rishichandra Wawhal
8b1062bd78
allow hypens in event-trigger names ( #1024 )
2018-11-14 10:33:56 +05:30
Karthik Venkateswaran
9a91ec2536
remove package-lock from realtime example apps ( #1025 )
2018-11-14 10:31:29 +05:30
Gordon Johnston
68bd5bbe86
remove 'update_columns' argument from example ( #1031 )
2018-11-13 22:01:37 +05:30
Aravind Shankar
03d2ebd00d
track table when 'create or replace' is used in run sql ( close #995 ) ( #1021 )
2018-11-13 17:39:57 +05:30
Rishichandra Wawhal
51abce2c1c
do not create columns starting with __ in firebase2graphql ( fix #1001 ) ( #1002 )
2018-11-13 16:12:41 +05:30
Rakesh Emmadi
9af591e2cb
remove x-hasura-access-key header from logs ( fix #1016 ) ( #1017 )
2018-11-13 14:05:44 +05:30