-
Notifications
You must be signed in to change notification settings - Fork 194
feat: support index based filename naming strategy #1443
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
Shinigami92
merged 12 commits into
salsita:main
from
adrenalin:feat-index-based-naming-strategy
Jul 3, 2025
+191
−41
Merged
Changes from 5 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
131e819
Support index based filename naming strategy
adrenalin fd85f7a
Refactored getNumericPrefix to exit early with an exception and allow…
adrenalin e964fdb
Backwards compatibility patch to support invalid timestamps
adrenalin 0868035
Test that getFilePrefix throws an error on invalid filenames
adrenalin ad62b05
Verify that the new UTC timestamp prefix is valid
adrenalin c2636ca
Removed heuristics check against UT timestamp
adrenalin 5b70602
Removed overloading by filenameFormat as it caused tests to fail
adrenalin b16bd93
Reduced time for the asynchronous test success
adrenalin 56ff3a0
Allow using more flexible naming schemes for index based naming strategy
adrenalin e925fc0
Merge branch 'main' into feat-index-based-naming-strategy
adrenalin c9fefd2
Allow using any filename starting with integers as prefixes
adrenalin 507fb3b
Moved constructor out of the try-catch test
adrenalin 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| export const up = (pgm) => { | ||
| pgm.createExtension('uuid-ossp', { ifNotExists: true }); | ||
| pgm.dropExtension('uuid-ossp'); | ||
| pgm.createExtension('uuid-ossp'); | ||
| pgm.dropExtension('uuid-ossp'); | ||
| }; | ||
|
|
||
| export const down = () => null; |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.