Vamshi Surabhi
f1cf6d0b17
allow session variables in operators which expect array input ( #2475 )
2019-07-10 15:49:58 +05:30
Anon Ray
d2867cea0c
add docs for JWT audience and issuer ( #2496 )
2019-07-09 15:09:32 +00:00
Rakesh Emmadi
9eb38e6c96
cache remote schema's introspection query response ( fix #1679 ) ( #2089 )
2019-07-08 11:21:41 +05:30
Rikin Kachhia
9675e036ea
update jwt spec info ( #2457 )
2019-07-05 14:13:02 +05:30
Aravind Shankar
0aefbd0822
infer relationship type using uniqueness constraint of foreign key ( close #969 ) ( #2347 )
2019-07-02 19:05:27 +05:30
matt
f7ac664cc4
update postgres permission documentation ( fix #2404 ) ( #2405 )
2019-07-02 13:19:29 +05:30
Shahidh K Muhammed
aae68873da
add note on exporting multiple schemas as migration ( #2436 )
2019-06-27 17:04:19 +05:30
Ajeet D'Souza
08df38aa8c
add name of ci environment to telemetry data ( #2382 )
2019-06-26 11:53:40 +05:30
Shahidh K Muhammed
a8dd3b3deb
add api to get server config details ( close #1831 ); add jwt-analyzer ( close #1369 ) ( #1925 )
2019-06-11 18:59:03 +05:30
Rakesh Emmadi
eff952dc3a
update run_sql metadata API documentation ( #2350 )
2019-06-11 14:44:19 +05:30
Aravind Shankar
be5316a984
support multi-column manual relationships from console ( close #2007 ) ( #2332 )
2019-06-10 20:18:15 +05:30
Rakesh Emmadi
c3c01beccc
support null and default values for function arguments ( close #2176 , close #2250 ) ( #2282 )
2019-06-04 18:13:28 +05:30
Anon Ray
278f26b073
forward set-cookie headers from remote servers ( fix #1654 ) ( #2305 )
2019-06-04 15:40:28 +05:30
Jason McCallister
26da7fb73b
add soft delete docs ( #1980 )
2019-06-03 21:36:32 +05:30
Rikin Kachhia
918e11730c
update server flags docs ( #2292 )
2019-05-28 22:55:47 +05:30
Aravind Shankar
2cdb1a1508
refactor schema management in console and misc fixes ( #2016 )
...
close #1704 , #2174 , #2188 , #2006 , #2031 , #1617 , #1882
2019-05-24 19:30:44 +05:30
dsandip
5ef5fff860
update screenshot for admin secret ( #2235 )
2019-05-20 19:15:49 +05:30
Rikin Kachhia
998acd51dd
docs: fix auth links, fix version tags ( #2231 )
2019-05-20 15:12:36 +05:30
Nicolas Azari
f3ff3ba9aa
fix typo in server flags reference ( #2220 )
2019-05-20 13:18:43 +05:30
dsandip
6a5f17c3a0
update auth docs ( #1796 )
2019-05-17 17:33:35 +05:30
Anon Ray
81bdfafd69
ignore content-type header in auth webhook ( #2197 )
2019-05-16 14:41:15 +05:30
Shahidh K Muhammed
76ceb707f4
bundle console assets into server ( close #516 , close #521 , close #2130 ) ( #2192 )
...
This PR builds console static assets into the server docker image at `/srv/console-assets`. When env var `HASURA_GRAPHQL_CONSOLE_ASSETS_DIR=/srv/console-assets` or flag `--console-assets-dir=/srv/console-assets` is set on the server, the files in this directory are served at `/console/assets/*`.
The console html template will have a variable called `cdnAssets: false` when this flag is set and it loads assets from server itself instead of CDN.
The assets are moved to a new bucket with a new naming scheme:
```
graphql-engine-cdn.hasura.io/console/assets/
/common/{}
/versioned/<version/{}
/channel/<channel>/<version>/{}
```
Console served by CLI will still load assets from CDN - will fix that in the next release.
2019-05-16 13:15:29 +05:30
Rikin Kachhia
8b21ccbb0b
add version requirement notes for features in docs ( #2196 )
2019-05-16 11:49:22 +05:30
Rakesh Emmadi
0b210cc245
support allow-list for graphql queries ( closes #989 ) ( #2075 )
2019-05-16 11:43:25 +05:30
Tirumarai Selvan
36e49ea75b
manual event triggers ( close #1687 ) ( #2077 )
2019-05-13 15:11:07 +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
Praveen Durairaj
3080100d8f
update auth0 guide ( #2145 )
2019-05-09 13:02:42 +05:30
Vamshi Surabhi
fd85d0ba5b
document subscriptions related config parameters ( #2126 )
2019-05-07 17:51:37 +05:30
Anon Ray
dfaf7d3a1f
fix duplicate headers being sent to remote schema ( #2118 )
2019-05-06 16:57:34 +05:30
Shahidh K Muhammed
71cf017197
add an api to dump postgres schema ( close #1939 ) ( #1967 )
2019-04-30 14:04:08 +05:30
Rikin Kachhia
85995503fe
fix docs dependency vulnerability ( #2048 )
...
urllib3 to 1.24.2
2019-04-23 13:54:48 +05:30
Evert Smit
b0d68df1cf
add example for using Apollo CLI to export schema ( #2037 )
2019-04-22 13:27:02 +05:30
Rikin Kachhia
d740de9ae2
update docs ( #2033 )
2019-04-19 16:18:18 +05:30
Rakesh Emmadi
1d7cbc7f24
recover from inconsistent database state ( closes #231 ) ( #1863 )
2019-04-17 21:59:39 +05:30
Rikin Kachhia
afc2331951
update docs ( #2023 )
...
* add missing column error to troubleshooting
* update subscription headers section
* docs for using {} expression
* fix create foreign-key section
2019-04-17 19:07:42 +05:30
Rikin Kachhia
f833191939
update docs dependency ( #2005 )
2019-04-15 12:19:10 +05:30
Petr Kohut
ba4451fa29
update auto apply migrations doc with latest tag ( #1984 )
2019-04-10 19:04:32 +05:30
Rikin Kachhia
1330382960
fix width of docs for larger screens ( close #1955 ) ( #1982 )
2019-04-10 18:04:45 +05:30
Clément
fd959cc63b
add scroll to literal blocks in docs ( close #1954 ) ( #1978 )
2019-04-10 17:08:50 +05:30
Shahidh K Muhammed
883646334a
update regex to delete event triggers in edit-pg-dump ( close #1959 ) ( #1960 )
2019-04-08 15:59:11 +05:30
Gordon Johnston
a7eabe034c
mention required key length for HMAC encryption to user ( #1956 )
...
Following on from a discussion in discord, a small tweak to make the required key length for a HMAC key more obvious
2019-04-06 08:20:16 +05:30
Rikin Kachhia
56c67509aa
update track relationship text in console ( #1927 )
2019-04-03 15:07:14 +05:30
Rikin Kachhia
29d6e85e42
add better upsert example to docs ( #1930 )
2019-04-03 15:05:51 +05:30
Rikin Kachhia
1c6e962776
remove remote schema env var note ( #1932 )
2019-04-02 16:44:02 +05:30
Evert Smit
503190d1dc
Fix Docker for Mac DNS name in remote schema docs ( #1923 )
2019-04-02 07:25:58 +05:30
dsandip
d451b56d78
update permissions ref docs to include all config keys ( #1918 )
2019-04-01 14:28:39 +05:30
Aravind Shankar
ca7d8b3df5
rename metadata reset to metadta clear ( close #1851 ) ( #1893 )
...
The word "reset" is little ambiguous (reset to scratch or reset to last known consistent state). metadata reset clears the all the metadata to mimic a freshly installed hasura instance. This actually invokes the clear_metadata API in the backend and hence should also be called metadata clear for perfect clarity.
All references to metadata reset should be changed to metadata clear.
2019-03-29 10:44:56 +05:30
Shahidh K Muhammed
7bfcc764db
update migration, api-reference docs ( close #766 ) ( close #1345 ) ( close #1496 ) ( #1701 )
2019-03-28 16:21:58 +05:30
Simone Busoli
f6c11e545d
fix bash completion example docs on cli ( #1832 )
2019-03-28 07:28:20 +05:30
Rishichandra Wawhal
9dc833c808
add visual studio code integration guide to docs ( close #1656 ) ( #1828 )
...
add visual studio code guide to docs (close #1656 )
2019-03-27 14:07:54 +05:30