-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Add a "shared cache" directory #476
Merged
Merged
Commits on Sep 12, 2021
-
Add a "shared cache" directory
Add an "{envdir}/.shared" directory, and create an API for accesing to it.
Configuration menu - View commit details
-
Copy full SHA for 5bd072c - Browse repository at this point
Copy the full SHA 5bd072cView commit details -
Don't fail if the ".shared" directory exists
Don't raise an exception.
Configuration menu - View commit details
-
Copy full SHA for 09d6420 - Browse repository at this point
Copy the full SHA 09d6420View commit details -
Move the "shared cache" API inside of nox.sessions.Session
Configuration menu - View commit details
-
Copy full SHA for 2ce057f - Browse repository at this point
Copy the full SHA 2ce057fView commit details
Commits on Sep 13, 2021
-
Convert the "shared cache" path into a property. Now, it returns a "pathlib.Path".
Configuration menu - View commit details
-
Copy full SHA for f96482e - Browse repository at this point
Copy the full SHA f96482eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c16504e - Browse repository at this point
Copy the full SHA c16504eView commit details
Commits on Sep 14, 2021
-
Use the "pathlib.Path" methods to reduce the variable usage.
Configuration menu - View commit details
-
Copy full SHA for b4179e7 - Browse repository at this point
Copy the full SHA b4179e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a3a11 - Browse repository at this point
Copy the full SHA 12a3a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66467f0 - Browse repository at this point
Copy the full SHA 66467f0View commit details -
Use the parent directory to create the cache dir.
Configuration menu - View commit details
-
Copy full SHA for c99e096 - Browse repository at this point
Copy the full SHA c99e096View commit details -
Use a tempfile to test the session properties.
Configuration menu - View commit details
-
Copy full SHA for 08ef0e1 - Browse repository at this point
Copy the full SHA 08ef0e1View commit details
Commits on Sep 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 606a4cc - Browse repository at this point
Copy the full SHA 606a4ccView commit details -
This avoids some unnecessary path manipulations, and using the parent directory of a virtualenv which does not necessarily exist (`PassthroughEnv` does not create a virtualenv). Co-authored-by: Claudio Jolowicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b93808 - Browse repository at this point
Copy the full SHA 0b93808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 717d874 - Browse repository at this point
Copy the full SHA 717d874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3b55b - Browse repository at this point
Copy the full SHA 8b3b55bView commit details
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.