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