Skip to content
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

Provides an option not to ignore patterns like .git, hidden files and… #4578

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

HidyHan
Copy link
Contributor

@HidyHan HidyHan commented Nov 15, 2023

… MACOSX files.

Reasons for making this change

Needed for the blob storage migration, because once upon a time these files were uploaded as part of bundles. Omitting them will cause discrepancy in bundles after the migration.

Related issues

fixes #4575

Checklist

  • [NA] I've added a screenshot of the changes, if this is a frontend change
  • [Y] I've added and/or updated tests, if this is a backend change
  • [Y] I've run the pre-commit.sh script
  • [NA] I've updated docs, if needed

… MACOSX files. Needed for the blob storage migration, because once upon a time these files were uploaded to bundles. Omitting them will cause discrepancy in bundles after the migration.
AndrewJGaut

This comment was marked as duplicate.

Copy link
Contributor

@AndrewJGaut AndrewJGaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks GREAT! Only thing is can we do the same thing for zip_directory here if possible? After that change, I think this is definitely good to go. Love the code styling for the test, too -- it's super clean!

@HidyHan
Copy link
Contributor Author

HidyHan commented Nov 27, 2023

Done. zip_directory appears to be dead code, but updated it to avoid confusion.

Copy link
Contributor

@AndrewJGaut AndrewJGaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@AndrewJGaut AndrewJGaut merged commit 128bf4d into master Nov 29, 2023
63 checks passed
@AndrewJGaut AndrewJGaut deleted the ignore-patterns branch November 29, 2023 05:46
@wwwjn wwwjn mentioned this pull request Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migration: don't have exclude_patterns
2 participants