Huyuwei
b5948441ac
Add missing volume config for docker deploy ( #525 )
2025-02-25 15:43:13 +08:00
Wu Clan
acbab69f12
Update the changelog for v1.0.0 ( #524 )
2025-02-24 21:39:49 +08:00
Wu Clan
1f8ac4953e
Add changelog ci for github release
v1.0.0
2025-02-24 21:17:56 +08:00
Wu Clan
1d981ec159
Update the built-in features in README ( #519 )
2025-02-24 12:48:46 +08:00
Wu Clan
b0f675f697
Delete the model redundancy level field ( #518 )
2025-02-24 12:30:08 +08:00
Wu Clan
6d44f807a7
Update loguru and deploy log config ( #517 )
...
* Update loguru config
* Update config
* fix log level
* Update deploy log config
2025-02-24 12:17:05 +08:00
Wu Clan
9602e28429
Add local file upload interfaces ( #489 )
...
* Add the alibaba cloud oss plugin
* Update oss plugin struct
* Add local upload
2025-02-21 20:18:35 +08:00
Wu Clan
440f324a3d
Update the logic for create new token ( #516 )
2025-02-17 16:56:45 +08:00
Wu Clan
5e7a4e1e74
Update casbin rbac verify to plugin ( #513 )
...
* Update casbin rbac verify to plugin
* Update requirements
* move sys api to casbin plugin
* Update plugin toml and parse
* Fix plugin router inject
* Update api prefix to apis
2025-02-17 13:41:11 +08:00
Wu Clan
4d13424b30
Add plugin requirements auto install functions ( #514 )
2025-02-15 19:58:49 +08:00
Wu Clan
860c96d0ee
Delete the threads in gunicorn config ( #512 )
2025-02-14 13:22:34 +08:00
Wu Clan
d9985f9d4d
Add plugin system and notice plugin ( #503 )
...
* Update system notice to plugin
* Add plugin model alembic support
* update plugin conf
* add plugin route injection
* update plugin route inject
* fix and optimize plugin router inject
2025-02-13 21:19:49 +08:00
Wu Clan
1e0b04006b
Fix OAuth2 service user last login time ( #510 )
2025-02-11 18:10:38 +08:00
Wu Clan
d419343939
Fix OAuth2 service user last login time ( #509 )
2025-02-11 17:57:05 +08:00
Wu Clan
eb3fd55321
Fix OAuth2 service register user args ( #508 )
2025-02-11 17:48:25 +08:00
Wu Clan
4aa4301abd
Fix the user pagination api return schema ( #507 )
...
* Fix the user pagination api return schema
* lint
2025-02-11 14:28:02 +08:00
Wu Clan
1d1a917580
Fix fastapi config variable naming and type ( #506 )
2025-02-08 11:47:45 +08:00
Wu Clan
0255283577
Fix the return datetime data encoder ( #505 )
2025-02-07 12:19:32 +08:00
Wu Clan
2df1f0f358
Bump dependencies and pre-commits ( #504 )
2025-02-07 12:09:25 +08:00
Wu Clan
52816dd4b4
Fix opera log of non-dict request body ( #501 )
2025-01-25 10:29:44 +08:00
Wu Clan
20e873b6e5
Fix casbin policy api return schema ( #500 )
2025-01-24 21:54:20 +08:00
Wu Clan
ebe710fac2
Update menu field show to display ( #498 )
2025-01-23 22:46:05 +08:00
Wu Clan
e588913d54
Fix current user info detail schema ( #499 )
2025-01-23 22:31:39 +08:00
Wu Clan
1c46e2480c
Fix return schema of user me api ( #497 )
2025-01-23 21:52:16 +08:00
Wu Clan
3b65679fb0
Add token related interfaces ( #495 )
2025-01-23 13:12:46 +08:00
Wu Clan
7553ccf14d
Update return schema of query interface ( #492 )
...
* Update return model of query interface
* Update tree data return type hints
* Update code generation and task return types
* Fix inconsistency between ORM query result and schema
2025-01-18 23:33:37 +08:00
qhp13654398483
cf693cdce6
Fix serialization when pagination is empty ( #491 )
...
* bug fix
* update codes
2025-01-18 20:47:31 +08:00
Wu Clan
3fe0023a0a
Update redocs arg and url to redoc ( #493 )
2025-01-17 16:06:30 +08:00
Wu Clan
13cee674a7
Add response model include data schema ( #490 )
...
* Add response model include data schema
* Fix paging data usage
* optimize annotations
2025-01-17 12:39:24 +08:00
dividduang
64ee74bb38
Add system notice interface ( #487 )
2025-01-14 12:45:33 +08:00
Wu Clan
1e855dbb86
Optimize docker deploy settings and scripts ( #486 )
2025-01-13 17:33:54 +08:00
Wu Clan
e0606d115c
Update the route version define location ( #485 )
...
* Update the route version define location
* fix lint
2025-01-10 14:00:26 +08:00
Wu Clan
8b159536ce
Fix user cache when updated user role ( #483 )
2025-01-03 18:53:26 +08:00
Wu Clan
2279ff7c58
Bump msgspec from 0.18.6 to 0.19.0 ( #482 )
2024-12-28 17:49:28 +08:00
Wu Clan
3f6c43e15d
Update opera middleware request args parse ( #481 )
2024-12-27 18:27:05 +08:00
Wu Clan
6c1f68ec00
Update opera log cost time precision ( #479 )
2024-12-25 22:09:27 +08:00
Meepoljdx
78dad3021a
Add postgresql database support ( #475 )
...
* feat: add postgresql db supports
* change: change mysql conn str create way
* fix: Modify the default alembic migration file to meet multi-database support
* Update settings and lint
* update models
* Simplify database config
* Simplify the get db method
* Update create db url
* Updated model type adaptation
* Update sql scripts
* Fix models type
* Adaptation to postgresql code generation
* Update README.md
* Fix alembic file template
* Update docker scripts
2024-12-25 22:04:04 +08:00
Wu Clan
4f59f459a0
Remove data scope in the role model ( #478 )
2024-12-24 17:29:17 +08:00
Wu Clan
58b24b62ac
Fix login log parameter error in task ( #476 )
2024-12-13 16:40:48 +08:00
Wu Clan
a9b9b58290
Fix and update alembic env and ini ( #474 )
2024-12-11 19:55:46 +08:00
Wu Clan
f90b4667c3
Fix data rule expression column comment ( #473 )
2024-12-09 12:21:40 +08:00
Wu Clan
3b2b45d6a5
Optimized user auth for auth service ( #472 )
2024-12-07 14:03:30 +08:00
Wu Clan
8c04bcb981
Add the project logo to README ( #469 )
...
* Add the project logo to README
* update
2024-12-01 23:43:04 +08:00
Wu Clan
7c4e288fd6
Simplify data rule and remove type ( #468 )
...
* Simplify data rule and remove type
* fix lint
* fix user info cache
2024-11-27 14:09:57 +08:00
Wu Clan
1838b63b11
Fix schema type of user role rule ( #467 )
...
* Fix schema type of user role rule
* Fix sql scripts
2024-11-24 16:42:40 +08:00
dependabot[bot]
6d5d1a48f3
Bump tornado from 6.4.1 to 6.4.2 in /backend ( #466 )
...
Bumps [tornado](https://github.com/tornadoweb/tornado ) from 6.4.1 to 6.4.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst )
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.1...v6.4.2 )
---
updated-dependencies:
- dependency-name: tornado
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 21:35:05 +08:00
Wu Clan
bd45022a59
Update role-based data permissions ( #465 )
...
* Add department data operation permissions
* Update sys models
* Add role department many-to-many relationship
* Format RBAC code
* update codes
* add update role depts api
* add comments
* Update the implementation
* update dept arg
* debug front
* Update the model file naming
* Refactor the data perms
* Add data permission rule
* Optimize the details
* Implement data filtering
* finish
2024-11-23 21:23:52 +08:00
Wu Clan
b29a3cbfb7
Update user password encryption method ( #463 )
2024-11-18 14:07:05 +08:00
Wu Clan
a15693cc26
Fix celery service functions error ( #462 )
2024-11-16 17:13:29 +08:00
Wu Clan
5e60d9c248
Update api body params to schema ( #461 )
2024-11-16 11:07:40 +08:00