Commit graph

1886 commits

Author SHA1 Message Date
Max
001d23756f Improve README.md to clarify app creation methods and emphasize programming capabilities 2024-12-04 18:21:47 +08:00
Max
f05c1d3bf8 Revise README.md to enhance clarity and provide a concise overview of Yao's features and capabilities 2024-12-04 18:17:20 +08:00
Max
401fd3aa94 Fix code signing command and update .gitignore to exclude shell scripts 2024-12-04 11:38:52 +08:00
Max
7ddacd70f9 Update Go version in macOS build workflow to 1.23.4 2024-12-04 09:47:30 +08:00
Max
8bd097274c Update macOS build workflow 2024-12-03 19:02:21 +08:00
Max
03d98d9a5a Enhance macOS build workflow with code signing verification and submission to Apple Notary Service 2024-12-03 18:55:59 +08:00
Max
a420e71118 Translate error messages in login process to English for improved clarity 2024-12-03 16:55:33 +08:00
Max
68a97a48e6 Update URL handling in request data to use mapped URL 2024-12-03 16:21:52 +08:00
Max
d4f5a434a8 Improve error message for missing app.yao file for better clarity 2024-12-03 16:10:59 +08:00
Max
e1af3a8a27 Translate captcha and password validation error messages to English for improved clarity 2024-12-02 19:15:44 +08:00
Max
2c5b323d7d Add option to disable Gzip compression for static files and update headers 2024-11-30 18:23:21 +08:00
Max
1d414bceb8 Fix endpoint URL formatting to handle default port correctly 2024-11-29 20:50:24 +08:00
Max
6b6edab97c Refactor network handling and endpoint retrieval; deprecate unused commands in startup 2024-11-29 20:43:29 +08:00
Max
8388b78a0e Update community link text in welcome message for clarity 2024-11-29 19:47:12 +08:00
Max
d9475988ff Add community link to welcome message and adjust documentation spacing 2024-11-29 19:45:42 +08:00
Max
c6cdf1115a Enhance startup output by adding runtime, data, and listening information; update frontend and dashboard labels to website and admin 2024-11-29 17:58:29 +08:00
Max
95dc351fa0 Deprecate Yao Studio functionality and comment out related code 2024-11-29 17:43:38 +08:00
Max
d7693a0487 Refactor startup logic to improve directory checks and enhance welcome message display 2024-11-29 17:36:45 +08:00
Max
79f77618d3 Remove setup package and related functionality from the project 2024-11-29 16:44:31 +08:00
Max
83fc43cc52 Enable Docker Content Trust for all build jobs in workflow files 2024-11-29 15:27:03 +08:00
Max
c78e169fbc Enable Docker Content Trust in build workflows 2024-11-29 15:09:16 +08:00
Max
5bf6044cf0 Update Dockerfiles to use Ubuntu 24.04 and change download source for Yao binary 2024-11-29 14:38:41 +08:00
Max
dc43e9ca4f Update build-linux.yml and Dockerfile for environment improvements and AWS CLI installation 2024-11-29 13:37:06 +08:00
Max
d176ef904d Update build-linux.yml to use ubuntu-latest instead of ubuntu-22.04 2024-11-29 12:26:45 +08:00
Max
b10fe0ac38 Refactor build-linux.yml to replace Coscmd with AWS CLI for R2 configuration and upload 2024-11-29 12:24:18 +08:00
Max
d15bd28cec Update build-linux.yml to include apt-get update before installing dependencies 2024-11-29 11:53:31 +08:00
Max
35911de0ea Enhance SEO metadata handling by adding keywords support and fixing og:title attribute syntax 2024-11-29 11:12:37 +08:00
Max
73ccac6ba5 Update dependencies in go.mod and go.sum for uuid, tiktoken-go, and regexp2 2024-11-26 15:34:54 +08:00
Max
e6acbacc6b Add unzip installation to Dockerfile for build dependencies 2024-11-23 19:01:10 +08:00
Max
f3b3e80ccf Add unzip step for libv8 in CI workflows and build script 2024-11-23 18:09:21 +08:00
Max
f97ce23130 添加中文商业许可证 2024-11-08 19:31:57 +08:00
Max
1caac8af04 Add commercial license terms for Yao project to outline usage requirements and compliance 2024-11-08 19:25:55 +08:00
Max
7efce91092 Add nil checks for Action and Bind in translate function to prevent potential nil pointer dereferences 2024-11-08 07:22:15 +08:00
Max
13a343a7f4 Remove unused utils import and clean up ImagesGenerations function 2024-11-07 17:03:58 +08:00
Max
91091b8dc2 Enhance JSON message handling with improved error reporting and response writing 2024-11-07 14:37:40 +08:00
Max
6450fd49e8 Refactor Neo message handling to use gin.ResponseWriter and improve error management 2024-11-07 08:40:15 +08:00
Max
15fb961ad0 Refactor Neo execution methods to improve error handling and streamline message preparation 2024-11-06 20:27:16 +08:00
Max
c5a5a8432f Remove deprecated import and storage API loading from the codebase 2024-11-06 09:25:29 +08:00
Max
f0a4a8d4ea Remove deprecated storage and import API definitions 2024-11-06 09:16:30 +08:00
Max
61a292c7a6 Neo initialization to enable ‘moapi’ connector and default model support 2024-11-05 16:06:32 +08:00
Max
16234df9d6 Update macOS runner to use latest version in build workflow 2024-11-05 08:18:32 +08:00
Max
35f16e107d Add color field support to QueryProp and Option structures 2024-11-04 16:57:55 +08:00
Max
b9aaff7afb Optimize the details of yao.component.getoptions 2024-11-03 11:59:45 +08:00
Max
a258dfa787 Refactor component property handling and add deep copy functionality 2024-11-03 07:53:25 +08:00
Max
bb717a938a Add yao.component.GetOptions and deprecated SelectOptions 2024-11-02 22:02:43 +08:00
Max
a4bb4407d7 Update test assertion for related image API endpoint in process tests 2024-11-02 17:50:16 +08:00
Max
67de1c07cb Securely update hidden props in the DSL that are only visible to the backend 2024-11-02 17:38:37 +08:00
Max
c4e96366bf Use url.QueryUnescape for xpath and method in process components 2024-11-01 12:47:03 +08:00
Max
00b0649296 Fix the Download Process tests 2024-10-30 17:10:56 +08:00
Max
18b212985d Fix memory leaks and optimize the download process. 2024-10-30 16:48:59 +08:00