Commit graph

1850 commits

Author SHA1 Message Date
Max
1c2f4642d3
Merge pull request #756 from trheyi/main
Update workflow
2024-09-28 10:31:24 +08:00
Max
ab188c9a5e Refactor Makefile to update certificate verification and remove importing private key 2024-09-28 10:29:23 +08:00
Max
bbaa0ee62c Refactor Makefile to update certificate verification and fix private key import 2024-09-28 10:25:30 +08:00
Max
da08db7f3f Refactor Makefile to update certificate verification and remove importing private key 2024-09-28 10:21:17 +08:00
Max
feae146523 Github workflow debug 2024-09-28 10:07:27 +08:00
Max
b08b305cd3 Refactor Makefile to remove importing private key and update certificate verification 2024-09-28 09:56:06 +08:00
Max
35906ee0fb Github workflow debug 2024-09-28 09:49:13 +08:00
Max
6d97a72f11 Github workflow debug 2024-09-28 09:42:37 +08:00
Max
6bf57dd0f0 Github workflow debug 2024-09-28 09:32:05 +08:00
Max
82eae74f9f Refactor Makefile to include MacOS Application Signing 2024-09-28 09:26:33 +08:00
Max
243cffe499 Refactor Makefile to include MacOS Application Signing 2024-09-28 09:25:20 +08:00
Max
d2f53abe47
Merge pull request #755 from trheyi/main
Refactor Makefile to include MacOS Application Signing
2024-09-28 09:08:16 +08:00
Max
9559c522fc Refactor Makefile to include MacOS Application Signing 2024-09-28 09:07:45 +08:00
Max
2aabd0446c
Merge pull request #754 from trheyi/main
Refactor Makefile to include MacOS Application Signing
2024-09-28 08:13:56 +08:00
Max
39bbdbd1b7 Refactor Makefile to include MacOS Application Signing 2024-09-28 08:13:15 +08:00
Max
6c6aaad058
Merge pull request #753 from trheyi/main
Fix PublicRoot bug and get Sid from request
2024-09-25 08:26:17 +08:00
Max
896e52a52a Fix PublicRoot bug and get Sid from request 2024-09-25 08:25:37 +08:00
Max
0ea400965d
Merge pull request #752 from trheyi/main
Refactor request guard to include page backend script execution
2024-09-24 08:01:22 +08:00
Max
ddb337847e Refactor request guard to include page backend script execution 2024-09-24 08:00:05 +08:00
Max
b88ff67cd2
Merge pull request #751 from trheyi/main
Refactor dynamic component parsing in SUI core
2024-09-11 09:25:17 +08:00
Max
67ad169bf5 Refactor dynamic component parsing in SUI core 2024-09-11 09:24:34 +08:00
Max
56ef909662
Merge pull request #750 from trheyi/main
Fix the bug in real-time rendering mode
2024-09-10 16:30:02 +08:00
Max
fb6518e91f Fix the bug in real-time rendering mode 2024-09-10 16:29:15 +08:00
Max
0fc136a883
Merge pull request #749 from trheyi/main
Refactor component attribute handling to support spread operator and real-time rendering mode
2024-09-10 09:47:08 +08:00
Max
0a21780473 Refactor component attribute handling to support spread operator and real-time rendering mode 2024-09-10 09:23:10 +08:00
Max
7dc68ef6a4
Merge pull request #748 from trheyi/main
chore: Merge user data into payload in SUI libsui index.ts
2024-09-03 19:14:06 +08:00
Max
72542dab79 chore: Merge user data into payload in SUI libsui index.ts 2024-09-03 18:15:12 +08:00
Max
776b00d45c
Merge pull request #747 from trheyi/main
Add s:route attribute to real time render components
2024-09-03 17:41:02 +08:00
Max
07353d0084 Add s:route attribute to real time render components 2024-09-03 17:40:31 +08:00
Max
e6d914812e
Merge pull request #746 from trheyi/main
Refactor event binding in SUI core to support just-in-time mode
2024-09-02 18:29:39 +08:00
Max
d00b62caf1 Refactor event binding in SUI core to support just-in-time mode 2024-09-02 18:28:16 +08:00
Max
657224bff3
Merge pull request #745 from trheyi/main
[add] SUI real-time rendering mode supports event binding (page event  only)
2024-09-02 17:05:12 +08:00
Max
db033a10fd [add] SUI real-time rendering mode supports event binding (page event only) 2024-09-02 17:04:22 +08:00
Max
253dee8904
Merge pull request #744 from trheyi/main
Refactor component attribute handling to support spread operator
2024-08-30 10:46:46 +08:00
Max
a3d2baef40 Refactor component attribute handling to support spread operator 2024-08-30 10:42:25 +08:00
Max
704f8b2dce
Merge pull request #743 from trheyi/main
chore: Update Docker build workflow to include timeout settings
2024-08-23 18:08:03 +08:00
Max
a5150d038e chore: Update Docker build workflow to include timeout settings 2024-08-23 18:07:26 +08:00
Max
769bbfd87c
Merge pull request #742 from trheyi/main
chore: Update Docker build workflow to push images to internal registry
2024-08-23 17:34:56 +08:00
Max
e1a467fca5 chore: Update Docker build workflow to push images to internal registry 2024-08-23 17:34:33 +08:00
Max
33ef42f455
Merge pull request #741 from trheyi/main
chore: Update Docker build workflow to push images to internal registry
2024-08-23 17:23:17 +08:00
Max
3c7e2ec728 chore: Update Docker build workflow to push images to internal registry 2024-08-23 17:22:48 +08:00
Max
10417631ce chore: Update Docker build workflow to push images to internal registry 2024-08-23 17:21:29 +08:00
Max
99b78cfe98
Merge pull request #740 from trheyi/main
chore: Refactor TemplateRender to handle optional request parameters
2024-08-23 12:22:02 +08:00
Max
219f71b00e chore: Refactor TemplateRender to handle optional request parameters 2024-08-23 12:20:33 +08:00
Max
8c44f63a3d
Merge pull request #739 from trheyi/main
[feat] add SUI template.render process
2024-08-10 19:48:35 +08:00
Max
02651085d7 Improve SUI TemplateRender 2024-08-10 19:34:36 +08:00
Max
ce96d89c31 Improve SUI TemplateRender 2024-08-10 18:12:32 +08:00
Max
0f6bc06172 fix render public root bug 2024-08-10 17:18:35 +08:00
Max
80779bb0fc [feat] add SUI template.render process 2024-08-10 16:58:38 +08:00
Max
83c81f46f8
Merge pull request #738 from trheyi/main
Optimize event binding in SUI components
2024-08-08 19:04:33 +08:00