Commit Graph

156 Commits

Author SHA1 Message Date
Sandile
b67e77d56c feat(actions-core): Added Logout action test. 2022-02-11 12:36:18 +02:00
Sandile
ba6ac71731 feat(actions-core): Added Login action test. 2022-02-11 12:34:08 +02:00
Sandile
d04cc031d9 feat(actions-core): Added Link action test. 2022-02-11 12:30:31 +02:00
Sandile
f9333e5a4f feat(actions-core): Added CallMethod action test. 2022-02-11 12:10:31 +02:00
Sandile
abb74afc8e fix(actions-core): Updated Wait action tests to use new plugin config. 2022-02-11 11:25:20 +02:00
Sandile
ccf4fd14c3 fix(actions-core): Updated Throw action tests to use new plugin config. 2022-02-11 11:19:16 +02:00
Sandile
ae202f2d1d fix(actions-core): Updated ScrollTo action tests. 2022-02-11 11:01:00 +02:00
Sandile
2f6189b640 fix(actions-core): Added testContext for action testing. 2022-02-11 10:58:58 +02:00
Sandile
25b656f115 fix(actions-core): Updated ScrollTo action to include param error handling. 2022-02-11 10:51:40 +02:00
Sandile
4bfc102663 chore(actions-core): Refactor action function declarations. 2022-02-09 10:18:11 +02:00
Sandile
d00d39cd42 chore(actions-core): Refactored ScrollTo action. 2022-02-08 16:56:23 +02:00
Sandile
bc79114c4b chore(actions-core): Refactor action function declarations. 2022-02-08 14:55:01 +02:00
Sandile
ebc27c7f38 chore(actions-core): Refactor action method parameters. 2022-02-08 11:30:07 +02:00
Sandile
563900ba49 fix(actions-core): Refactored actions to use actions interface. 2022-02-07 13:56:30 +02:00
Sandile
dd24ec6502 chore(actions-core): Deleted JsAction action. 2022-02-04 16:52:46 +02:00
Sandile
6838da620e chore(plugins): Added "lowdefy plugin" keyword to plugins packages. 2022-02-04 16:50:12 +02:00
Sandile
b08ef1d394 feat(actions-core): Refactored @lowdefy/engine and added actions-core package to plugins. 2022-02-04 16:46:16 +02:00
Sam Tolmay
f1d677d8b0
chore: Remove dev dependency babel. 2022-02-03 07:28:03 +02:00
Gervwyk
66a42c7dc5 fix(connection-google-sheets): Revert mingo system imports. 2022-02-02 16:21:19 +02:00
Sam Tolmay
d082d0c335
fix: Fix V4 tests. 2022-02-02 15:01:06 +02:00
Sam Tolmay
145dcdacc1
fix(deps): Update dependency mingo to v6.0.0. 2022-02-01 18:35:34 +02:00
Sam Tolmay
2345330171
fix(deps): Update dependency react to v18.0.0-rc.0
.
2022-02-01 18:29:07 +02:00
Sam Tolmay
6848ade275
fix(deps): Update dependency mssql to v8.0.1. 2022-02-01 18:26:56 +02:00
Sam Tolmay
26863fc41b
fix(deps): Update dependency knex to v1.0.1.
BREAKING CHANGE: The Knex driver has been updated to v1.0.1 which has some changes in the returned values. See https://github.com/knex/knex/releases.
2022-02-01 17:33:06 +02:00
Sam Tolmay
f04e35bff2
fix(deps): Update dependency react-markdown to v8.0.0. 2022-02-01 17:22:17 +02:00
Sam Tolmay
8c4577087b
chore(deps): Update dev dependency @testing-library/dom to v8.11.3. 2022-02-01 17:19:18 +02:00
Sam Tolmay
33805944e3
fix(deps): Update emotion css packages. 2022-02-01 17:15:47 +02:00
Sam Tolmay
2c62cc2d32
fix(deps): Update dependency google-spreadsheet to v3.2.0. 2022-02-01 17:05:43 +02:00
Sam Tolmay
6571f988c0
fix(deps): Update dependency echarts to v5.3.0. 2022-02-01 17:04:12 +02:00
Sam Tolmay
e5f7ed6494
fix(deps): Update dependency echarts-for-react to v3.0.2. 2022-02-01 17:02:45 +02:00
Sam Tolmay
41dbc3d67f
fix(deps): Update dependency dompurify to v2.3.5. 2022-02-01 16:57:33 +02:00
Sam Tolmay
766acde8de
fix(deps): Update dependency aws-sdk to v2.1066.0. 2022-02-01 16:53:45 +02:00
Sam Tolmay
e13b0f18c2
fix(deps): Update dependency rehype-raw to v6.1.1. 2022-02-01 16:50:52 +02:00
Sam Tolmay
c4b0e75796
fix(deps): Update dependency redis to v4.0.3. 2022-02-01 16:45:30 +02:00
Sam Tolmay
f44d267e6f
fix(deps): Update dependency @sendgrid/mail to v7.6.0. 2022-02-01 16:44:31 +02:00
Sam Tolmay
ed1346ebd4
fix(deps): Update dependency @elastic/elasticsearch to v7.16.0. 2022-02-01 16:43:37 +02:00
Sam Tolmay
964efb445b
fix(deps): Update dependency stripe to v8.201.0. 2022-02-01 16:42:44 +02:00
Sam Tolmay
b3c45ca407
chore(deps): Update jest development dependencies. 2022-02-01 16:35:36 +02:00
Sam Tolmay
ddf13bb7f8
fix(deps): Update dependency axios to v0.25.0. 2022-02-01 16:28:11 +02:00
Sam Tolmay
2c688d5710
chore(deps): Update dependency @swc/core to v1.2.135. 2022-02-01 16:19:03 +02:00
Sam Tolmay
b233fb087e
chore(deps): Update babel dev dependencies. 2022-02-01 16:11:13 +02:00
Gerrie van Wyk
859ab85976
Merge branch 'v4' into plugin-tests 2022-02-01 14:06:15 +02:00
João Correia
57df800d70 Merge branch 'v4' into v4-connection-google-sheets 2022-02-01 10:43:29 +00:00
João Correia
f322e53245 Merge branch 'v4' into v4-connection-stripe 2022-02-01 10:13:22 +00:00
João Correia
8be05fc9eb Merge branch 'v4' into v4-connection-sendgrid 2022-02-01 09:55:43 +00:00
João Correia
b69f94c31d Merge branch 'v4' into v4-connection-mongodb 2022-02-01 09:43:15 +00:00
Gerrie van Wyk
d55381c6f6
Merge branch 'v4' into plugin-tests 2022-01-28 11:37:11 +02:00
João Correia
ce234346f1 Merge branch 'v4' into v4-connection-google-sheets 2022-01-27 10:36:38 +00:00
João Correia
cf377a1cee Merge branch 'v4' into v4-connection-mongodb 2022-01-27 10:35:25 +00:00
João Correia
2ae3fcce34 Merge branch 'v4' into v4-connection-knex 2022-01-27 10:33:16 +00:00