Gerrie van Wyk
|
466e61f7c6
|
Merge branch 'develop' into build-operators
|
2022-03-16 17:45:12 +02:00 |
|
Sam
|
837b00a3f7
|
Merge remote-tracking branch 'origin/develop' into build-operators
# Conflicts:
# packages/build/package.json
# packages/build/src/build/buildRefs/runTransformer.js
# packages/plugins/operators/operators-js/package.json
# yarn.lock
|
2022-03-16 16:28:39 +02:00 |
|
Sam
|
fa46d22675
|
feat(docs): Implement docs filter default value operator as plugin.
|
2022-03-03 16:01:29 +02:00 |
|
Sam
|
5ddf739103
|
feat: Create types map for custom plugins.
|
2022-03-02 11:19:36 +02:00 |
|
Gervwyk
|
35db96e54f
|
Merge branch 'develop' into fix-docs
|
2022-03-01 08:32:30 +02:00 |
|
Gervwyk
|
16d56ea950
|
chore: Replace react-color with react-colorful.
|
2022-02-28 18:33:48 +02:00 |
|
Sam
|
3d3a5c538b
|
chore(server-dev): Fix yaml dependency specification in package json.
|
2022-02-22 17:25:03 +02:00 |
|
Gervwyk
|
f3abf4c68f
|
Merge branch 'react-downgrade' into fix-docs
|
2022-02-22 00:30:34 +02:00 |
|
Gervwyk
|
07dc80a08d
|
fix(block-utils): Wrap Icon in antd Icon component.
|
2022-02-22 00:28:39 +02:00 |
|
Gervwyk
|
7601913cef
|
chore: Cleanup pnp.
|
2022-02-21 18:07:58 +02:00 |
|
Gervwyk
|
1b38fd3e74
|
fix: Revert back to react 17.0.2.
|
2022-02-21 17:39:19 +02:00 |
|
Gervwyk
|
b6d9514643
|
Merge branch 'develop' into build-docs
|
2022-02-21 16:20:39 +02:00 |
|
Gervwyk
|
626a2e63fc
|
Revert "Revert "fix: Update antd to v4.18.2.""
This reverts commit 24dae3179768dc0da808662c0cdb0403cddebc5b.
|
2022-02-21 15:08:40 +02:00 |
|
Gervwyk
|
24dae31797
|
Revert "fix: Update antd to v4.18.2."
This reverts commit db7863feccf7bda341e934336479a41a1d8553a5.
|
2022-02-21 13:44:12 +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 |
|
Gervwyk
|
db7863fecc
|
fix: Update antd to v4.18.2.
|
2022-02-21 00:36:20 +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 |
|
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 |
|
Sandile
|
1d70f64983
|
feat(actions-core): Updated DisplayMessage action and tests to include edge cases.
|
2022-02-15 14:29:33 +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 |
|
Gervwyk
|
02f3c77a0d
|
chore: Fix pnp and lock file.
|
2022-02-14 14:57:39 +02:00 |
|
Sam
|
78480e8002
|
fix(cli): Fix jest es module mocks.
|
2022-02-14 14:29:45 +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 |
|
Sandile
|
5ec469bc25
|
Merge branch 'develop' into plugins-actions
|
2022-02-11 14:09:06 +02:00 |
|
Sandile
|
2f6189b640
|
fix(actions-core): Added testContext for action testing.
|
2022-02-11 10:58:58 +02:00 |
|
Sandile
|
f8962c6451
|
fix(engine): Updated validate action method test to use new plugin config.
|
2022-02-10 17:18:43 +02:00 |
|
Sandile
|
576e3a9fe8
|
fix(engine): Fixed validate action method context reference.
|
2022-02-10 15:35:17 +02:00 |
|
Sandile
|
48cd2515e5
|
fix(engine): Updated message action method test to use action & block plugin config.
|
2022-02-10 10:10:34 +02:00 |
|
Sam
|
80b047fb8e
|
fix(deps): Downgrade dependency swr to v1.1.2.
https://github.com/vercel/swr/issues/1822
|
2022-02-08 16:16:19 +02:00 |
|
Sandile
|
a144735e2c
|
feat(build): Added @lowdefy/actions-core plugin to build process.
|
2022-02-08 14:58:39 +02:00 |
|
Sam
|
e3f3ad269f
|
chore(docs): Fix docs test config.
|
2022-02-07 14:00:47 +02:00 |
|
João Correia
|
15feb351d6
|
Fix(connection-mongodb): Update mongoDB driver dependency.
|
2022-02-06 15:47:28 +00:00 |
|
Sam
|
0fafedf77b
|
Merge branch 'develop' into remove-babel
|
2022-02-03 12:43:39 +02:00 |
|
Sam
|
ea28ea51c2
|
fix: Downgrade dependency ora to v5.4.1
https://github.com/yarnpkg/berry/issues/3843
|
2022-02-03 12:06:04 +02:00 |
|
Sam Tolmay
|
f1d677d8b0
|
chore: Remove dev dependency babel.
|
2022-02-03 07:28:03 +02:00 |
|
Gervwyk
|
e3b5891d35
|
chore: Update yarn lock.
|
2022-02-02 16:29:42 +02:00 |
|
Gervwyk
|
f894cb421e
|
Revert "chore: Update yarn.lock"
This reverts commit 25e7509971285e25e2fdfbb0ff3409b5163f4593.
|
2022-02-02 16:15:23 +02:00 |
|
Sam Tolmay
|
25e7509971
|
chore: Update yarn.lock
|
2022-02-01 18:39:29 +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
|
aebd5bec6b
|
fix(deps): Update dependency commander to v9.0.0.
|
2022-02-01 18:24:43 +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 |
|