Commit Graph

2703 Commits

Author SHA1 Message Date
João Correia
43ec9a07c9 fix(connection-elasticsearch): Add license comments in schema files. 2022-01-26 11:39:27 +00:00
João Correia
2c19747486 fix(connection-google-sheets): Fix connection-google-sheets plugin structure to work with version 4. 2022-01-25 21:00:57 +00:00
João Correia
3a35829eda fix(connection-stripe): Fix connection-stripe plugin structure to work with version 4. 2022-01-25 20:32:17 +00:00
João Correia
1baeb0faaa fix(connection-sendgrid): Fix connection-sendgrid plugin structure to work with version 4. 2022-01-25 20:26:08 +00:00
João Correia
a8b9da9707 fix(connection-mongodb): Fix connection-mongodb plugin structure to work with version 4. 2022-01-25 20:16:50 +00:00
João Correia
ffc9c35159 fix(connection-knex): Fix connection-knex plugin structure to work with version 4. 2022-01-25 20:06:06 +00:00
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
a6f39fbcd0
chore(build): Refactor writeBuildArtifact function. 2022-01-24 14:05:48 +02:00
Sam Tolmay
417f5cb004
fix(build): Fix build tests. 2022-01-24 12:51:57 +02:00
Sam Tolmay
f8d6665a01
Merge remote-tracking branch 'origin/v4' into dev-server-install-plugins 2022-01-24 11:36:43 +02:00
Gervwyk
205c39aa36 chore: Remove todo. 2022-01-24 09:54:32 +02:00
Sam
a1c369c5da
Merge branch 'v4' into port-setting 2022-01-24 09:46:50 +02:00
Gervwyk
56b5676fc5 chore: Fix typo in cli docs. 2022-01-24 09:43:14 +02:00
Gervwyk
0425f07e4a feat(cli): Pass package manager setting to dev server. 2022-01-23 22:05:42 +02:00
Gervwyk
db2338dc34 chore(cli): Fix to read port from options commandLineOptions. 2022-01-23 21:55:38 +02:00
Gervwyk
295faba2bf fix(cli): Fix icon in init command. 2022-01-23 21:42:22 +02:00
Gervwyk
9e16e2f9b9 feat(cli): Add port option for start command. 2022-01-23 21:41:07 +02:00
Gervwyk
f5b0e7e80f feat(server-dev): Add port setting to server-dev. 2022-01-23 21:34:12 +02:00
Gervwyk
546798a8fc feat(cli): Add port setting to dev command. 2022-01-23 21:33:44 +02:00
Gervwyk
e20cfdfdcb fix(cli): Change additional base dir references to config. 2022-01-23 15:05:55 +02:00
Gervwyk
f09c569f0e feat(cli): Rename base-directory to config-directory.
BREAKING CHANGE: Rename base-directory to config-directory.
2022-01-21 18:29:33 +02:00
Gervwyk
cd2b9ad395 fix(bock-utils): Fix icon properties, size might be an issue. 2022-01-21 18:26:24 +02:00
Gervwyk
da813c3d13 feat: Add start, start:dev and start:server-dev scripts for easy dev ️. 2022-01-21 18:25:25 +02:00
Gervwyk
1ef213b19d feat(build): Add command line args for build, config and server directories. 2022-01-21 18:24:00 +02:00
Sam Tolmay
fa389a17ef
fix(server-dev): Do not error if .env file does not exist. 2022-01-21 13:19:33 +02:00
Sam Tolmay
87163d1f0e
Merge remote-tracking branch 'origin/v4' into dev-server-file-watchers 2022-01-21 12:32:54 +02:00
Sam Tolmay
bc522684ab
feat(server-dev): Add .env and lowdefy version watchers. 2022-01-21 12:26:52 +02:00
Sam Tolmay
ad3511cce7
feat(server-dev): Clean up server-dev manager. 2022-01-21 11:25:07 +02:00
Gervwyk
5371430712 fix(node-utils): Convert writeFile function prototype. 2022-01-21 11:18:23 +02:00
Gervwyk
762df5ffc5 chore(node-utils): Fix emptyDir promise. 2022-01-21 11:10:58 +02:00
Sam Tolmay
b451c29b4a
fix(node-utils): Do not throw if readFile path is not resolved. 2022-01-21 10:58:43 +02:00
Sam Tolmay
9df6579198
fix(servr-dev): Fix 404 redirect so that browser back works. 2022-01-21 10:57:19 +02:00
Gervwyk
ceafdc8cfc feat(build): Copy files in config public folder to next public folder. 2022-01-20 16:10:55 +02:00
Gervwyk
852a77a627 feat(node-utils): Add copyDirectory. 2022-01-20 16:09:30 +02:00
Gervwyk
e15031d32d feat(node-utils): Replace rimraf with fs-extra. 2022-01-20 16:09:02 +02:00
Sam Tolmay
2530e31af7
chore: Release version 4.0.0-alpha.6. 2022-01-20 13:05:28 +02:00
Sam Tolmay
49f6c208ec
fix(cli): Fix CLI dev server command. 2022-01-20 13:03:22 +02:00
Sam Tolmay
b8c1d58ea8
feat(server-dev): Reload client window if dev server is restarted. 2022-01-20 12:45:23 +02:00
Sam Tolmay
42c09f467b
feat: Create wait helper function. 2022-01-20 11:52:23 +02:00
Sam Tolmay
3243383fbd
Merge remote-tracking branch 'origin/v4' into dev-server-reload 2022-01-20 11:23:25 +02:00
Sam
7a953bd4c3
Merge branch 'v4' into schema-config 2022-01-20 11:10:16 +02:00
Gervwyk
eee458b5b6 chore(build): Move test. 2022-01-20 11:08:42 +02:00
Sam Tolmay
ddf9d36d86
feat(server-dev): Add browser opener to dev server. 2022-01-19 18:12:12 +02:00
João Correia
da49931679 Merge branch 'v4' into v4-connection-secrets 2022-01-19 15:14:26 +00:00
João Correia
9ef2ccd131 feat: Add secrets to v4 servers 2022-01-19 15:09:16 +00:00
Sam Tolmay
02770f5709
feat(cli): Add v4 dev command to CLI. 2022-01-19 16:36:50 +02:00
Sam Tolmay
34b969819b
chore(deps): Upgrade swc development dependencies. 2022-01-19 11:57:40 +02:00
Sam Tolmay
1233911e94
Merge remote-tracking branch 'origin/v4' into dev-server-reload 2022-01-19 11:55:45 +02:00
Sam Tolmay
dd5ee07b5b
feat(server-dev): Dev server soft reload working. 2022-01-19 11:54:54 +02:00
Gervwyk
cb14f1712f feat(build): Move app.style.lessVariables to config.theme.lessVariables. 2022-01-18 16:22:40 +02:00
Gervwyk
fa6f8b9696 chore: Cleanup yarn install. 2022-01-18 14:25:33 +02:00
Gervwyk
b138485277 fix(server): Home is also returned in getRootConfig. 2022-01-18 14:19:17 +02:00
Gervwyk
fb8a7d213f chore(server-dev): Implement home and 404 page redirects. 2022-01-18 14:18:34 +02:00
Gervwyk
e732bf36b1 chore(api): Simplify findHome to getHomeAndMenus. 2022-01-18 14:16:58 +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
Gerrie van Wyk
7edbb4cc3b
Merge branch 'v4' into dev-server 2022-01-17 17:21:04 +02:00
Sam Tolmay
b4861d0892
feat(server-dev): Updates to dev server manager. 2022-01-17 16:49:12 +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
Sam Tolmay
b610a63a52
feat(server-dev): Add the abilty to restart the dev server. 2022-01-14 13:59:14 +02: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
ee1620bb41 fix(docs): Added redis connection documentation. 2022-01-13 09:47:32 +00: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
Gervwyk
620261476c Merge branch 'dev-server' into plugin-tests 2022-01-12 08:10:07 +02:00
João Correia
ee2315d69c feat: Create connection-redis plugin. 2022-01-11 17:04:51 +00:00
Sam Tolmay
f6d6a4e898
chore: Disable failing CLI tests. 2022-01-11 14:40:16 +02:00
Sam Tolmay
d1b879f501
Merge remote-tracking branch 'origin/v4' into dev-server
# Conflicts:
#	yarn.lock
2022-01-11 11:25:09 +02:00
Sam Tolmay
2de38b5020
chore: Update server dev scripts. 2022-01-11 11:23:22 +02:00
Gervwyk
4518a3f5d9 chore(block-dev): Fix render test function prototypes. 2022-01-11 09:58:44 +02: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
Sam Tolmay
7d2b150e11
Merge remote-tracking branch 'origin/v4' into dev-server 2021-12-10 15:00:29 +02:00
Sam Tolmay
6dd29c5ca9
feat(clie): Update BatchChanges to repeat and pass args to callback function. 2021-12-10 14:59:41 +02:00
Sandile
1e70c0f424 chore(build): Moved end if to end of block. 2021-12-10 10:43:51 +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
425823de7f fix(build): Updated write icon imports template. 2021-12-03 15:13:03 +02:00
Sandile
1d774a310a fix(blocks): Updated block meta, types and buildIcons. 2021-12-03 12:52:04 +02:00
Sam Tolmay
a29576d45e
feat(server-dev): Add dev server startup and config file watcher. 2021-12-02 14:01:25 +02:00
Sam Tolmay
8474aaf63c
feat: Add server manager and file watcher in reload event stream. 2021-12-01 17:50:40 +02:00
Sam Tolmay
a556eabdbb
feat: Add Server Sent Event reload rout and component. 2021-12-01 11:55:47 +02:00
Sam Tolmay
ce126df437
feat(server-dev): Fetch Lowdefy config client-side using swr. 2021-11-30 17:18:48 +02:00
Sam Tolmay
e76b40e839
feat: Init @lowdefy/server-dev package. 2021-11-30 16:34:19 +02:00
Sam Tolmay
a1d9c3bf7c
feat: Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. 2021-11-29 15:05:43 +02:00