-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: awslabs/git-remote-s3
base: v0.1.21
head repository: awslabs/git-remote-s3
compare: v0.2.0
- 16 commits
- 11 files changed
- 2 contributors
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5363729 - Browse repository at this point
Copy the full SHA 5363729View commit details -
Merge pull request #12 from awslabs/feat_delete_ref
Handle `push --delete` command to delete remote refs
Configuration menu - View commit details
-
Copy full SHA for 7ab4062 - Browse repository at this point
Copy the full SHA 7ab4062View commit details
Commits on Nov 13, 2024
-
feat: Create and upload zip archive on git push
In addition to the sha.bundle file, a repo.zip file gets created and uploaded into the same remote refs path. Example use-case: Use a git-remote-s3 repo as S3 Source in AWS CodePipeline by pointing to the repo.zip file which will be updated on each push.
Configuration menu - View commit details
-
Copy full SHA for 472d5bd - Browse repository at this point
Copy the full SHA 472d5bdView commit details -
feat(archive): push zip file only if 's3+zip' uri scheme is used
When the remote URI scheme is 's3://' then only the sha.bundle is uploaded. When 's3+zip://' is used as URI scheme, then the additional zip archive will be created and pushed as well.
Configuration menu - View commit details
-
Copy full SHA for b1edcfe - Browse repository at this point
Copy the full SHA b1edcfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59091e6 - Browse repository at this point
Copy the full SHA 59091e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ca031 - Browse repository at this point
Copy the full SHA 84ca031View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38ae756 - Browse repository at this point
Copy the full SHA 38ae756View commit details -
fix(s3+zip): Improvements and fixes based on PR review
Only Accept s3 and s3+zip in regex match Adjust cmd_push delete logic to work with s3+zip uri scheme and an additional file next to the bundle Use Enum instead of magic strings for uri scheme Add test for wrong uri scheme s3+foo Add test cases for cmd_push delete with s3+zip as uri scheme
Configuration menu - View commit details
-
Copy full SHA for 9b49cfb - Browse repository at this point
Copy the full SHA 9b49cfbView commit details
Commits on Nov 15, 2024
-
tests(remote): Use 'BRANCH' var with 'pytest' default value
When tests use 'main' branch, local pytest runs can differ from pipeline runs. For example: There is no git repo when pytest runs in the pipeline. But locally it runs inside the git-remote-s3 repo. If mocking of a git command wasn't done properly, local tests pass because a git repo with a main branch exist. They then fail in the pipeline with an error like: 'fatal: not a valid object name: refs/heads/main' By moving away from a branch name that exists locally, the same behavior as in a pipeline run is enforced and problems easier to discover.
Configuration menu - View commit details
-
Copy full SHA for 081e6cd - Browse repository at this point
Copy the full SHA 081e6cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d26d79 - Browse repository at this point
Copy the full SHA 0d26d79View commit details -
Merge pull request #16 from wombelix/feat_push_archive
feat: Create and upload zip archive on git push
Configuration menu - View commit details
-
Copy full SHA for f454513 - Browse repository at this point
Copy the full SHA f454513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6574c83 - Browse repository at this point
Copy the full SHA 6574c83View commit details -
Merge pull request #19 from awslabs/doc_nested_modules
doc: add instructions for submodules
Configuration menu - View commit details
-
Copy full SHA for 8715ee8 - Browse repository at this point
Copy the full SHA 8715ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f71f93 - Browse repository at this point
Copy the full SHA 1f71f93View commit details -
Merge pull request #20 from awslabs/fix_nested_prefix
Correct handling of multilevel paths in S3 prefixes
Configuration menu - View commit details
-
Copy full SHA for 713c5ae - Browse repository at this point
Copy the full SHA 713c5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e4aa17 - Browse repository at this point
Copy the full SHA 5e4aa17View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.21...v0.2.0