ragflow/web/src/pages
cucusenok 04ef5b2783
Fix: usage of postgresql -> postgres for db_type (#10120)
### What problem does this PR solve?

This PR fixes incorrect naming for PostgreSQL usage by replacing all
instances of `postgresql` with the correct `postgres` in the `db_type`
field. This resolves potential configuration errors and ensures
consistency when specifying the database type.

Also fixed handling of None for `get_queue_length`

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: cucusenok <BP-116: updated readme.md>
2025-09-17 10:30:45 +08:00
..
add-knowledge Feat: Run eslint when the project is running to standardize everyone's code #9377 (#9379) 2025-08-11 15:31:38 +08:00
agent Fix: usage of postgresql -> postgres for db_type (#10120) 2025-09-17 10:30:45 +08:00
agents Feat: Import dsl from agent list page #9869 (#10033) 2025-09-10 18:22:16 +08:00
chat Fix: Fixed the issue where the model configuration page could not be scrolled #9572 (#9579) 2025-08-20 10:30:08 +08:00
chunk fix: Optimize internationalization configuration #3221 (#9924) 2025-09-05 09:57:15 +08:00
data-flow Fix: usage of postgresql -> postgres for db_type (#10120) 2025-09-17 10:30:45 +08:00
data-flows Feat: Initialize the data pipeline canvas. #9869 (#9870) 2025-09-02 15:47:33 +08:00
dataflow-result feat: Added UI functions related to data-flow knowledge base #3221 (#10038) 2025-09-11 09:51:18 +08:00
dataset Fix: Hide dataflow related functions #9869 (#10045) 2025-09-11 12:02:26 +08:00
datasets Fix: Hide dataflow related functions #9869 (#10045) 2025-09-11 12:02:26 +08:00
document-viewer Fix: Remove antd from dataset-page (#8830) 2025-07-15 16:12:50 +08:00
file-manager
files Fix: The files in the knowledge base folder on the file management page should not be deleted #9975 (#9976) 2025-09-08 12:48:58 +08:00
flow Fix: usage of postgresql -> postgres for db_type (#10120) 2025-09-17 10:30:45 +08:00
home Fix: Optimized the table of contents style and homepage card layout #3221 (#9993) 2025-09-09 18:50:43 +08:00
knowledge
login Feat: Switch the root route to the new page #3221 (#9560) 2025-08-19 17:41:03 +08:00
login-next Feat: Run eslint when the project is running to standardize everyone's code #9377 (#9379) 2025-08-11 15:31:38 +08:00
next-chats Feat: Translate the maxRounds field of the chat settings #3221 (#10010) 2025-09-10 10:56:34 +08:00
next-search feat: Added UI functions related to data-flow knowledge base #3221 (#10038) 2025-09-11 09:51:18 +08:00
next-searches fix: Optimize internationalization configuration #3221 (#9924) 2025-09-05 09:57:15 +08:00
profile-setting Fix: Remove the file size and quantity restrictions of the upload control #9613 #9598 (#9618) 2025-08-21 10:54:17 +08:00
search feat(search): Optimized search functionality and user interface #3221 (#9535) 2025-08-19 09:39:48 +08:00
user-setting Feat: add TokenPony model provider (#9932) 2025-09-11 17:25:31 +08:00
404.jsx