You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added disable langflow ingestion setting on backend
* Added option to disable langflow ingestion in frontend
* Fixed ingestion not going to tasks
* style: ruff format (auto)
* fix frontend lint errors
* fixed type errors
* Potential fix for pull request finding 'CodeQL / Information exposure through an exception'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fixed mypy findings
* fixed lint
* fix: apply CodeRabbit auto-fixes
Fixed 4 file(s) based on 6 unresolved review comments.
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
* fix: apply CodeRabbit auto-fixes
Fixed 2 file(s) based on 1 unresolved review comment.
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
* style: ruff format (auto)
* fix mypi
* added acl support
* style: ruff format (auto)
* fix mypy
* fixed integration tests
* pass temp file paths as empty to not delete default files on error
* wait for opensearch
* fix session manager jwt
* fix lint
* fix spaces
* fix health check
* fix kwargs
* style: ruff format (auto)
* fixed nitpicks from coderabbit
* style: ruff format (auto)
* fix ruff
* fix result
* fix types
* Match connector_file_id in ACL/metadata updates (#1704)
Ensure ACL and metadata updates target both Langflow and non-Langflow chunks by matching document IDs against multiple fields. Introduce _build_id_query and id_fields parameters to should_update_acl, update_document_acl, and batch_update_acls so updates can match document_id and connector_file_id. Stop overwriting chunk owner during ACL syncs (only allowed_users/allowed_groups are updated) and set owner at ingest to the syncing user in TaskProcessor. Adjust tests to expect the combined bool query and make minor typing/import/formatting cleanups.
* mypy fix
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
Co-authored-by: Edwin Jose <edwinjose900@gmail.com>
0 commit comments