-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bring history and adjust paths and imports #2
Merged
Conversation
This file contains 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
Log the package name that has a bad package name to stderr
Solver 4.0 PR
Mgrant broken env
Fix for removing packages from broken environments
Updates no longer upgrade past features
Fixes to remove functionality and general performance issues
Fix for pinned spec matching
Improving hints: consolidate according to common sub-dependencies
Solver tweaks: code reduction, minor performance tweaks
Fixed solver string format.
Fix `dependency_sort` issue in clone
Features need "None" SAT polarity so we can assert they are false
Fix for strange interaction between features and versions
Performance improvements for large numbers of builds
start conda.common refactor
Initial commit: improvements to update behavior
Revert "Merge pull request #2214 from conda/kalefranz/conda-common"
Reduce the amount of extraneous info in hints
Print progress to the terminal rather than stdout (formerly #2005)
Flake8 Style Fixes
Better handling of channel collisions
Remove dead code
Prevent version downgrades during removes
Further fixes to channel collisions
Fix misc.install_local_packages
…612) * Issue #12007: Change "failed" language to "unsuccessful attempt" * fix line length * fix line length, add news file --------- Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com> Co-authored-by: Jannis Leidel <jannis@leidel.info>
* Do not considering prefix data when pruning * Remove usage of `odict()` and `concatv()` * Add news file --------- Co-authored-by: Martin Prüsse <prusse.martin@gmail.com> Co-authored-by: Bianca Henderson <bhenderson@anaconda.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ken Odegard <kodegard@anaconda.com>
* Postponed deprecations to 24.3.0 (see #12681): * loading subcommands from conda-* executables * conda.export.handle_proxy_407 * conda.export.memoized * Remove 23.9.0 deprecations --------- Co-authored-by: Jannis Leidel <jannis@leidel.info>
* Re-enable pyupgrade via ruff * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixes from ruff --fix --unsafe-fixes * Ignore input export * In Python 3, io.open is an alias for open * News --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Introduce new post-solve plugin hook. Rework signature-verification to use the new post-solve hook. Update signature-verification tests to be more comprehensive and properly test signature-verification code. --------- Co-authored-by: Sebastien Awwad <sebastien.awwad@gmail.com> Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com> Co-authored-by: Bianca Henderson <bhenderson@anaconda.com>
* Add `conda.testing.tmp_channel` pytest fixture and deprecating `conda.testing.integration.make_temp_channel` helper function. * Deprecate remaining helper functions that still rely on `conda.testing.integration.run_command`. * Postpone `conda.base.context.Context.conda_exe` deprecation to `conda 24.9`. * Postpone `conda.testing.integration.run_command` deprecation to `conda 25.3`. * Postpone loading subcommands from executables deprecation to `conda 25.3`. * Remove remaining deprecations slated for `conda 24.3`. --------- Co-authored-by: Jannis Leidel <jannis@leidel.info>
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.2](astral-sh/ruff-pre-commit@v0.3.7...v0.4.2) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Enable ruff --unsafe-fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Disable ruff --unsafe-fixes again * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.4...v0.4.7) - [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.28.4](python-jsonschema/check-jsonschema@0.28.3...0.28.4) * Use `os.path` instead of `genericpath` --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ken Odegard <kodegard@anaconda.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
jaimergp
force-pushed
the
bring-history
branch
from
August 26, 2024 09:00
375718b
to
03b20c3
Compare
jezdez
approved these changes
Aug 26, 2024
jaimergp
force-pushed
the
bring-history
branch
2 times, most recently
from
August 26, 2024 10:51
c87b3b3
to
b1a825c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Bringing the whole solver classic history to this repo. This was done with these commands:
conda/conda
repo:conda/*
toconda_classic_solver/*
and adjust imports.