Commit Graph

2614 Commits

Author SHA1 Message Date
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
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
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
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
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
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