Ashish Rao
0f89940383
cli(installer): add -f flag to curl ( fix #1871 ) ( #3477 )
2019-12-12 11:00:19 +05:30
Ashish Rao
b183eba9ba
add examples to all cli commands ( #3475 ) ( #3492 )
2019-12-12 10:46:36 +05:30
Anon Ray
b81d22f583
fix resolving user info in websocket transport ( #3509 )
...
The connection handler in websocket transport was not using the
'UserAuthentication' interface to resolve user info. Fix resolving
user info in websocket transport to use the common
'UserAuthentication' interface
2019-12-10 19:04:49 -06:00
Rakesh Emmadi
60acf7c081
fix json/jsonb columns as String values in nested returning of a mutation ( fix #3365 ) ( #3375 )
2019-12-10 17:20:55 -06:00
Marion Schleifer
f265ab1060
add docs example for the _exists operator ( #3402 )
2019-12-10 19:01:20 +05:30
Marion Schleifer
46ac68952f
add replace nested objects example to update docs ( #2962 )
2019-12-10 16:07:20 +05:30
Ashish Rao
094bbc8760
fix(cli): mark from flag as required for squash ( close #3400 ) ( #3500 )
2019-12-10 15:48:58 +05:30
Rakesh Emmadi
9fe6070663
avoid CTE expressions in sql function queries, close #3349 ( #3504 )
...
Instead of
'WITH some_alias (SELECT * from some_func()) SELECT <rows> FROM some_alias'
for SQL function queries, Use
'SELECT <rows> FROM some_func() AS some_alias'
2019-12-09 20:27:44 -06:00
Rakesh Emmadi
3f8a1d9ebf
fix insert permission views are not unique for long role names ( fix #3444 ) ( #3486 )
...
* fix insert permission views are not unique for long role names, fix #3444
* Use GHC notes reference and improve comments
2019-12-09 17:23:06 -06:00
Alexis King
fa0af9728d
Update server/CONTRIBUTING.md and include manual build/test steps ( #3472 )
2019-12-06 17:58:08 -06:00
Rikin Kachhia
a9a6eea924
fix column edit migrations ( close #3291 ) ( #3441 )
2019-12-06 16:27:42 +05:30
Rikin Kachhia
f4c0753deb
add read_only flag to run_sql select queries from console ( #3465 )
2019-12-05 17:24:14 +05:30
Tirumarai Selvan
ff4b2bf8b0
bulk query should not care about access mode of select or count queries ( #3467 )
2019-12-04 13:16:37 -06:00
Brandon Simmons
db126dbea5
dev.sh: fix a bug affecting first time users ( #3470 )
2019-12-03 16:36:38 -06:00
Anon Ray
afd6f30e72
read cache control header to refresh JWK ( fix #3301 ) ( #3446 )
2019-12-03 14:56:59 -06:00
Rakesh Emmadi
cb682e2539
fix updating a column with multiple operators causing postgres query error ( fix #3432 ) ( #3458 )
2019-12-03 14:00:37 -06:00
Tirumarai Selvan
3cd656f3c7
check db connection in healthz endpoint ( close #2645 ) ( #3440 )
...
* check db connection in healthz endpoint
* use Spock.text to automatically set Content-Type
* update docs
2019-12-03 13:18:10 -06:00
larainfo
22eec2241f
add docs example for inserting an object with an array field ( close #3018 ) ( #3019 )
2019-12-03 19:48:35 +05:30
Rikin Kachhia
88f7564c54
update cli docs ( #3424 )
2019-12-02 16:27:17 +05:30
Kim Santos
040b069d62
sample apps(update): update gatsby sample app ( #2969 )
2019-12-02 15:57:03 +05:30
Shahidh K Muhammed
e43be51dc6
update manifests to v1.0.0-rc.1
2019-12-02 13:02:46 +05:30
Gordon Johnston
f03bbfd704
fix property name in metadata docs ( #3419 )
...
* Fix property name
The key for the 'relationship' property is 'relationship' and not 'name'. The example is correct but the syntax table was wrong.
* fix second table
2019-11-29 18:04:07 +05:30
Thea Mushambadze
36195f4da1
add russian translation for readme ( #3186 )
2019-11-29 12:16:06 +05:30
nizar-m
9faadec005
remove usage of deprecated 'pytest.config' ( #3434 )
...
pytest is now at version 5.3
2019-11-29 10:44:26 +05:30
Marion Schleifer
95f96ee889
update docs for relational inserts and upserts ( close #1310 , #2293 ) ( #2889 )
2019-11-28 20:20:47 +05:30
Marion Schleifer
935abc2b39
add docs for seed data migration ( close #2431 ) ( #2870 )
2019-11-28 17:49:00 +05:30
Anwari Ilman
bf6364f817
add indonesian translation for readme ( #3258 )
2019-11-28 17:25:56 +05:30
FynnGrandke
83a7c9c267
add readme translation in german ( close #3328 ) ( #3341 )
2019-11-28 17:08:04 +05:30
Euler
56a217bbaa
add name to migrate status response ( close #2376 ) ( #3109 )
2019-11-28 17:06:16 +05:30
Anon Ray
c9b9ed5055
fix various functions to not create their own logger ( #3439 )
2019-11-28 14:33:14 +05:30
Rishichandra Wawhal
0019808c9b
allow setting check constraints on existing tables from console ( #3383 )
2019-11-27 15:01:05 +05:30
Anon Ray
490b639981
refactor some internal components ( #3414 )
2019-11-26 17:44:21 +05:30
Vamshi Surabhi
6abe8d7927
allow specifying an upper limit on the query plan cache size ( #3012 )
2019-11-25 11:12:23 -06:00
Rikin Kachhia
a81318e1ca
update offline console docs ( #3416 )
2019-11-25 17:00:41 +05:30
Marion Schleifer
64eb726568
update upsert column requirements in docs ( #3413 )
2019-11-25 15:05:36 +05:30
Marion Schleifer
9dd0606128
add pagination with aggregated data section to docs ( close #277 ) ( #2874 )
2019-11-21 14:12:56 +05:30
Tirumarai Selvan
d8af6915d4
move oidc error note to relevant position in auth0 docs guide ( #3385 )
2019-11-20 18:45:02 +05:30
Rakesh Emmadi
c4c5dd87ac
allow identical fields in custom column names configuration ( fix #3137 ) & improve root fields validation ( #3154 )
...
* allow identical column fields in 'custom_column_names'
* improve validation of custom column names
* improve 'checkForFieldConflicts' & validate custom column names with non column fields
* split `validateTableConfig` into two isolated validation logic
* improve validation of root fields
* improve validating custom root fields and duplicate root fields
* move 'validateCustomRootFields' to 'buildSchemaCache'
2019-11-20 06:40:56 -06:00
Rakesh Emmadi
9b8e6b42d1
functions can access session info via input arg ( close #2322 ) ( #3143 )
2019-11-20 12:17:06 +05:30
Tirumarai Selvan
2d5cdab60f
add run_sql api read_only arg to docs ( #3370 )
2019-11-20 11:57:49 +05:30
jjangga0214
f34a80c760
add install note for community npm package for cli ( close #2720 )( #3095 )
2019-11-20 11:50:28 +05:30
Tirumarai Selvan
aedcb319cf
add local dev note via ngrok to auth0 docs guide ( #3372 )
2019-11-20 11:42:44 +05:30
ShahAnuj2610
d2046d8023
make cursor pointer on track and cascade checkboxes in console RawSQL ( close #3276 ) ( #3364 )
2019-11-19 18:01:39 +05:30
Kevin Menard
a08c3cc06a
fix docs on how to roll back all migrations ( #3368 )
2019-11-19 12:00:24 +05:30
Rubensmp
417ea343ba
Brazilian Portuguese translation for README.md ( #3237 )
2019-11-19 11:19:24 +05:30
Marion Schleifer
ed5d11de2e
fine tune contributing guide ( #2854 )
2019-11-18 10:32:34 +05:30
Alexis King
ec6df7c884
Merge pull request #3356 from jberryman/issue-3312-dev.sh-support-python-3.7
2019-11-15 10:39:46 -06:00
Rakesh Emmadi
cbbcb5d1cf
document catalog versions and down migrations from beta.8 to beta.10 ( #3360 )
2019-11-15 20:42:01 +05:30
Rikin Kachhia
c05ebf8cde
fix console data hydration query ( close #3342 ) ( #3361 )
2019-11-15 20:34:10 +05:30
Anne Ogborn
dc1748b539
display untrackable functions on schema page ( close #2249 ) ( #2773 )
2019-11-15 20:23:57 +05:30