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
Tirumarai Selvan
5eb9d8887e
update mutation docs to make transactionality clearer ( #3358 )
2019-11-15 20:19:39 +05:30
Tirumarai Selvan
e1b4184fea
add sync-users section in auth0 integration docs guide ( #3355 )
2019-11-15 20:17:30 +05:30
Tirumarai Selvan
d2b2a58c0e
add read_only to run_sql metadata api ( #3191 )
2019-11-14 18:20:18 -06:00
Brandon Simmons
84cfe18b3c
dev.sh: combine tix from unit/haskell tests and integration tests in final report
2019-11-14 18:53:33 -05:00
Brandon Simmons
505ea4deef
dev.sh: support running only integration tests or haskell/unit tests individually
2019-11-14 18:53:33 -05:00
Brandon Simmons
256be84dba
dev.sh script: build before waiting for PG
2019-11-14 18:53:33 -05:00
Brandon Simmons
5827d652f6
In dev.sh tests: use postgres:11.5-alpine-postgis image which boots 3 sec faster
2019-11-14 18:53:33 -05:00
Brandon Simmons
9e0e42444b
Add 'venv' to top gitignore, as standard name convention lsfor python venv's in this project
2019-11-14 18:53:33 -05:00
Brandon Simmons
a1da8bcfdd
Fix product_mul_price test
...
The intention was to make this two cases, using a top-level YAML list.
The result was one test with duplicate keys (effectively only running
the second test). This is an error that's now flagged by newer ruamel.
Both tests needed to be "corrected" to pass and need review.
2019-11-14 18:53:33 -05:00
Brandon Simmons
92b1f9c93d
In tests: fix extraneous extra keys in yaml
2019-11-14 18:53:33 -05:00
Brandon Simmons
da78a77fb2
In tests/dev.sh: upgrade ruamel to support python 3.7. Closes #3312
...
Tested on python 3.5 and 3.7
We make light use of pyenv to set an appropriate python version if
installed. We could easily install a correct version too if we wanted
but that seemed invasive.
The newer ruamel was an annoying upgrade but also offers some
improvements that exposed some test suite issues (fixed later).
2019-11-14 18:53:33 -05:00
Maharaj Brahma
638dce542f
fix grammar, typo in some md files ( #3089 )
2019-11-14 13:26:50 +05:30
Juan Manuel Méndez Rey
30b343d37d
docs: fix typo ( #3321 )
2019-11-14 13:21:16 +05:30
SanyuktaSaha
058323b4a5
updated remote-schemas.md ( #2977 )
2019-11-14 13:20:25 +05:30
Samesh Lakhotia
da2db05a26
docs: fix typos ( #3278 )
...
`can deployed` -> `can be deployed`
Remove tautology: `exact same` -> `same`
2019-11-14 13:19:34 +05:30
Shahidh K Muhammed
98911df54e
update manifests to v1.0.0-beta.10
2019-11-14 11:20:09 +05:30
Tirumarai Selvan
ffeda35ff7
add few x-forwarded- headers ( close #2572 ) ( #3347 )
2019-11-13 14:25:11 -06:00
Tirumarai Selvan
3cad1319c4
improve event fetch query ( #3236 )
2019-11-13 12:59:19 +05:30
Rikin Kachhia
bd3eeed9fc
update console error page image paths ( #3340 )
2019-11-12 19:15:26 +05:30
ap
f36587a7de
add reload metadata instructions in docs ( close #2004 ) ( #3264 )
2019-11-12 18:39:00 +05:30
Rikin Kachhia
689c97e9a1
improve migration detection logic in Raw SQL page ( close #3266 ) ( #3306 )
2019-11-11 14:25:10 +05:30
Rikin Kachhia
4178230d93
get user confirmation before executing 'Track All' in console ( close #3318 ) ( #3323 )
2019-11-08 19:32:44 +05:30
Rakesh Emmadi
3888ceb24a
computed fields in export/import metadata, other fixes ( #3211 )
2019-11-07 20:09:48 +05:30
ap
5832adae73
escape params in console data section routes ( close #3164 ) ( #3275 )
2019-11-07 17:54:23 +05:30