Commit Graph

2947 Commits

Author SHA1 Message Date
Sam Tolmay
15e1be90d0 feat: Add authentication flows 2021-10-20 16:34:17 +02:00
Sam Tolmay
30f7267c3e fix(api): JSON web token tests and fixes. 2021-10-19 10:59:34 +02:00
Sam Tolmay
cd82729c5d feat(blockTools): Update useDynamicScript. 2021-10-18 12:06:18 +02:00
Sam Tolmay
457890bea6 feat(api): Add api tests and fixes. 2021-10-15 17:23:07 +02:00
Sam Tolmay
1f4b2f29de feat(api): Api package tests and fixes. 2021-10-15 15:01:17 +02:00
Sam Tolmay
4a97f4c3be feat(server): Add auth routes to server. 2021-10-15 11:46:33 +02:00
Sam Tolmay
a039f41526 feat(api): Add authorization functions. 2021-10-15 11:03:04 +02:00
Sam Tolmay
c24bcf1931 feat: Render Lowdefy blocks in client package. 2021-10-13 18:13:37 +02:00
Sam Tolmay
3f53d8b20f feat: Build html files for each page, and serve from api 2021-10-13 17:07:28 +02:00
Sam Tolmay
909cef766d feat: Init @lowdefy/client package 2021-10-13 14:18:59 +02:00
Sam Tolmay
0d2c1c34d9 feat(server): Convert server to fastify. 2021-10-12 17:19:03 +02:00
Sam Tolmay
cbe75694f1 feat(api): Init package @lowdefy/api 2021-10-11 15:55:04 +02:00
Gerrie van Wyk
5226ca25a7
Merge pull request #884 from lowdefy/remove-nested-contexts
Remove nested contexts
2021-10-07 02:14:49 +02:00
SamTolmay
b28c65e1b5
fix(operators): Fix _switch operator tests. 2021-10-06 16:34:27 +02:00
SamTolmay
ceb266d5e0
fix: Remove nested contexts code review fixes. 2021-10-06 16:28:59 +02:00
SamTolmay
571c2a95c4
Merge branch 'v4' into remove-nested-contexts 2021-10-01 19:17:10 +02:00
SamTolmay
6f89b8fa93
Merge remote-tracking branch 'origin/develop' into v4 2021-10-01 19:16:18 +02:00
SamTolmay
b7f327213f
Merge remote-tracking branch 'origin/main' into develop 2021-10-01 19:15:36 +02:00
SamTolmay
56eeea1c2e
Merge remote-tracking branch 'origin/develop' into v4 2021-10-01 19:15:22 +02:00
SamTolmay
09d63cfdcc
feat(render): Remove support for nested contexts on a page.
Closes #884

BREAKING CHANGE: Multple contexts on a page are no longer supported. Context category blocks no longer exist, and the first block on a bage no longer needs to be of category context.
2021-10-01 16:33:42 +02:00
SamTolmay
612f783a00
feat(engine): Remove support for nested contexts. 2021-10-01 15:45:26 +02:00
SamTolmay
1abc5426fb
feat(operators): Remove ability to get from another context.
BREAKING CHANGE: Getter operators can no longer get from another context.
2021-10-01 13:58:10 +02:00
SamTolmay
67141dd2c1
fix(graphql): Fix graphql tests fro removed contextId. 2021-10-01 13:06:31 +02:00
SamTolmay
8899e6f642
fix(blocksBasic): Remove Context block tests. 2021-10-01 12:56:48 +02:00
SamTolmay
36cf2cf4f8
feat(graphql): Remove support for nested contexts on a page. 2021-10-01 12:45:18 +02:00
SamTolmay
b003b76182
feat(build): Remove support for nested contexts on a page. 2021-10-01 12:44:43 +02:00
SamTolmay
6bc03c86b8
feat(blocks): Convert all context category blocks to container. 2021-10-01 11:33:31 +02:00
Gerrie van Wyk
0430af9917
Merge pull request #882 from lowdefy/fix-issue-template
chore: Update bug report template.
2021-10-01 10:39:02 +02:00
SamTolmay
cc9bce9baa
chore: Update bug report template. 2021-09-30 15:46:24 +02:00
Sam
2dd027f9ae
Merge pull request #876 from lowdefy/replace-server-state-with-payload
feat: Replace server side state with payload and _payload operator.
2021-09-30 15:42:52 +02:00
SamTolmay
72c82282a3
fix(docs): Document that _index operator is client side only. 2021-09-30 14:36:43 +02:00
SamTolmay
e8a2141812
fix(engine): Add tests for payload change. 2021-09-30 14:35:21 +02:00
SamTolmay
43c2507b95
fix(build): Update build tests for payload change. 2021-09-30 14:08:57 +02:00
SamTolmay
add263181a
fix(graphql): Fix graphql RequestInput schema 2021-09-30 12:01:17 +02:00
SamTolmay
dc41f69330
fix(operators): Fix operator tests for payload change. 2021-09-30 12:00:56 +02:00
SamTolmay
ec777ca4b9
fix(operators): _index operator is no longer supported in node env.
BREAKING CHANGE: The _index operator is no longer supported in node env.
2021-09-30 12:00:25 +02:00
Gerrie van Wyk
533f105245
Merge pull request #866 from lowdefy/switch-operator
feat(operators): Added Switch operator.
2021-09-29 12:50:32 +02:00
Sandile
59bf1e2f21 Merge branch 'switch-operator' of https://github.com/lowdefy/lowdefy into switch-operator 2021-09-29 12:02:24 +02:00
Sandile
cdbd0e0d22 fix(operators): Updated switch operator to for... ...of syntax. 2021-09-29 12:02:18 +02:00
SamTolmay
1f928d93db
feat: Replace server side state with payload and _payload operator.
BREAKING CHANGE:  The _event, _global, _input, _state, and _url_query operators are no longer evaluated in connections or requests.
2021-09-29 11:13:55 +02:00
Gerrie van Wyk
f4cfabf033
Merge pull request #865 from lowdefy/version-3-22-0
Release version 3.22.0
2021-09-27 15:11:32 +02:00
Gerrie van Wyk
839c5bc634
Merge branch 'develop' into switch-operator 2021-09-27 14:58:19 +02:00
Sandile
7c42c78824 feat(docs): Added switch operator documentation. 2021-09-27 13:28:12 +02:00
Sandile
249ab6bb47 fix(operators): Added tests for switch operator to Node and Web Parsers. 2021-09-27 12:42:34 +02:00
Sandile
ce31fa30c0 fix(operators): Added tests for switch operator. 2021-09-27 12:41:28 +02:00
Sandile
436170c2ec feat(operators): Added switch operator. 2021-09-27 12:40:30 +02:00
SamTolmay
af37daa86e
chore: Release version 3.22.0. 2021-09-27 12:04:20 +02:00
Sam
ce11882e46
Merge pull request #859 from lowdefy/fix-selectors
fix(blocksAntd): Fix selector option labels and filter function.
2021-09-23 17:41:57 +02:00
Sam
55d620cf55
Merge branch 'develop' into fix-selectors 2021-09-23 17:33:12 +02:00
Sam
269c15b5eb
Merge pull request #857 from lowdefy/cli-blocks-server-renderer
fix(cli): Use renderer served from blocks server url if configured.
2021-09-23 17:32:53 +02:00