Commit Graph

142 Commits

Author SHA1 Message Date
João Correia
f0c55e8afd fix(connection-elasticsearch): Fix connection-elasticsearch plugin structure to work with version 4. 2022-01-25 19:53:59 +00:00
Sam Tolmay
2530e31af7
chore: Release version 4.0.0-alpha.6. 2022-01-20 13:05:28 +02:00
Sam Tolmay
42c09f467b
feat: Create wait helper function. 2022-01-20 11:52:23 +02:00
Sam Tolmay
34b969819b
chore(deps): Upgrade swc development dependencies. 2022-01-19 11:57:40 +02:00
Gervwyk
8660b6e1f0 fix(blocks-antd): Swap rc-animation for rc-motion in Label to fix modules build. 2022-01-18 14:15:51 +02:00
Gervwyk
21c66b9276 Merge branch 'v4' into dev-server-home-page 2022-01-18 10:12:46 +02:00
João Correia
72695cd55c Merge branch 'v4' into v4-redis-connection 2022-01-17 14:02:16 +00:00
João Correia
095b89072e fix(connection-redis): Add test for connection with url string and remove custom message for connection errors. 2022-01-17 13:59:39 +00:00
João Correia
11cef0059f fix(connection-redis): Add tests with mocked redis client and bumped @swc/core version. 2022-01-17 10:32:13 +00:00
João Correia
068461fd2f fix(connection-redis): Pin redis dependency to a fixed version and fix error messages. 2022-01-17 10:28:12 +00:00
Gervwyk
9db225060a chore(blocks-antd): Fix rc-animate import for modules. 2022-01-14 11:46:01 +02:00
Sandile
b96394456f fix(blocks-markdown): Refactored tests to use new Block config. 2022-01-14 11:43:51 +02:00
Sandile
e4f45908e9 fix(blocks-loaders): Refactored tests to use new Block config. 2022-01-14 11:36:43 +02:00
Sandile
d17e34ebf8 fix(blocks-echarts): Refactored tests to use new Block config. 2022-01-14 11:31:52 +02:00
Sandile
bd389752dc fix(blocks-color-selectors): Refactored tests to use new Block config. 2022-01-14 11:29:17 +02:00
Sandile
37ba69dd60 fix(blocks-basic): Refactored tests to use new Block config. 2022-01-14 11:15:14 +02:00
Sandile
1919560235 fix(blocks-antd): Refactored tests to use new Block config. 2022-01-14 10:59:40 +02:00
João Correia
f8d9f8e149 fix: Refactored connection-redis plugin to have non restrictive schemas. 2022-01-13 09:46:37 +00:00
Sandile
073a4f701d Merge branch 'plugin-tests' of https://github.com/lowdefy/lowdefy into plugin-tests 2022-01-12 10:58:42 +02:00
Gervwyk
3664557c2a chore(block-dev): debugging runMockRenderTests. 2022-01-12 10:33:37 +02:00
Sandile
d5f1c3f5a6 Merge remote-tracking branch 'origin/fix-markdown-build' into plugin-tests 2022-01-12 10:01:08 +02:00
Gervwyk
671778c7ae chore(blocks-markdown): Switch hljs from esm to cjs to fix build. 2022-01-12 09:50:36 +02:00
João Correia
ee2315d69c feat: Create connection-redis plugin. 2022-01-11 17:04:51 +00:00
Gervwyk
15ec80f841 chore(blocks-antd): Update ParagraphInput tests. 2022-01-11 09:58:04 +02:00
Gervwyk
d0bdd8a650 chore(blocks): Fix test config swc file path. 2022-01-10 14:54:19 +02:00
Gervwyk
8b74f68397 chore(operators-js): Fix getFromObject mock for _global. 2022-01-04 14:40:43 +02:00
Sam Tolmay
49e403c575
Merge remote-tracking branch 'origin/v4' into update-markdown
# Conflicts:
#	packages/plugins/blocks/blocks-markdown/src/types.js
2021-12-10 15:30:36 +02:00
Sam Tolmay
035b0c108b
fix: Fix blocks-markdown package dependencies. 2021-12-10 15:29:17 +02:00
Sandile
81f076fee6 chore(blocks-markdown): Refactored children prop in blocks. 2021-12-10 10:19:44 +02:00
Sandile
9eb7c3acbd fix(blocks-markdown): Upgraded react markdown dependencies. 2021-12-09 19:15:32 +02:00
Sandile
1d774a310a fix(blocks): Updated block meta, types and buildIcons. 2021-12-03 12:52:04 +02:00
Sam Tolmay
a1d9c3bf7c
feat: Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. 2021-11-29 15:05:43 +02:00
Sam Tolmay
270c92e16a
feat: 404 page working with next server
BREAKING CHANGE: The 404 page is now always publically accessible.
2021-11-29 13:24:51 +02:00
Sam Tolmay
d2e343eb8b
fix: Fix static files. 2021-11-29 13:16:33 +02:00
Sam Tolmay
62a752d66c
fix: Fix antd styles. 2021-11-29 13:00:33 +02:00
Sam Tolmay
71a9948d6b
chore: Update operators dependencies. 2021-11-29 11:41:43 +02:00
Sam Tolmay
127449e6b1
Merge remote-tracking branch 'origin/v4' into release-v4 2021-11-29 11:33:54 +02:00
Sam
d19e0e9145
Merge branch 'v4' into plugins-operators 2021-11-29 11:19:20 +02:00
JohannMoller
4e23fec8a4 feat: Add _diff to client operators as well as server. 2021-11-29 11:09:00 +02:00
Sandile
910bee0837 fix(blocks-antd): Added debounce condition to Selector and MultipleSelector 2021-11-29 10:01:08 +02:00
Sam Tolmay
995fcdb020
chore: Release version v4.0.0-alpha.5. 2021-11-27 11:21:34 +02:00
Sam Tolmay
41a9a30b30
fix: Fixes for V4. 2021-11-26 17:39:15 +02:00
JohannMoller
3a521ba8c1 feat: Create operators-yaml plugin. 2021-11-26 17:19:24 +02:00
JohannMoller
7ab243bfc7 feat: Create operators-uuid plugin. 2021-11-26 17:17:42 +02:00
JohannMoller
e3084aaffa feat: Create operators-mql plugin 2021-11-26 17:15:26 +02:00
JohannMoller
fde3a94ed9 feat: Add rest of operators-diff files. 2021-11-26 17:11:50 +02:00
JohannMoller
97885bef8c feat: Create operators-diff plugin. 2021-11-26 17:10:53 +02:00
JohannMoller
9aca6be86d feat: Create operators-change-case plugin 2021-11-26 17:10:06 +02:00
Sam
f0e81d668a
Merge branch 'v4' into plugins-operators-nunjucks 2021-11-26 16:54:38 +02:00
Sam
5622bf873a
Merge branch 'v4' into blocks-plugins 2021-11-26 16:50:27 +02:00
JohannMoller
d299d2f7ed feat: Create operators-nunjucks plugin. 2021-11-26 16:45:39 +02:00
Sandile
96f194dc50 fix: Refactored blocks for Lowdefy Version 4. 2021-11-26 16:26:40 +02:00
JohannMoller
21627f7f7a fix: Remove CHANGELOG file and aws plugin package peer depencies 2021-11-26 15:59:28 +02:00
JohannMoller
38cb073d73 chore: Update lowdefy packages version. 2021-11-26 15:22:48 +02:00
JohannMoller
3cfc5a1e46 Merge branch 'v4' into plugins-operators 2021-11-26 15:13:38 +02:00
JohannMoller
a864473d7f feat: Move server operators to operators-js plugin. 2021-11-26 15:12:01 +02:00
JohannMoller
1453e8e8d6 feat: Add client operators to operators-js. 2021-11-26 14:40:31 +02:00
JohannMoller
b6ffbf6001 feat: Update types.js and update packages 2021-11-26 14:16:30 +02:00
JohannMoller
42a80549e3 feat(operators): Move common operators to operators-js plugin 2021-11-26 14:15:33 +02:00
Sam Tolmay
537d166ba3
chore: Release version v4.0.0-alpha.4. 2021-11-25 22:26:03 +02:00
Sam Tolmay
e1becad087
fix: Plugin import fixes. 2021-11-25 22:24:52 +02:00
Sam Tolmay
ae388e4240
chore: Release version v4.0.0-alpha.3. 2021-11-25 21:22:30 +02:00
Sam Tolmay
04c54dfa1b
Merge remote-tracking branch 'origin/v4' into v4-cli-2 2021-11-25 21:16:15 +02:00
Sam Tolmay
4ac8365d6e
chore: Release version v4.0.0-alpha.2. 2021-11-25 21:06:07 +02:00
Gerrie van Wyk
fe5ef7b766
Merge branch 'v4' into build-styles 2021-11-25 17:26:36 +02:00
Gervwyk
d6c1cf7767 feat(connection-axios-http): Generate type.js from import. 2021-11-25 17:22:36 +02:00
Gervwyk
c4900b496d feat(blocks-basic): Add styles export to types.js. 2021-11-25 17:21:46 +02:00
JohannMoller
7612657220 chore: Add jest config, README and CHANGLOG to operators-js. 2021-11-25 16:21:03 +02:00
Sam Tolmay
c97a8fa6b5
chore: Release version v4.0.0-alpha.1. 2021-11-25 13:37:00 +02:00
Sam Tolmay
ea4f07784f
fix(deps): Update package axios to v0.24.0. 2021-11-25 12:57:55 +02:00
Sam Tolmay
338d30fc5c
chore: Update dev dependencies. 2021-11-25 12:54:50 +02:00
Sam Tolmay
ddfcdc5aa8
chore(cli): Cleanup cli package for v4. 2021-11-25 12:42:48 +02:00
JohannMoller
8cf6a69284 Merge branch 'v4' into plugins-operators 2021-11-25 11:45:57 +02:00
JohannMoller
fc0dc29ad8 feat: Create operators-js plugins. 2021-11-25 11:45:44 +02:00
Sam Tolmay
14247eab07
feat(build): Write plugin imports and types.json during build. 2021-11-24 16:51:38 +02:00
Gervwyk
18a486384d feat(build): Add generateDefaultTypes script. 2021-11-24 14:47:44 +02:00
Gervwyk
336bb93a98 chore(blocks): Update blocks build script to only copy build files. 2021-11-22 22:57:19 +02:00
Sam Tolmay
3a95ec1949
chore: Bump to version v4.0.0-alpha.0. 2021-11-22 17:33:18 +02:00
Sam Tolmay
2d3633e037
chore: Move @lowdefy/color package into @lowdefy/blocks-antd. 2021-11-22 17:25:35 +02:00
Sam Tolmay
cd50ec011d
chore: Move packages to utils and plugins directories. 2021-11-22 17:20:33 +02:00
Sam Tolmay
b0190bc46b
Merge remote-tracking branch 'origin/v4' into plugins 2021-11-22 16:53:27 +02:00
Sam Tolmay
7db2640974
feat: Pass components to blocks in server, setup Icon. 2021-11-22 16:50:52 +02:00
Sam Tolmay
739704496d
chore: Delete unused file. 2021-11-22 16:10:22 +02:00
Sam Tolmay
f651ed7639
feat: Restructure plugin files. 2021-11-22 16:10:02 +02:00
Sam Tolmay
8d6abe27f9
feat: Requests working on next server 2021-11-17 16:06:35 +02:00
Sam Tolmay
e341d8ded2
feat: Fixes fro requests in next server 2021-11-16 10:52:20 +02:00
Sam Tolmay
5f5ca1b52e
chore: Remove @lowdefy/api as peer dep from connections 2021-11-15 17:03:03 +02:00
Sam Tolmay
53278a3128
feat: Update google sheets and mongodb connections to plugin structure. 2021-11-09 14:54:58 +02:00
Sam Tolmay
d0e751af47
feat: Convert knex, sendgrid and stripe connections to plugin structure. 2021-11-09 13:15:33 +02:00
Sam Tolmay
9cb4097470
fix(connection-elasticsearch): Fix elasticsearch tests after plugin update. 2021-11-09 12:21:03 +02:00
Sam Tolmay
a277fd0f6b
feat: Convert connection elasticsearch to plugin structure. 2021-11-09 11:45:34 +02:00
Sam Tolmay
f20cfef49d
feat: Update aws and axios packages to use new plugin structure. 2021-11-09 11:14:41 +02:00