Commit Graph

522 Commits

Author SHA1 Message Date
cosmod e7a8daec7e Add the debug feature 2024-09-25 11:55:05 +08:00
cosmod db2217ada2 Upgrade OpenDAL 0.50.0 2024-09-18 18:04:48 +08:00
cosmod 90b356d7a5 Release version 0.26.0 2024-09-13 17:58:01 +08:00
cosmod cc238746e2 Add support for amis ui generator 2024-09-13 16:49:52 +08:00
cosmod c35430b02f Add initial support for amis UI generator 2024-09-13 00:02:55 +08:00
cosmod abeb0f33fa Bump MSRV to 1.80 2024-09-10 17:36:53 +08:00
cosmod 64db7d12e5 Add the parse_path method in the Application trait 2024-09-10 15:59:49 +08:00
cosmod bba35b8514 Update dependencies 2024-09-09 09:27:02 +08:00
cosmod 51885659f9 Release version 0.25.3 2024-09-08 23:50:56 +08:00
cosmod 57fbbc58e7 Fix the DateTime format used in SQL 2024-09-04 21:37:43 +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
Zan Pan 26c516cf07
Merge pull request #127 from miaomiaowu0428/add-features
Some optimizations on CLI
2024-08-20 10:55:18 +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
Zan Pan 4feebd51a0
Merge pull request #126 from miaomiaowu0428/changing-style
Changing code style and add some checks
2024-08-15 16:40:22 +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
cosmod 28684b2910 Update the markdown component 2024-08-08 14:06:28 +08:00
Zan Pan 43fa73b42c
Merge pull request #124 from miaomiaowu0428/zli-serve
add more features to zli serve subcommand
2024-08-04 17:17:39 +08:00
qiumiaomiao fe12766f6a Optimized error handling 2024-08-03 13:54:36 +08:00
miaomiaowu0428 07bbdec8b2
Merge branch 'main' into zli-serve 2024-08-03 13:33:54 +08:00
qiumiaomiao cd4eddc7e1 clean useless code 2024-08-03 13:03:15 +08:00
qiumiaomiao a3fc4dfb29 Change the front-end json structure and cancel the manual implementation of Deserialize 2024-08-03 12:18:54 +08:00
cosmod a35fb86ecb Use local imports in zino-derive 2024-08-02 11:17:05 +08:00
qiumiaomiao 87f2e67a33 deserialize the request body 2024-08-02 00:31:01 +08:00
qiumiaomiao 146a50260f Generates dependencies in `Cargo.toml` file 2024-08-01 15:15:50 +08:00
cosmod 6728cbd888 Release version 0.25.0 2024-07-29 12:20:12 +08:00
Zan Pan 2513ae56c3
Merge pull request #123 from miaomiaowu0428/bug-fix
Fix the init and new subcommands
2024-07-28 11:45:01 +08:00