summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-10-04Make repository a flakemiscadd-flakeMatthias Beyer
Signed-off-by: Matthias Beyer <kontakt@beyermatthias.de>
2023-10-04Fix: Toolchain file must be tomlrust-toolchain-to-tomlMatthias Beyer
The old format for the toolchain file is outdated. Move it to be a TOML file. Signed-off-by: Matthias Beyer <kontakt@beyermatthias.de>
2023-10-03fix: footnote and powershell (#377)mainRuben Arts
2023-10-03bump: use dev version (#370)Ruben Arts
2023-10-03fix: update the --frozen logic to error when there is no lockfile (#373)Ruben Arts
closes #371 Error when there is no lockfile and the `--frozen` option is used.
2023-10-03Bump/v0.5.0 (#369)Ruben Arts
2023-10-03fix: don't remove the '.11' from 'python3.11' binary file name (#366)Ruben Arts
closes https://github.com/prefix-dev/pixi/issues/317 When a numeric end is found on the binary, we don't remove it.
2023-10-02docs: small simplification and update of the cli (#365)Ruben Arts
Added new video and updated some stuff
2023-10-02Fix flacky install tests (#368)Ruben Arts
2023-10-02docs: use quotes in cli (#367)Pavel Zwerschke
Otherwise this would get piped into a file called `=1.8` 😅
2023-09-28feat: add --locked and --frozen to getting an up-to-date prefix (#363)Ruben Arts
Closes #349 Add the `--frozen` and `--locked` like how cargo does it. Allow users to force CI to not touch the lock file.
2023-09-28Create or append to the `.gitignore` and `.gitattributes` files (#359)Ruben Arts
Retrying to close #343
2023-09-28chore: periodic cargo upgrade --all --incompatible (#358)Wolf Vollprecht
2023-09-28bump: 0.5.0-dev and rattler (#361)Bas Zalmstra
2023-09-27Change how `shell` works and make activation more robust (#316)Wolf Vollprecht
For `shell`, we used to run the activation script and then start the shell. The problem was that the shell also runs a `bashrc`, `zshrc` or similar file after starting. So any PATH modifications (or env var modifications) we had done might have been un-done by the `bashrc` file. This PR changes how `shell` works. It first starts the shell (that runs all `bashrc` etc. commands) and then sources an activation script. This is only possible with some UNIX foo (forking and mirroring the shell). We copied the approach from `poetry` that uses `pexpect`. We forked parts of `rexpect` here to make it work. --------- Co-authored-by: Bas Zalmstra <zalmstra.bas@gmail.com> Co-authored-by: Ruben Arts <ruben.arts@hotmail.com>
2023-09-27Misc/docker example (#353)Ruben Arts
2023-09-26docs: copy from cms (#355)Ruben Arts
depends on https://github.com/prefix-dev/cms/pull/10
2023-09-22bump: add change-log and bump version number (#352)Ruben Arts
2023-09-22Align with latest rattler version `0.9.0` (#350)Ruben Arts
Fix required changes to align with latest version of rattler.
2023-09-20feat: add channel add feature on project subcommand. (#347)Ruben Arts
Added the #254 but with the `project` prefix. So the main cli entry point stays as clean as possible. This is beneficial for future expansion.
2023-09-20misc: add tip to resolve virtual package issue (#348)Ruben Arts
Add tip to the error of a to low local system requirement. closes #346
2023-09-17add LFortran to Community.md (#341)Wolf Vollprecht
2023-09-17Add Ribasim to Community.md (#340)Hofer-Julian
We moved to pixi a bit earlier than expected: https://github.com/Deltares/Ribasim/pull/594 Most things went quite smooth. If you are interested in specific feedback when we've used it for a while, let me know.
2023-09-15DOC: Add new hobby project, xtsci-dist (#339)Rohit Goswami
2023-09-12fix: remove atty and use stdlib (#337)Wolf Vollprecht
2023-09-12feat: add codespell (config, workflow) to catch typos + catch and fix some ↵Yaroslav Halchenko
of those (#329)
2023-09-11bump: 0.3.0 (#336)Bas Zalmstra
* bump: 0.3.0 * fix: precommit * fix: missing changelog entry
2023-09-11Update all dependencies as well as rattler (#321)Wolf Vollprecht
* update all dependencies of pixi * update to the latest rattler version * fmt and clippy * Update src/environment.rs * bump: to latest version * fix: rattler issue --------- Co-authored-by: Bas Zalmstra <zalmstra.bas@gmail.com>
2023-09-11Add arxiv research to community projects (#335)Pablo Vela
2023-09-11fix: noarch is the only channel that must exist (#333)Bas Zalmstra
2023-09-11fix: simplify quoting logic (#313)Bas Zalmstra
2023-09-11Add `pixi global list` and `pixi global remove` commands (#318)Colin J. Fuller
* Add a `global remove` command * Add a `global list` command * Fix lint; run cargo fmt * Review fixes: destructure BinEnv[Dir], command docstrings * A couple more Bin[Env]Dir destructures * Remove dry_run, split out path construction / script generation
2023-09-11Add setup-pixi action references (#332)Pavel Zwerschke
2023-09-07Merge pull request #324 from baszalmstra/feat/manifest_path_nameTim de Jager
feat: manifest-path must point to a pixi.toml
2023-09-07Merge pull request #310 from baszalmstra/feat/enable_local_certificate_storeTim de Jager
feat: enable use of os certificate store
2023-09-06fix: correct pwsh completion install script (#325)Chawye Hsu
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
2023-09-06Merge remote-tracking branch 'upstream/main' into feat/manifest_path_nameBas Zalmstra
2023-09-06feat: manifest-path must point to a pixi.tomlBas Zalmstra
2023-08-30Updated README.md (#315)Gokul B. Nair
The domain "pixi.sh" seems to be blocked by my organization. So, the curl command didn't work for me. Adding a fallback source to curl with a github raw link to the install.sh file in the repo, in case the first one doesn't work.
2023-08-29Merge pull request #307 from baszalmstra/fix/sort_lock_fileBas Zalmstra
fix: sorting of lock-files
2023-08-28Merge pull request #312 from inbinder/grammar/READMEBas Zalmstra
Grammar correction in README
2023-08-28Grammar correction in READMEZachary Manning
2023-08-28fix: pre-commitBas Zalmstra
2023-08-28fix: test reviewBas Zalmstra
2023-08-28fix: precommit changesBas Zalmstra
2023-08-28fix: update project lock file with sortingBas Zalmstra
2023-08-28fix: ros2-nav2 lockfileBas Zalmstra
2023-08-28fix: update lock-files with sortingBas Zalmstra
2023-08-28Merge remote-tracking branch 'upstream/main' into fix/sort_lock_fileBas Zalmstra
2023-08-28fix: use rattler main branchBas Zalmstra