-
Notifications
You must be signed in to change notification settings - Fork 3
VIBE-215 Add flat file viewing feature for publications #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ChrisS1512
merged 33 commits into
master
from
feature/VIBE-215-view-publication-flat-files
Jan 29, 2026
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
d5b561e
Add flat file viewing feature for publications
alexbottenberg 2edb9b3
Fix node-forge security vulnerabilities
alexbottenberg 69c7432
Update helmet middleware tests for PDF embedding support
alexbottenberg 7cdc684
Fix flat file error handling and page title
alexbottenberg ac77ab1
Update app.test.ts for public pages API routes
alexbottenberg 2eceb3d
Add optional tracking parameter to createFlatFileArtefact helper
alexbottenberg 812a755
Add comprehensive unit tests for hearing lists page controller
alexbottenberg 510543d
Add comprehensive unit tests for flat file download API route
alexbottenberg 0c50098
Remove slow large buffer test that was timing out
alexbottenberg 815012d
Add comprehensive unit tests for publication not found page
alexbottenberg 19ac230
Merge branch 'master' into feature/VIBE-215-view-publication-flat-files
junaidiqbalmoj 22ce1b6
fix bug
junaidiqbalmoj 79edd67
Merge branch 'master' into feature/VIBE-215-view-publication-flat-files
junaidiqbalmoj 39a8f15
fix e2e tests
junaidiqbalmoj cc44634
fix code review comments
junaidiqbalmoj 702c501
fix tests
junaidiqbalmoj 926986a
Merge branch 'master' into feature/VIBE-215-view-publication-flat-files
junaidiqbalmoj fa5ebb8
fix build
junaidiqbalmoj fefea2f
fix end to end test build issue
junaidiqbalmoj 2d4d8ac
fix bug
junaidiqbalmoj beb367d
fix end to end test
junaidiqbalmoj 82c8c6a
fix end to end test
junaidiqbalmoj 4c37866
fix end to end test
junaidiqbalmoj 7d19d90
fix e2e test
junaidiqbalmoj f37454b
fix end to end test
junaidiqbalmoj a78adfb
fix end to end tests
junaidiqbalmoj 550e9c3
Merge branch 'master' into feature/VIBE-215-view-publication-flat-files
junaidiqbalmoj 67dda3d
Merge branch 'master' into feature/VIBE-215-view-publication-flat-files
junaidiqbalmoj daffe9e
code review comments
junaidiqbalmoj 27af3b7
add more tests
junaidiqbalmoj 0ca136a
Merge branch 'master' into feature/VIBE-215-view-publication-flat-files
junaidiqbalmoj 6772e54
Merge remote-tracking branch 'origin/master' into feature/VIBE-215-vi…
KianKwa 660d4ca
Fixed merging issues
KianKwa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment/assertion mismatch.
The comment states "12 times" but the assertion expects
11. The assertion appears correct based on the enumerated routes.Proposed fix
📝 Committable suggestion