-
Notifications
You must be signed in to change notification settings - Fork 450
Comparing changes
Open a pull request
base repository: kubernetes/git-sync
base: v4.2.4
head repository: kubernetes/git-sync
compare: v4.3.0
- 9 commits
- 35 files changed
- 5 contributors
Commits on Jul 16, 2024
-
test: harden e2e image build logic
This introduces several changes to make the e2e test image logic more robust: - Rename IMAGE to GIT_SYNC_E2E_IMAGE to minimize accidental misuse - Ensure that the image built by make container is the same as the image used by docker run - Do not build the container if a custom image is specified As an example, with the prior logic the following command always fails: IMAGE="" make test ... Unable to find image 'gcr.io/k8s-staging-git-sync/git-sync:latest' locally Because the docker run command pulls a different image from the one built by make container.
Configuration menu - View commit details
-
Copy full SHA for f6f7401 - Browse repository at this point
Copy the full SHA f6f7401View commit details -
Merge pull request #910 from sdowell/e2e-image-build
test: harden e2e image build logic
Configuration menu - View commit details
-
Copy full SHA for f73ee00 - Browse repository at this point
Copy the full SHA f73ee00View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9782ee2 - Browse repository at this point
Copy the full SHA 9782ee2View commit details -
fix: recover when there is unreleased lock file
If a previous git invocation crashes, it is possible that an orphaned lock file (e.g. shallow.lock) is left on the filesystem. This previously caused git-sync to crash loop because the lock file is never deleted. This change adds a check in sanityCheckRepo for the existence of a git lock file. If the git lock file exists at this stage, then initRepo will re-initialize the repository.
Configuration menu - View commit details
-
Copy full SHA for ae22b20 - Browse repository at this point
Copy the full SHA ae22b20View commit details -
Merge pull request #914 from sdowell/git-lock-files
fix: recover when there is unreleased lock file
Configuration menu - View commit details
-
Copy full SHA for a5a965f - Browse repository at this point
Copy the full SHA a5a965fView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69d2395 - Browse repository at this point
Copy the full SHA 69d2395View commit details
Commits on Sep 25, 2024
-
Add support for GitHub app authentication
Signed-off-by: Liam Wyllie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e2e0f0 - Browse repository at this point
Copy the full SHA 0e2e0f0View commit details -
Enable the GitHub app e2e test
The GitHub app e2e test requires a GitHub app to be created and installed, and also requires a few environment variables to be set. This commit updates the GitHub action workflow by providing the environment variables which can be set via GitHub Secret. GitHub Secrests cannot start with `GITHUB_`. Hence, this commit prepends `TEST_` to the env variables. It also updates how GitHub app private key file is set. It can be set by either `TEST_GITHUB_APP_PRIVATE_KEY` or `TEST_GITHUB_APP_PRIVATE_KEY_FILE`.
Configuration menu - View commit details
-
Copy full SHA for 8441240 - Browse repository at this point
Copy the full SHA 8441240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c0d58 - Browse repository at this point
Copy the full SHA 97c0d58View 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 v4.2.4...v4.3.0