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
Arpit Kushwaha
e3a3f2f6f8
typo fix in docs ( #1125 )
2018-11-29 10:31:04 +05:30
Shahidh K Muhammed
c985a6d1ed
update demo app links ( #1122 )
2018-11-27 16:01:56 +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
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
Dimitrios Mavrommatis
ef6e53a407
change descending ordering to nulls first ( fix #1008 ) ( #1009 )
2018-11-22 10:28:18 +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
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
Shahidh K Muhammed
d79c15bac5
add deployment guide for azure postgres and container instances ( close #584 ) ( #928 )
2018-11-14 15:43:15 +05:30
Gordon Johnston
68bd5bbe86
remove 'update_columns' argument from example ( #1031 )
2018-11-13 22:01:37 +05:30
Patrick Aljord
2bd11f12dd
clarify which server uses the shared secret too ( #925 )
2018-11-08 11:51:13 +05:30
Sachin Saini
668dc0e857
update digitalocean docs ( #900 )
...
Co-Authored-By: thetinygoat <iamsainisachin@gmail.com>
2018-11-08 11:40:23 +05:30
Rikin Kachhia
c8c06be8ca
add relationship modelling docs ( close #399 ) ( #972 )
2018-11-06 14:08:40 +05:30
dsandip
10edd03a62
adds docs for column presets ( close #623 ) ( #971 )
2018-11-06 14:07:17 +05:30
Shahidh K Muhammed
fbcae53efa
build cli-migrations image on tagged deploys ( close #534 ) ( #953 )
2018-11-02 19:38:25 +05:30
Fernando K
b7800ffa2e
add links to the api reference ( #794 )
2018-10-31 19:19:29 +05:30
Tirumarai Selvan
4bd3c57018
add retry-after header info to event-trigger docs ( #956 )
2018-10-31 18:21:48 +05:30
Rikin Kachhia
37aeccc6b0
update requests package version in docs for security ( #955 )
2018-10-31 14:49:45 +05:30
Mohammed Rishad
58ccddc76e
pep8 fixes for python files ( #875 )
2018-10-30 14:51:58 +05:30
Rikin Kachhia
ac8f2f65a8
reduce max algolia document size for docs ( #914 )
2018-10-29 18:03:48 +05:30
Shahidh K Muhammed
ba7673af33
rename query to type on api reference
2018-10-29 14:42:44 +05:30
Vinayak
e830931294
fix grammatical errors in docs ( #861 )
2018-10-27 15:21:14 +05:30
Tirumarai Selvan
d7024e8d42
explain parameters and headers ( #867 )
2018-10-27 10:29:54 +05:30
Rakesh Emmadi
f6ed169219
allow ordering using columns from object relationships ( closes #463 ) ( #672 )
...
* allow ordering using columns from object relationships, close #463
* validate table fields in nested insert
* add tests
* add docs
* change 'table_order_by' type from enums to ordered map
* remove unwanted code from 'Schema.hs' file
* 'AnnGObject' is not list of field name and value tuple
* update docs for new order_by type
* use 'InsOrdHashMap' for 'AnnGObj'
* handle empty fields in order_by
* remove '_' prefixes for asc/desc
* fix the changed order_by syntax across the repo
2018-10-26 17:27:33 +05:30
Rikin Kachhia
dada14b1ad
update docs ( #860 )
...
* add $ before commands in server flag reference docs
* add deploy to AWS RDS blog link to guides in docs
* fix pagination expressionin reference docs
* update many-to-many relationship docs
* add _not operator + filtering over relationships docs
2018-10-26 08:29:36 +05:30
Rakesh Emmadi
10d8529d28
allow unauthorized role in accesskey and JWT modes ( closes #595 ) ( #856 )
2018-10-25 23:46:25 +05:30
Fraser Smith
b47b629c93
Update digital-ocean-one-click.rst ( #851 )
...
Fixed typos in line 291
2018-10-25 18:32:01 +05:30
toozdey
2f6d5e813b
Fixed Sphinx link (404) and fixed markup to the RST guide page. ( #831 )
...
Wanted to changed links to https as well but the site has cert error.
2018-10-25 18:24:25 +05:30
Vamshi Surabhi
199531cbd9
http and websocket logs now correctly have user information, closes #849 ( #850 )
2018-10-25 15:07:57 +05:30
Tirumarai Selvan
810b440089
trigger webhooks on column level changes instead of row ( close #547 , close #680 ) ( #550 )
2018-10-25 12:52:51 +05:30
Vamshi Surabhi
ab9692da4d
set all session data in a single paramater, 'hasura.user' ( closes #825 )
2018-10-24 16:09:47 +05:30
Shahidh K Muhammed
71f2af9fb8
add digital ocean one-click docs ( #813 )
2018-10-20 21:11:08 +05:30
Mayank Raj
d561ba2bd2
grammar corrections ( #782 )
2018-10-20 08:52:13 +05:30
Max Vogel
c13f679766
grammar and spelling fix in comments ( #768 )
2018-10-19 22:37:04 +05:30
cozyplanes
5bd21b03e4
add a comma in queries.rst ( #756 )
2018-10-19 22:32:39 +05:30
Alexander Lichter
b7aba2e869
docs(schema): add introspect keyword ( #749 )
2018-10-19 22:30:31 +05:30
Spencer Ng
a0a97d709d
improve documentation ( fix #745 ) ( #746 )
2018-10-19 22:29:18 +05:30
dsandip
82e8d45bf9
adds content for many-to-many relationships ( #807 )
2018-10-18 19:57:00 +05:30
Rakesh Emmadi
405f5edb34
document 'track_table' and 'untrack_table' query ( close #715 ) ( #777 )
2018-10-17 10:57:11 +05:30
dharmendra-lingaiah
3f34849db1
update graphql engine internals doc ( #740 )
2018-10-17 10:52:36 +05:30
Shivansh Nalwaya
b087734b2c
fix typos and grammar in docs/manual/schema ( #754 )
2018-10-16 12:02:29 +05:30
Burak Özdemir
feb8968879
fix e.g. and i.e. typos ( #732 )
2018-10-15 14:17:21 +05:30
Daniel P
b91704e3ca
fix typos is multiple files ( #728 )
2018-10-15 12:29:51 +05:30
dharmendra-lingaiah
17bfc36f86
update jwt docs ( #742 )
2018-10-15 10:33:47 +05:30
Chandler Weiner
fade5b39f8
fix spelling and grammar in docs ( #709 )
2018-10-12 09:30:25 +05:30
Rikin Kachhia
92c8ec55b2
docs: fix kubernetes logging page ( #706 )
2018-10-11 17:10:53 +05:30
Matthew Holman
bf71b17274
add guides/resources section to docs ( #694 )
2018-10-11 16:59:53 +05:30
Rikin Kachhia
9c2ca7cd54
docs update ( #699 )
2018-10-10 19:51:43 +05:30
michizhou
c47ea78e0b
fix typos, wording, punctuation, other errors in docs ( #668 )
2018-10-10 12:02:03 +05:30
Utsav Bhardwaj
5916b97b86
added digitalocean deployment instructions ( fix #582 ) ( #663 )
2018-10-09 19:38:54 +05:30
Shahidh K Muhammed
1c15a9482a
add docs for schema / metadata api ( close #409 ) ( #626 )
2018-10-08 19:42:03 +05:30
Rakesh Emmadi
00d5a5c1a3
insert mutations can now handle nested-data/relationsips ( close #343 ) ( #429 )
2018-10-05 20:43:51 +05:30
Rakesh Emmadi
91376316f2
breaking: encode bigint and bigserial postgres types as strings in response ( fix #633 ) ( #640 )
...
This is breaking change where bigint and bigserial Postgres types will be encoded as GraphQL String types, as opposed to Int as present in earlier releases.
Input types were already encoded as String.
This is achieved by selecting `bigint` and `bigserial` columns as `text`s in the SQL query: `select "big_id"::text ..` instead of `select "big_id" .. `.
Reason for that change is outlined in #633 where JavaScript cannot decode 64 bit Integers.
2018-10-05 10:46:21 +05:30
Utkarsh Gupta
300684f2dc
add docs for jwt_secret & enable_console env ( #646 )
2018-10-04 20:05:13 +05:30
Hugo
1e8e440bbc
docs: fix spelling ( #637 )
2018-10-04 20:00:01 +05:30
Nikita Titov
15e3d6e549
multiple punctuation fixes in docs ( #614 )
2018-10-04 09:39:47 +05:30
Rikin Kachhia
e265086fa4
docs: update logo + add docker for mac configuration note ( #559 )
2018-09-27 21:34:21 +05:30
Anon Ray
75090d51b9
jwt config now takes a jwk url ( close #465 ) ( #527 )
...
JWT config now takes an optional jwk_url parameter (which points to published JWK Set). This is useful for providers who rotate their JWK Set.
Optional jwk_url parameter is taken. The published JWK set under that URL should be in standard JWK format (tools.ietf.org/html/rfc7517#section-4.8).
If the response contains an Expires header, the JWK set is automatically refreshed.
2018-09-27 16:52:49 +05:30
surendran82
17cbdbd970
add github and social media buttons to docs page ( #540 )
2018-09-26 19:42:55 +05:30
Rikin Kachhia
d0303995e3
explicity mention env variables for heroku with existing database ( #531 )
2018-09-25 22:29:47 +05:30
Shahidh K Muhammed
ae43a08afb
update docs ( #498 )
...
update docs (close #474 , close #480 )
2018-09-20 15:21:27 +05:30
Maxim Makarov
0fc4ebf09a
fix typos in metadata command ( #493 )
2018-09-20 07:00:37 +05:30
Rikin Kachhia
d2decec32b
update docs ( #441 )
...
* docs: update custom resolvers docs
* docs: update mono repo links
2018-09-13 18:45:34 +05:30
Rikin Kachhia
dae3410e4d
add docs on setting default value for columns ( #437 )
2018-09-13 17:10:17 +05:30
Shahidh K Muhammed
5929ec5be3
add installation manifests ( #432 )
2018-09-13 15:03:13 +05:30
Anon Ray
acd62c3bf8
add community boilerplates and examples ( #430 )
2018-09-13 12:00:07 +05:30
Rikin Kachhia
fffaed7bcb
docs update ( #427 )
2018-09-12 14:58:55 +05:30
Shahidh K Muhammed
d3d9845497
merge docs into main repo ( close #397 ) ( #398 )
2018-09-11 16:41:24 +05:30