Conversation
- Add test for loading a binary file as a blob and converting its contents to a base64 string. - Add test for handling a binary buffer stream with Base64Encoder. - Update regular expressions for extracting URL variables and modifying authorization headers by simplifying the patterns. - Correct version numbers throughout the codebase for consistency. - Simplify the implementation of the random boundary calculation for form data using a direct `Math.floor` function call. - Refine module import pattern by eliminating the use of custom property listing, ensuring consistency. - Remove unnecessary `crypto` module import and handle random number generation internally. Signed-off-by: Xavier Krantz <xavier.krantz@datadome.co>
- Introduce retry logic when fetching repository info if the branch was just pushed, with up to 5 attempts. - Add a flag to track if the branch was just pushed, affecting subsequent operations. - Update variable names from `repository` to `repoData` to enhance code clarity. - Import a new `RepositoryWithCommitHistory` type for better type definition. - Adjust error handling to use `repoData` for identifying branch commit issues. Signed-off-by: Xavier Krantz <xavier.krantz@datadome.co>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.