-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pdffiller temp file fix, add unit test, fix attachment_ids (#19143)
* fix temp file issue * add unit test generate and create_tempfile methods * fix uuid naming and attachment id * fix unit test * 7959f1 unit test fix * remove comments * remove gsub as it wasn't performing anything * refactor attachments code to remove reduna * Moved this fix behind a feature flag * Fixes for linter * Fixes for linter * Workarounds for linter * Fixes for linter * Fixes for linter * Fixes for linter * Fixes for linter * Fixes for linter * Fix for 'undefined local variable' error * Fixes for linter * Fix for 'undefined local variable or method' * Fix for temp file missing uuid in name * No more def statements inside Flipper checks * In tests, replaced toggling flippers with mocks --------- Co-authored-by: Steve Long <[email protected]>
- Loading branch information
1 parent
b10c7f8
commit afa2fd3
Showing
8 changed files
with
405 additions
and
120 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.