summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/cmd/env.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-18`spack develop`: convert to config (#35273)Peter Scheibel1-7/+43
2023-11-30tests: use temporary_store (#41369)Harmen Stoppels1-1/+1
2023-11-14modules: unit-tests without polluted user scope (#41041)Massimiliano Culpo1-1/+3
2023-11-10env: compute env mods only for installed roots (#40997)Harmen Stoppels1-3/+3
2023-11-07ASP: targets, compilers and providers soft-preferences are only global (#31261)Massimiliano Culpo1-1/+1
2023-11-06Environments: remove environments created with SpackYAMLErrors (#40878)Tamara Dahlgren1-17/+52
2023-11-05spack env activate: create & activate default environment without args (#40756)Harmen Stoppels1-0/+19
2023-11-05Environments: Add support for including definitions files (#33960)Tamara Dahlgren1-86/+113
2023-11-02depfile: deal with empty / non-concrete env (#40816)Harmen Stoppels1-0/+14
2023-11-02env remove: add a unit test removing two environments (#40814)Tamara Dahlgren1-11/+40
2023-11-01Cherry-picking virtual dependencies (#35322)Massimiliano Culpo1-4/+11
2023-10-31fix create/remove env with invalid spack.yaml (#39898)Luisa Burini1-2/+20
2023-10-19Improve setup build / run / test environment (#35737)Harmen Stoppels1-6/+9
2023-10-17Support `spack env activate --with-view <name> <env>` (#40549)Harmen Stoppels1-4/+25
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-2/+1
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-1/+1
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-8/+8
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-9/+8
2023-07-17Environment/depfile: fix bug with Git hash versions (attempt #2) (#37560)Peter Scheibel1-0/+53
2023-05-28modules: improve default naming scheme (#37808)Xavier Delaruelle1-3/+3
2023-05-24bugfix: env concretize after remove (#37877)Greg Becker1-0/+13
2023-05-19spack env create: generate a view when newly created env has concrete specs (...Harmen Stoppels1-0/+19
2023-05-16Requirements and preferences should not define (non-git) versions (#37687)Peter Scheibel1-1/+1
2023-05-14concretizer: don't change concrete environments without `--force` (#37438)Greg Becker1-2/+6
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-5/+2
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-14/+14
2023-05-05spack uninstall: reduce verbosity with named environments (#34001)Harmen Stoppels1-1/+1
2023-05-04Deprecate `env:` as top level environment key (#37424)Massimiliano Culpo1-47/+47
2023-05-01Factor YAML manifest manipulation out of the Environment class (#36927)Massimiliano Culpo1-135/+134
2023-04-19Extract depfile logic from cli command into a core module (#36995)Harmen Stoppels1-6/+66
2023-04-07Fix incorrect reformatting of spack.yaml (#36698)Massimiliano Culpo1-2/+2
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-8/+8
2023-02-22Allow users to specify root env dir (#32836)psakievich1-0/+17
2023-02-20environment views: better, earlier error on clash (#35541)Harmen Stoppels1-3/+3
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-16/+2
2023-01-23environments: don't replace relative view path with absolute path on concreti...Harmen Stoppels1-0/+7
2023-01-19depfile: --make-target-prefix -> --make-prefix (#35009)Harmen Stoppels1-2/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-18depfile: variable with all identifiers (#34678)Harmen Stoppels1-0/+48
2022-12-13Use file paths/urls correctly (#34452)Harmen Stoppels1-5/+5
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-18/+18
2022-11-11remove deprecated `concretization` environment key (#33774)Greg Becker1-24/+0
2022-11-08"spack uninstall": don't modify env (#33711)Peter Scheibel1-12/+34
2022-11-07concretizer:unify:true as a default (#31787)Harmen Stoppels1-1/+4
2022-10-19depfile: buildcache support (#33315)Harmen Stoppels1-10/+87
2022-10-11Refactor a few classes related to package repositories (#32273)Massimiliano Culpo1-34/+21
2022-09-07Make GHA tests parallel by using xdist (#32361)Tom Scogland1-1/+1
2022-09-02Reorder workflow execution in GHA (#32183)Tom Scogland1-1/+1
2022-09-01New command, `spack change`, to change existing env specs (#31995)Peter Scheibel1-0/+30