ragflow/web/src/pages/data-flow
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
..
canvas Feat: Translate the parser operator #9869 (#10037) 2025-09-11 11:07:26 +08:00
components
debug-content
form Feat: Add ParserForm to the data pipeline #9869 (#9986) 2025-09-09 09:50:46 +08:00
form-sheet Feat: Translate the parser operator #9869 (#10037) 2025-09-11 11:07:26 +08:00
hooks Feat: Translate the parser operator #9869 (#10037) 2025-09-11 11:07:26 +08:00
run-sheet
setting-dialog
upload-agent-dialog
utils
version-dialog
constant.tsx Feat: Add ParserForm to the data pipeline #9869 (#9986) 2025-09-09 09:50:46 +08:00
context.ts
flow-tooltip.tsx
form-hooks.ts
hooks.tsx Feat: Translate the parser operator #9869 (#10037) 2025-09-11 11:07:26 +08:00
index.tsx Feat: The agent's external page should be able to fill in the begin parameter after being reset in task mode #9745 (#9982) 2025-09-08 18:59:51 +08:00
interface.ts
operator-icon.tsx Feat: Add ParserForm to the data pipeline #9869 (#9986) 2025-09-09 09:50:46 +08:00
options.ts Fix: usage of postgresql -> postgres for db_type (#10120) 2025-09-17 10:30:45 +08:00
store.ts
use-agent-history-manager.ts
utils.ts