This repository was archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 445
Release 0.33 #739
Merged
Merged
Release 0.33 #739
Conversation
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
Fixes #732 If the project isn't initialized by the extension on the local machine, the lfs hooks and mergecmd configurations won't be set properly. These things are as important as the credential helper configuration steps, so do them at startup. To make play mode switches faster, cache the git installation state in the settings and only run the installers once a day, and validate the existing git/lfs versions once at Unity startup (if we know where they are from the cached settings)
Since we know which git and git lfs versions we want and we already check them in the settings view, switch to using version checks instead of md5 everywhere. If we find a good enough version, use it. Make sure we do update checks once a day for git and git lfs. Go and find lfs if we have a git custom path on all OSes Make sure we restart the repository manager and everything else that relies on git when we switch gits, since outputs may change.
Add a slimmed down git installation suitable for testing the git installer process and version checks, so that they won't take so long to execute. Fix a few bugs in the package generation script and in the installer.
Skip installers if we know we have a valid git/gitlfs on startup Don't constantly copy the octorun zip if we already have it
Fix packaging of resources
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This currently includes