-
Notifications
You must be signed in to change notification settings - Fork 195
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
Feat/remove command #483
Feat/remove command #483
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 272cdf7 - Browse repository at this point
Copy the full SHA 272cdf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb514cd - Browse repository at this point
Copy the full SHA fb514cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c57c40f - Browse repository at this point
Copy the full SHA c57c40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e238dd - Browse repository at this point
Copy the full SHA 2e238ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f62e6a0 - Browse repository at this point
Copy the full SHA f62e6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b12a0 - Browse repository at this point
Copy the full SHA 19b12a0View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f874e3 - Browse repository at this point
Copy the full SHA 4f874e3View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff912a9 - Browse repository at this point
Copy the full SHA ff912a9View commit details -
ux: show which command is run to the user (prefix-dev#491)
![image](https://github.com/prefix-dev/pixi/assets/12893423/09887ec9-61d7-4b49-8438-002d987d20da) I think this is enough info, can be less can be more, what do you think?
Configuration menu - View commit details
-
Copy full SHA for 526a33d - Browse repository at this point
Copy the full SHA 526a33dView commit details -
ux: list tasks when command is not found (prefix-dev#488)
Closes prefix-dev#485 Helps user with: ``` ➜ pixi run bla bla: command not found Available tasks: build build-docs docs install lint test test-all ➜ ``` Allows user to: ``` ➜ pixi run 'echo $PIXI_PACKAGE_VERSION' 0.7.1-dev ➜ pixi run 'echo $PIXI_PACKAGE_VERSION && echo $PIXI_PACKAGE_NAME && echo $CONDA_PREFIX' 0.7.1-dev pixi /home/rarts/development/pixi/.pixi/env ``` Depended on denoland/deno_task_shell#98
Configuration menu - View commit details
-
Copy full SHA for f47dde3 - Browse repository at this point
Copy the full SHA f47dde3View commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f506b0a - Browse repository at this point
Copy the full SHA f506b0aView commit details -
fix: RECORD not found issue (prefix-dev#495)
Fixes an issue where if you install `pyside6` you would get an error: ``` × could not uninstall python package pyside6-6.6.0. Manually remove the `.pixi/env` folder and try again. ╰─▶ the RECORD file is missing ```
Configuration menu - View commit details
-
Copy full SHA for e23e155 - Browse repository at this point
Copy the full SHA e23e155View commit details -
feat: implement lock-file satisfiability with pypi dependencies (pref…
…ix-dev#494) This PR adds support for checking the satisfiability of the lock-file which includes pypi-dependencies. Purls have been added to the lock-file (conda/rattler#414) (See also: conda/ceps#63). This enables checking which conda packages will install which pypi packages without needing to check the internet. This ensures we can still check if a lock-file is up to date quickly. I did not profile this code but I think there are a lot of places we can improve the performance. Thats for a later PR. I also didn't add tests. I think we should but we can also do that in another PR. Closes prefix-dev#467 --------- Co-authored-by: Ruben Arts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6b4678 - Browse repository at this point
Copy the full SHA f6b4678View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44517e6 - Browse repository at this point
Copy the full SHA 44517e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4587b7b - Browse repository at this point
Copy the full SHA 4587b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b15e4 - Browse repository at this point
Copy the full SHA e3b15e4View commit details -
prepare for release v0.8.0 (prefix-dev#501)
Co-authored-by: Bas Zalmstra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb84048 - Browse repository at this point
Copy the full SHA fb84048View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9d12b - Browse repository at this point
Copy the full SHA bf9d12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ad41ca - Browse repository at this point
Copy the full SHA 7ad41caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f636ca - Browse repository at this point
Copy the full SHA 8f636caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf05ca - Browse repository at this point
Copy the full SHA 9cf05caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 578762f - Browse repository at this point
Copy the full SHA 578762fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b1d85 - Browse repository at this point
Copy the full SHA 52b1d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69235a0 - Browse repository at this point
Copy the full SHA 69235a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2120ecc - Browse repository at this point
Copy the full SHA 2120eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9255729 - Browse repository at this point
Copy the full SHA 9255729View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0a2e0 - Browse repository at this point
Copy the full SHA fb0a2e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef60e52 - Browse repository at this point
Copy the full SHA ef60e52View commit details -
Merge branch 'feat/remove-command' of github.com:Wackyator/pixi into …
…feat/remove-command
Configuration menu - View commit details
-
Copy full SHA for bb078d7 - Browse repository at this point
Copy the full SHA bb078d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ae106 - Browse repository at this point
Copy the full SHA 15ae106View commit details -
Configuration menu - View commit details
-
Copy full SHA for a398a43 - Browse repository at this point
Copy the full SHA a398a43View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 895d1ba - Browse repository at this point
Copy the full SHA 895d1baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a02acf - Browse repository at this point
Copy the full SHA 6a02acfView commit details