2875 Commits

Author SHA1 Message Date
Sam
52ec14639d
chore: Release v4.0.0-alpha.7 2022-02-21 12:30:00 +02:00
Gerrie van Wyk
6759833b88
Merge branch 'develop' into fix-tests 2022-02-21 12:19:49 +02:00
Sam
a3946bd272
chore: Exclude index files from plugin coverage tests. 2022-02-21 11:13:25 +02:00
Sam
550f253778
Merge remote-tracking branch 'upstream/develop' into update-mongodb
# Conflicts:
#	.pnp.cjs
#	yarn.lock
2022-02-21 10:57:08 +02:00
Sam
0655365681
fix(connection-mongodb): Update dependency mongodb to v4.4.0. 2022-02-21 10:53:03 +02:00
Sam
7f0fccffe3
fix(connection-mongodb): Update MongoDB connection docs
BREAKING CHANGE: The MongoDB driver was updated to v4, which has some changes to the option variable names.
2022-02-21 10:52:02 +02:00
Gervwyk
cbb71d809b feat(operators): Change dependancy from js-yaml to yaml.
BREAKING CHANGE: _yaml.parse now takes an array or an object data instead of a string.
2022-02-18 15:52:25 +02:00
Gervwyk
27a2361fc6 fix(docs): Comment our JsAction usage. 2022-02-16 17:05:48 +02:00
Gervwyk
f0889d238c fix(build): Add writeActionImports to build. 2022-02-16 17:05:19 +02:00
Gervwyk
244b70bfc5 Merge branch 'develop' into build-docs 2022-02-16 14:29:07 +02:00
Gervwyk
9eea4f10b1 fix(docs): Add CircleColorSelector to transformer and fix typo. 2022-02-16 14:20:27 +02:00
Sam
e9fbe55baa
chore: Fix @lowdefy/plugin-aws dependencies, remove unused comments. 2022-02-16 12:03:33 +02:00
Sam
64043d3dde
fix(plugin-aws): Convert @lowdefy/plugin-aws to new plugin package structure. 2022-02-16 11:46:50 +02:00
Sam
fdda1ded52
chore: Convert jest config files to es modules. 2022-02-16 11:45:55 +02:00
Sam
9d0cc45cff
fix: Fix util package tests. 2022-02-16 11:45:01 +02:00
Sam
e06fee8c14
Merge branch 'develop' into build-docs 2022-02-16 10:59:18 +02:00
Gervwyk
ce8640d85b fix(blocks-antd): Temporary for schema for TimelineList. 2022-02-16 09:57:55 +02:00
Gervwyk
e4369bb345 fix(docs): Update paths for all blocks and some icon name fixes. 2022-02-16 09:57:03 +02:00
Gervwyk
bb36b55d7c fix(build): Events with try defined should add default for catch. 2022-02-16 09:55:12 +02:00
Gervwyk
7a90f5b3ed fix(blocks-color-selectors): Fix typo in style import. 2022-02-16 09:50:42 +02:00
Sandile
55519c5c59 feat(engine): Added getRequestDetails action method test. 2022-02-15 17:33:34 +02:00
Sandile
384d2645d7 feat(engine): Added getState action method test. 2022-02-15 17:14:31 +02:00
Sandile
f7156f5e6f feat(engine): Added getUser action method test. 2022-02-15 17:12:20 +02:00
Sandile
6665f2eaa0 feat(engine): Added getUrlQuery action method test. 2022-02-15 17:11:23 +02:00
Sandile
5578f46978 feat(engine): Added getInput action method test. 2022-02-15 17:02:12 +02:00
Sandile
61d23a282a feat(engine): Added getGlobal action method test. 2022-02-15 16:49:20 +02:00
Sandile
031535c553 feat(engine): Added getEvent action method test. 2022-02-15 16:44:30 +02:00
Sandile
602e114040 feat(engine): Added getPageId action method test. 2022-02-15 16:21:04 +02:00
Sandile
5802217d3c feat(engine): Added getBlockId action method test. 2022-02-15 16:18:12 +02:00
Sandile
c79c7ed11d feat(engine): Added getActions action method test. 2022-02-15 16:12:27 +02:00
Sandile
3d85e26ac5 fix(actions-core): Changed param type check in DisplayMessage action. 2022-02-15 15:09:14 +02:00
Sandile
578be12da8 chore(actions-core): Bumped jest to 27.5.1. 2022-02-15 15:07:28 +02:00
Sandile
3fd8256b82 Merge branch 'develop' into plugins-actions 2022-02-15 14:36:13 +02:00
Sandile
1d70f64983 feat(actions-core): Updated DisplayMessage action and tests to include edge cases. 2022-02-15 14:29:33 +02:00
Gervwyk
b3c980d2bf fix(build): Move page not an object error to addDefaultPages. 2022-02-15 13:22:18 +02:00
Gervwyk
cccaabcdae fix(build): Throw instead of logging error for build. 2022-02-15 13:05:13 +02:00
Gervwyk
0128df671a chore(build): Fix error message for runTransformer. 2022-02-15 12:57:44 +02:00
Gervwyk
07902b0e06 feat(cli): Add config option for server-dev and server directories. 2022-02-15 12:39:32 +02:00
Gervwyk
5bc113b18c fix(build): Fix error message when block is not an object. 2022-02-15 12:38:14 +02:00
Gervwyk
d796de3cc7 fix(build): Throw better error for incorrect user transformer functions. 2022-02-15 12:37:12 +02:00
Sandile
46ad3c0798 fix(engine): Reverted index based block id change in callMethod action test. 2022-02-15 12:31:08 +02:00
Sandile
d8121b7605 Merge branch 'develop' into plugins-actions 2022-02-15 12:15:35 +02:00
Sam
621dd08212
Merge remote-tracking branch 'origin/develop' into fix-jest-es-modules
# Conflicts:
#	.pnp.cjs
#	yarn.lock
2022-02-14 15:44:59 +02:00
Sam
78480e8002
fix(cli): Fix jest es module mocks. 2022-02-14 14:29:45 +02:00
Gervwyk
540aa035d2 fix: Move S3UploadButton to plugin-aws. 2022-02-14 12:58:22 +02:00
Gervwyk
64a076cdc9 fix: Fix import issues for build. 2022-02-14 12:46:39 +02:00
Gervwyk
1365fb3908 chore: Update mingo to v6.0.4. 2022-02-14 12:44:16 +02:00
Sam
a4d089afa2
fix(build): Fix jest with es modules. 2022-02-12 17:28:00 +02:00
Sam
58655cba19
fix(api): Fix callRequest tests. 2022-02-12 16:57:25 +02:00
Sam
d69a4dca33
fix(api): Fixes using jest with es modules. 2022-02-12 14:42:39 +02:00