Commit Graph

3375 Commits

Author SHA1 Message Date
Sam Tolmay
19bf81ad31
feat: Add start command to CLI. 2021-11-26 13:40:12 +02:00
Sam
bc3232bbae
Merge pull request #996 from lowdefy/build-with-less-vars
feat: Allow Less variables to be specified in server.
2021-11-26 13:30:43 +02:00
Sam Tolmay
bd8ccbdaf7
feat: Allow Less variables to be specified in server.
Closes #893.
2021-11-26 13:23:21 +02:00
Sam
d2dbdfd387
Merge pull request #995 from lowdefy/v4-cli-2
feat: Update server package json if plugin deps change.
2021-11-26 13:20:59 +02:00
Sam Tolmay
09f7bca3a2
feat: Update server package.json if plugin deps change.
Closes #943
2021-11-26 11:44:56 +02:00
Sam
9c89ea3c0a
Merge branch 'v4' into v4-cli-2 2021-11-26 10:47:51 +02:00
Sam Tolmay
088e210620
fix: V4 fixes. 2021-11-25 23:18:09 +02:00
Gerrie van Wyk
e6c8f39af6
Merge pull request #994 from lowdefy/v4-cli-2
V4 CLI build command.
2021-11-25 23:06:31 +02:00
Sam Tolmay
f711fa9fad
fix(cli): Add node shebang to index.js. 2021-11-25 23:00:27 +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
583ea87f2d
Merge remote-tracking branch 'origin/v4' into v4-cli-2 2021-11-25 21:56:34 +02:00
Sam
4dcd045f16
Merge pull request #993 from lowdefy/build-icons
Build icons
2021-11-25 21:55:42 +02:00
Gervwyk
e3b7eb7bf4 feat(build): Add build icons.js. 2021-11-25 21:45:51 +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
f6efc19f00
fix(build): Fix build default build directory. 2021-11-25 21:14:48 +02:00
Sam
d299a89a14
Merge pull request #992 from lowdefy/build-styles
Build styles
2021-11-25 21:10:30 +02:00
Sam Tolmay
4ac8365d6e
chore: Release version v4.0.0-alpha.2. 2021-11-25 21:06:07 +02:00
Sam Tolmay
3e58d59982
fix: Fixes for CLI build. 2021-11-25 21:00:55 +02:00
Sam Tolmay
f1d53e80ed
Merge remote-tracking branch 'origin/v4' into v4-cli-2 2021-11-25 17:32:09 +02:00
Sam Tolmay
7966538468
feat: Fetch, install and build @lowdefy/server from CLI. 2021-11-25 17:31:03 +02:00
Gerrie van Wyk
fe5ef7b766
Merge branch 'v4' into build-styles 2021-11-25 17:26:36 +02:00
Gerrie van Wyk
07e6644635
Merge pull request #991 from lowdefy/v4-cli
Cleanup CLI for V4.
2021-11-25 17:26:13 +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
Gervwyk
f898cfff5f feat(layout): Export styles.less. 2021-11-25 17:21:05 +02:00
Gervwyk
d0147743ec feat(build): Add styles.less in build. 2021-11-25 17:20:47 +02:00
JohannMoller
7612657220 chore: Add jest config, README and CHANGLOG to operators-js. 2021-11-25 16:21:03 +02:00
JohannMoller
a63ad76c0b chore(packages): Move tests next to files. 2021-11-25 15:55:18 +02:00
JohannMoller
e52a22eb9f feat(operators): Update node and webParser and tests. 2021-11-25 15:41:23 +02:00
Sam Tolmay
c97a8fa6b5
chore: Release version v4.0.0-alpha.1. 2021-11-25 13:37:00 +02:00
Sam Tolmay
86f32a1864
fix(build): Fix build if no lowdefy.yaml file is found. 2021-11-25 13:35:23 +02:00
Sam Tolmay
69fd84a063
chore: Update release workflow for v4. 2021-11-25 13:20:41 +02:00
Sam Tolmay
45489e68cd
fix(deps): Update dependency commander to v8.3.0. 2021-11-25 13:16:35 +02:00
Sam Tolmay
25e82f515f
fix(deps): Update dependency ora to v6.0.1. 2021-11-25 13:01:11 +02:00
Sam Tolmay
ea4f07784f
fix(deps): Update package axios to v0.24.0. 2021-11-25 12:57:55 +02:00
Sam Tolmay
2ded889ef7
fix(deps): Update package ajv to v8.8.2. 2021-11-25 12:56:33 +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
JohannMoller
364729916a feat(operators): Update node and web parser and move their tests. 2021-11-25 11:45:00 +02:00
JohannMoller
16f4da78ec feat(operators): Add other functions to operators export. 2021-11-25 11:37:12 +02:00
Sam Tolmay
67e8f8f1d8
chore: Remove unused packages from CLI 2021-11-25 11:12:04 +02:00
Sam Tolmay
e8a63fbc9b
chore: Change @lowdefy/server npm files property. 2021-11-25 11:11:40 +02:00
Gerrie van Wyk
ae93232123
Merge pull request #990 from lowdefy/build-create-plugin-imports
Build create plugin imports
2021-11-25 10:40:36 +02:00
Sam Tolmay
ca0b4b0d91
fix: Cleanup build script. 2021-11-24 17:53:32 +02:00
Sam Tolmay
14247eab07
feat(build): Write plugin imports and types.json during build. 2021-11-24 16:51:38 +02:00
Sam
120e306261
Merge pull request #987 from lowdefy/build-types
Add generateDefaultTypes script.
2021-11-24 14:56:59 +02:00