Commit Graph

126 Commits

Author SHA1 Message Date
cosmod 69226b85df Update dependencies 2024-10-29 12:46:40 +08:00
cosmod dbc15efc36 Release version 0.26.3 2024-10-17 17:47:56 +08:00
cosmod c17e3502a9 Support dot in table name 2024-10-17 17:30:50 +08:00
cosmod 16f5a33362 Release version 0.26.2 2024-10-15 10:05:18 +08:00
cosmod 923a8e4828 Merge branch 'main' of https://github.com/zino-rs/zino 2024-10-11 12:25:17 +08:00
cosmod 5ba3345e0e Add the before_batch_delete hook 2024-10-11 12:24:58 +08:00
qiumiaomiao f1273030f4 format code 2024-10-09 14:46:53 +08:00
qiumiaomiao 2a341f5826 bug-fix: unclosed tls stream 2024-10-09 14:45:46 +08:00
qiumiaomiao 0362719bad Add Document Comments 2024-10-05 14:13:23 +08:00
qiumiaomiao 3b04705e0a formated code 2024-10-05 14:02:10 +08:00
qiumiaomiao 29b9b710c7 Separated the repository management and certificate management into two types to avoid violating the borrowing rules. 2024-10-05 14:02:10 +08:00
qiumiaomiao 3bd47df9a3 bug-fix: listen at wrong port, now 443 instead of zino.toml filed `port` 2024-10-05 14:02:10 +08:00
qiumiaomiao 0ab578a6c7 formated code 2024-10-05 14:02:10 +08:00
qiumiaomiao 440bf7da72 1. trying to add ACME features 2024-10-05 14:02:10 +08:00
qiumiaomiao 3f6d85d677 1. using tracing instead of log in `deploy` command.
2. make refresh interval configurable.
3. remove unuseful variable: `last_active_commit_oid`
2024-10-05 14:02:10 +08:00
qiumiaomiao e86644ac64 formated code 2024-10-05 14:02:10 +08:00
qiumiaomiao 48ed0cc14b Completed the changes missed in the last commit. 2024-10-05 14:02:10 +08:00
qiumiaomiao 2716f949ea Added the zli deploy command: Runs the project and monitors the specified branch on the remote. If there are updates, it automatically performs pull, check, and test. If it passes, it updates and reruns. 2024-10-05 14:02:10 +08:00
qiumiaomiao 81d2ebea2f rebase to main 2024-10-05 14:02:09 +08:00
qiumiaomiao 96c3ec1032 bug-fix: Resolved compilation failures caused by changes in the path structure due to not being in the workspace. 2024-10-05 14:00:56 +08:00
cosmod 9cba811e2b Release version 0.26.1 2024-09-25 17:22:18 +08:00
cosmod abeb0f33fa Bump MSRV to 1.80 2024-09-10 17:36:53 +08:00
cosmod bba35b8514 Update dependencies 2024-09-09 09:27:02 +08:00
cosmod e73e4354b6 Use default values as examples in OpenAPI 2024-08-31 16:43:40 +08:00
cosmod 5ebd871777 Update dependencies 2024-08-27 11:32:00 +08:00
cosmod e5de66b4c8 Merge branch 'main' of https://github.com/zino-rs/zino 2024-08-23 12:37:46 +08:00
cosmod a884aeca7a Release version 0.25.2 2024-08-23 12:37:22 +08:00
qiumiaomiao 6733f0e814 currentDirInput updates automatically when the enter key is pressed. 2024-08-19 13:42:07 +08:00
qiumiaomiao 9d646ddae7 Improved the prompt information for users.
Refined the 404 interface.
2024-08-18 14:12:50 +08:00
qiumiaomiao 63af6eb375 "Improve form option layout: group validator and view-related options separately" 2024-08-18 13:25:09 +08:00
qiumiaomiao 0ac0148362 Refine error message details 2024-08-17 13:52:43 +08:00
qiumiaomiao 7c9faa3f03 Split CSS and JS into separate files in the page
Fixed a typo that caused the options in core-config-form to fail to update
2024-08-16 15:03:07 +08:00
qiumiaomiao bf1da4e9d7 format code 2024-08-14 13:44:50 +08:00
qiumiaomiao adfe6e0482 Fix log initialization conflict
`env_logger` is only initialized once in `Init` and `New` commands
2024-08-14 13:43:00 +08:00
qiumiaomiao 0b0b67d4e6 1. new command will not warn when project_path not created 2024-08-13 16:43:06 +08:00
qiumiaomiao 3bb5a0b026 1. change controllers into zino style
2. add env_logger to print logs
3. optimize error handling
2024-08-13 16:38:32 +08:00
qiumiaomiao c63610497e Add package name validation checking
Optimize error handling
2024-08-12 15:42:03 +08:00
qiumiaomiao 1914291c20 Add details to docs in README.md 2024-08-12 14:48:16 +08:00
qiumiaomiao 34c112217d Add docs in README.md 2024-08-12 14:38:48 +08:00
cosmod e0e9a8e44b Merge branch 'main' of https://github.com/zino-rs/zino 2024-08-12 14:09:53 +08:00
cosmod ddadc2a3ad Release version 0.25.1 2024-08-12 14:03:40 +08:00
Zan Pan 5f46b18bf8
Merge pull request #125 from miaomiaowu0428/zli-serve
Add features to zli
2024-08-11 23:25:39 +08:00
qiumiaomiao a6951ccfd1 format code 2024-08-09 14:13:59 +08:00
qiumiaomiao 802ec9acb5 zino-core: orm-xxx options will be hidden if zino: orm feature is not selected 2024-08-09 14:04:12 +08:00
qiumiaomiao 88a1c2a8f0 options in exclusive group can be canceled 2024-08-08 15:25:50 +08:00
qiumiaomiao 44fbbb9bdc clean dev-dependencies 2024-08-08 14:51:16 +08:00
qiumiaomiao b889d2eab1 1. save button now works
2. option buttons will change when load current_dir/Cargo.toml
2024-08-08 14:16:04 +08:00
cosmod dab306e70f Bump the versions 2024-08-08 14:14:50 +08:00
qiumiaomiao ae34acf6ba add comments to init and new 2024-08-08 14:14:04 +08:00
cosmod 1734648f72 Merge branch 'main' of https://github.com/zino-rs/zino 2024-08-08 14:07:13 +08:00