Commit Graph

2850 Commits

Author SHA1 Message Date
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
Sam
774202d45d
chore(deps): Upgrade dev dependency jest. 2022-02-12 14:38:39 +02:00
Gervwyk
a78796261a chore(docs): Fix typo. 2022-02-11 17:40:40 +02:00
Sandile
10cc7ea143 chore(engine): Updated request action test method. 2022-02-11 17:14:11 +02:00
Gervwyk
53117b88cf fix: Update docs for Anchor.
BREAKING CHANGE: href and strong property removed for Anchor block, replaced with Link properties.
2022-02-11 17:13:18 +02:00
Sandile
b854e66b5c chore(engine): Updated link action test method. 2022-02-11 17:11:43 +02:00
Sandile
140218075f fix(actions-core): Added scrollTo with no params error test. 2022-02-11 16:59:17 +02:00
Sandile
32c0b7c96f fix(engine): Changed method action from getRequest to getRequestDetails. 2022-02-11 16:49:55 +02:00
Sandile
d79d832d48 chore(actions-core): Changed Link Action function declaration. 2022-02-11 16:45:00 +02:00
Sandile
a9bfe65f42 feat(actions-core): BREAKING CHANGE - The Message action was renamed to DisplayMessage. 2022-02-11 16:44:33 +02:00
Sandile
6c3abb71e8 feat(engine): BREAKING CHANGE - The Message action was renamed to DisplayMessage.
BREAKING CHANGE: The Message action was renamed to DisplayMessage.
2022-02-11 16:44:21 +02:00
Gervwyk
96ed764458 fix(server-dev): Fix redirect. 2022-02-11 16:42:57 +02:00
Sandile
a03128fc26 chore(actions-core): Separated guard and if-else statement in ScrollTo action. 2022-02-11 16:18:20 +02:00
Sandile
4f838cf0a1 chore(engine): Reorder triggerEvents in validate and resetValidation methods. 2022-02-11 16:15:26 +02:00
Sandile
66e5e2a699 chore(engine): Removed object default from getUser action params. 2022-02-11 15:58:54 +02:00
Sandile
18a2385dfe chore(engine): Refactor displayMessage action params. 2022-02-11 15:56:41 +02:00
Sandile
9988b3051a chore(engine): Remove comments to silence errors and logs from createRequest test. 2022-02-11 15:47:39 +02:00
Sandile
4de9b0e377 chore(engine): Removed getGetUrlQuery object default. 2022-02-11 15:40:46 +02:00
Sandile
2e3ecdf086 chore(engine): Removed getInput object default. 2022-02-11 15:39:30 +02:00
Sandile
e2cd39f147 chore(engine): Removed getGlobal default object: lowdefyGlobal. 2022-02-11 15:33:07 +02:00
Sandile
abbf7cc75e chore(engine): Refactor action method names to be the same as export. 2022-02-11 15:24:34 +02:00
Gervwyk
2e531b3852 fix: Update createLink tests. 2022-02-11 15:19:12 +02:00
Gervwyk
1189a8bdbb fix: Convert links to use pathname and query. 2022-02-11 14:56:34 +02:00
Gervwyk
d487a1c7fd feat: Link and basePath implementation for dev server. 2022-02-11 14:56:01 +02:00
Gervwyk
1294914fae fix: Convert link to pass pathname and query separately. 2022-02-11 14:55:18 +02:00