dify/api/controllers/console
Asuka Minato a78339a040
remove bare list, dict, Sequence, None, Any (#25058)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-09-06 03:32:23 +08:00
..
app remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
auth chore: comply to RFC 6750 and improve bearer token split (#24955) 2025-09-03 22:29:08 +08:00
billing try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
datasets Refactor: use DatasourceType.XX.value instead of hardcoded (#25015) 2025-09-03 08:56:48 +08:00
explore clean console apis and rag cleans. (#25042) 2025-09-03 11:25:18 +08:00
tag feat: API docs for service api (#24425) 2025-08-25 09:26:54 +08:00
workspace feat: improve multi model credentials (#25009) 2025-09-03 13:52:31 +08:00
__init__.py feat: oauth provider (#24206) 2025-08-29 14:10:51 +08:00
admin.py Fix: ensure InstalledApp deletion uses model instances instead of Row (#24942) 2025-09-02 11:59:38 +08:00
apikey.py chore: apply ty checks on api code with script and ci action (#24653) 2025-09-02 16:05:13 +08:00
error.py Restructure the File errors in controller (#23801) 2025-08-13 17:06:07 +08:00
extension.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
feature.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
files.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
init_validate.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
ping.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
remote_files.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
setup.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
version.py Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2025-08-26 18:10:31 +08:00
wraps.py refactor: replace try-except blocks with contextlib.suppress for cleaner exception handling (#24284) 2025-08-21 18:18:49 +08:00