feat(content): new endpoint for content retrieval PD-169#1348
Conversation
Coverage Report for CI Build 29041659008Coverage increased (+0.08%) to 75.49%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions102 previously-covered lines in 4 files lost coverage.
Coverage Stats
💛 - Coveralls |
Integration Tests
Please find the detailed integration test report here Please find the Github Action logs here |
Integration Tests
Please find the detailed integration test report here Please find the Github Action logs here |
| @blueprint.route("/content", methods=["POST"]) | ||
| def get_file_content(): | ||
| """ | ||
| Get content of a files referenced by GUIDs provided. |
| break | ||
|
|
||
| if any( | ||
| file_location.url.startswith(allowed_ai_url) |
There was a problem hiding this comment.
we just did this check in the previous block L893-898, can we perhaps combine the logic?
or use if any allowed_ai_url_root
There was a problem hiding this comment.
good call, I refactored a bit
Integration Tests
Please find the detailed integration test report here Please find the Github Action logs here |
Integration Tests
Please find the detailed integration test report here Please find the Github Action logs here |
Integration Tests
Please find the detailed integration test report here Please find the Github Action logs here |
Integration Tests
Please find the detailed integration test report here Please find the Github Action logs here |
Integration Tests
Please find the detailed integration test report here Please find the Github Action logs here |
Integration Tests
Please find the detailed integration test report here Please find the Github Action logs here |
Integration TestsTest summary after running integration tests
Test summary after rerunning failed integration tests
Please find the detailed integration test report here Please find the detailed integration test report after rerunning failed tests here Please find the Github Action logs here |
Link to JIRA ticket if there is one: https://ctds-planx.atlassian.net/browse/PD-169
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes