Commits
Click on a commit to change the comparison rangeUse recursive hardlinking for pkgs migration1 year ago
by peytondmurray Add back in copying if hardlinking isn't possible on the filesystem1 year ago
by peytondmurray Improve error messaging; respect `always_copy` when migrating pkgs1 year ago
by peytondmurray Convert docstring format; switch from 'legacy' to 'prefix'1 year ago
by peytondmurray Cat the default condarc1 year ago
by peytondmurray Create test fixture to remove `pkgs_dirs` from .condarc1 year ago
by peytondmurray Put in tmate to figure out why I have no control over pkgs1 year ago
by peytondmurray Reset the context when updating condarc in fixture1 year ago
by peytondmurray Add some cleanup to `test_protected_dirs_error_for_rename`1 year ago
by peytondmurray Use shutil.rmtree rather than pathlib.Path.unlink1 year ago
by peytondmurray Tests/fixtures rearrangement; adding migration tests1 year ago
by peytondmurray Add tests for env and pkgs migrations1 year ago
by peytondmurray Rework the `unset_condarc_pkgs` fixture to work with multiple files1 year ago
by peytondmurray Add diagnostic output to unset_condarc_pkgs; add tmate1 year ago
by peytondmurray Reset the context before rewriting all condarcs1 year ago
by peytondmurray Remove tmate1 year ago
by peytondmurray Use os.link rather than pathlib.Path.hardlink_to for 3.9 compat1 year ago
by peytondmurray Add tmate to windows tests1 year ago
by peytondmurray Windows doesn't like removing env by name; try by prefix?1 year ago
by peytondmurray Ensure that the migration warning can be suppressed1 year ago
by peytondmurray Make sure to remove the key that was added1 year ago
by peytondmurray Add tmate1 year ago
by peytondmurray Fixed root_prefix_env_factory cleanup; remove tmate1 year ago
by peytondmurray Add more tests of other migrate_pkgs code paths1 year ago
by peytondmurray Finalize the migration tests1 year ago
by peytondmurray Unset condarc envs on test_pkgs_envs_old_default_dirs1 year ago
by peytondmurray Add news item1 year ago
by peytondmurray Modify log warning message for clarity1 year ago
by peytondmurray Move user_data_envs, etc to be properties of Context1 year ago
by peytondmurray Also except OSError when hardlinking pkgs/1 year ago
by peytondmurray Modify Context to allow new pkgs/envs layout config variable1 year ago
by peytondmurray Automatically use pkg_env_layout = conda_root for tests; fix tests1 year ago
by peytondmurray Fixing migration tests1 year ago
by peytondmurray Finish migration tests1 year ago
by peytondmurray Fix bad mock1 year ago
by peytondmurray Fix test which needs pkg_env_layout = "conda_root"1 year ago
by peytondmurray Modify mock pkgs/envs to produce valid paths on windows1 year ago
by peytondmurray Move env var intialization back to where it was1 year ago
by peytondmurray Add fixture to mock out `context.pkg_env_layout` -> 'conda_root'1 year ago
by peytondmurray Can't use mock on pkg_env_root; expects a parameter, not str1 year ago
by peytondmurray Maybe I need to reset context first?1 year ago
by peytondmurray Try mocking with a PrimitiveParameter1 year ago
by peytondmurray Mock parameter needs a call to _set_name1 year ago
by peytondmurray Try unsetting condarc pkgs_dirs/envs_dirs for test_clean_and_packages1 year ago
by peytondmurray Something is up with the CI test env; tmate to debug1 year ago
by peytondmurray Remove tmate - tests pass when I just run them manually....1 year ago
by peytondmurray Try resetting context and printing --show-sources inside test1 year ago
by peytondmurray Reenable tests; add patch decorator on offending test1 year ago
by peytondmurray Add unit tests for hardlink_dir_contents, copy_dir_contents1 year ago
by peytondmurray General cleanup; make test_migrate_envs has envs to migrate :)1 year ago
by peytondmurray Add deprecation; make pkg_env_layout an enum1 year ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs1 year ago
by peytondmurray Need to reset context on a few migration tests1 year ago
by peytondmurray Use `None` instead of "unset" for pkg_env_layout1 year ago
by peytondmurray Make attribute mocking fixture handle NoneType parameters1 year ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs1 year ago
by peytondmurray Add PrefixData import; add more tests1 year ago
by peytondmurray Fix test paths for windows compat; fix test of warning message1 year ago
by peytondmurray Resolve paths in test1 year ago
by peytondmurray Improve coverage over warning emission1 year ago
by peytondmurray Cleanup1 year ago
by peytondmurray Address review comments1 year ago
by peytondmurray Revise pkgs_dirs/envs_dirs behavior to match latest request; update tests1 year ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs1 year ago
by peytondmurray Consolidate multiple appends to an extend1 year ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs1 year ago
by peytondmurray Add envs_dirs test1 year ago
by peytondmurray Apply suggestions from code review1 year ago
by peytondmurray Modify test regexes to match expected error message text1 year ago
by peytondmurray