Commit Graph

125 Commits

Author SHA1 Message Date
Rikin Kachhia
a39fd047f0
update docs footer (#1445) 2019-01-23 20:36:37 +05:30
samuela
37da1c14a6 Update jwt.rst (#1405) 2019-01-21 17:38:32 +05:30
dsandip
fcb6bd6449 modify contributing guides for docs, console and community (#1427) 2019-01-21 16:49:35 +05:30
Rikin Kachhia
6ec47a94c8
update query/mutation docs pages (#1426) 2019-01-21 14:50:14 +05:30
Rikin Kachhia
2e72760852 add migration version limitation note in docs (close #1108) (#1413) 2019-01-21 11:46:10 +05:30
nizar-m
916caf1575 add flag to disable prepared statements (close #1392) (#1396) 2019-01-18 19:50:41 +05:30
Rikin Kachhia
fba95da62f replace intercom with crisp in docs (#1403) 2019-01-18 14:32:56 +05:30
Anon Ray
9c27b657d7 add docs for bypassing authorization workaround for remote schema (close #1299) (#1393) 2019-01-18 09:48:54 +05:30
Tirumarai Selvan
aa36fc68d7 update docs community urls (#1402) 2019-01-17 19:02:56 +05:30
Tirumarai Selvan
9f6ce68e3c refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
Rakesh Emmadi
7ff1c8829a add PostGIS operators in boolean expressions (closes #1051) (#1372) 2019-01-17 11:51:38 +05:30
Shahidh K Muhammed
6b8120a6b2
add azure templates for existing postgres server (#1385) 2019-01-16 10:40:37 +05:30
Rikin Kachhia
58715100a0
show query variables in docs graphiql (#1373) 2019-01-15 20:04:39 +05:30
Rikin Kachhia
66b67cfe22
misc docs update (#1374) 2019-01-15 16:19:58 +05:30
Rikin Kachhia
03b5e76cde add db password url encoding note (#1359) 2019-01-11 17:08:41 +05:30
Nathan Stitt
1b9540f996 allow specifying network interface with "server-host" option (#1280)
* allow specifying network interface with "server-host" option

* store host value as a HostPreference

* document server-host options
2019-01-11 16:37:13 +05:30
Rikin Kachhia
68ed62fb62
fix docs version in opensearch url (#1354) 2019-01-09 18:30:53 +05:30
Rikin Kachhia
7b2971812f
enable OpenSearch for docs (close #1215) (#1349) 2019-01-09 14:30:40 +05:30
Rikin Kachhia
5820e5e41d
update docs config + base pages (#1343) 2019-01-08 22:39:05 +05:30
Rishichandra Wawhal
a9e2326ea8 remove auth0 webhook ref from docs and community (#1341) 2019-01-08 16:36:16 +05:30
Shahidh K Muhammed
feaeccba71
apply metadata also in cli migrations image (close #1316) (#1319) 2019-01-08 14:35:03 +05:30
Rikin Kachhia
4470c34fe1 fix docs vulnerability in pyyaml (#1324)
CVE-2017-18342 https://nvd.nist.gov/vuln/detail/CVE-2017-18342

high severity
Vulnerable versions: < 4.2b1
Patched version: 4.2b1

In PyYAML before 4.1, the yaml.load() API could execute arbitrary code. In other words, yaml.safe_load is not used.
2019-01-07 15:13:53 +05:30
Rikin Kachhia
b04539bfe6
add how it works docs section (#1227) 2019-01-04 22:55:48 +05:30
Rishichandra Wawhal
97c4cf0e2a update auth docs (#1305)
* fix broken auth example links

* add jwt examples

* misc auth docs changes
2019-01-04 19:31:18 +05:30
Rikin Kachhia
41a4196fc2 docs css fixes (#1286) 2019-01-03 09:29:27 +05:30
grenadejumper
f21fd41cc5 include documentation for Docker for Windows usage (#1263) 2018-12-31 14:16:43 +05:30
Gordon Johnston
ebf98281a5 docs: multiple root fields in subscription was removed (#1264)
In alpha33 the support for multiple root fields in a subscription was removed.
2018-12-24 12:31:17 +05:30
Rikin Kachhia
871d5e7f20 update docs (#1221) 2018-12-17 17:28:29 +05:30
dsandip
460fcfa755 add license information in getting started docs and do one-click guide (#1213) 2018-12-16 15:25:06 +05:30
Rikin Kachhia
751fa5f193 docs css refactor (#1218) 2018-12-16 12:11:34 +05:30
Rakesh Emmadi
3026c49087 apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
Rikin Kachhia
b0eb263170 improve docs content structure for search (#1216) 2018-12-15 10:37:47 +05:30
Rakesh Emmadi
708a29fc89 refactor server cli code, add more cli options & version command (closes #51, #144, #1090, #1195) (#1200) 2018-12-14 08:51:41 +05:30
Rikin Kachhia
be4c25a643
remove algolia config from docs (#1209) 2018-12-13 20:11:54 +05:30
Rikin Kachhia
5b3c5a81bb
fix docs vulnerable dependency (#1208) 2018-12-13 20:02:17 +05:30
Rikin Kachhia
b1a5e36a1e
fix syntax in docs (#1206) 2018-12-13 16:59:29 +05:30
Rikin Kachhia
c478f45e19
migrate docs search to algolia doc search (close #1146) (#1199) 2018-12-13 16:38:45 +05:30
Rikin Kachhia
b76039b6be docs css refactor (#1198)
* fix cli docs toctree

* reorganize docs css
2018-12-12 21:40:32 +05:30
Rakesh Emmadi
ff6c95c2f8 allow ordering with aggregated fields (close #1039) (#1042) 2018-12-12 18:28:39 +05:30
Anon Ray
77cbf12bb7 merge types with same structure in remote schema (closes #1112, #1135) (#1145) 2018-12-12 17:31:18 +05:30
Rikin Kachhia
9cbbac9456
fix titles in docs guides (#1172) 2018-12-07 18:03:21 +05:30
Rikin Kachhia
94f161c66e update hasura cli docs (#1173) 2018-12-07 17:38:39 +05:30
Gagan Ganapathy
9e97a01665 add guide for subscriptions using apollo-client (fix #444) (#1018) 2018-12-07 16:48:05 +05:30
dsandip
96e8536693 add docs for configuring webhook URL from env var (#1084) 2018-12-05 10:43:13 +05:30
Rikin Kachhia
d0effffbf6
Fix links in docs and README (#1160)
* fix docs syntax bug

* update link in README
2018-12-03 19:02:08 +05:30
Rikin Kachhia
8de12d5bcd
add table of contents to docs pages (#1115) 2018-12-03 17:42:24 +05:30
Rakesh Emmadi
3ea20bc4d7 allow authentication webhook with POST (close #1138) (#1147) 2018-12-03 16:49:08 +05:30
Shahidh K Muhammed
71d9b8fd19 add create droplet button to DO docs (#1150) 2018-11-30 21:50:56 +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