summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/cmd/uninstall.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-2/+1
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-16/+16
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-05-05spack uninstall: reduce verbosity with named environments (#34001)Harmen Stoppels1-8/+4
2023-02-22Allow users to specify root env dir (#32836)psakievich1-1/+4
2023-02-16spack uninstall: follow run/link edges on --dependents (#34058)Harmen Stoppels1-38/+40
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-09Windows: reenable unit tests (#33385)John W. Parent1-3/+1
2022-11-21uninstall: fix accidental cubic complexity (#34005)Harmen Stoppels1-0/+35
2022-11-08"spack uninstall": don't modify env (#33711)Peter Scheibel1-0/+187
2022-07-31black: reformat entire repository with blackTodd Gamblin1-41/+35
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-3/+0
2022-03-17"spack commands --update-completion"John Parent1-4/+2
2022-03-17Expand external find for Windows (#27588)John Parent1-7/+3
2022-03-17Update tests support for WindowsBetsy McPhail1-0/+9
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-0/+2
2021-05-25Stand-alone/Smoke tests: copy cached test sources to test stage (#23713)Tamara Dahlgren1-5/+6
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-04-12database: maintain in-memory consistency on remove (#15777)Massimiliano Culpo1-1/+15
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-09-04specs: better lookup by hash; allow references to missing dependency hashesTodd Gamblin1-10/+84
2019-07-15spack uninstall can uninstall specs with multiple roots (#11977)Massimiliano Culpo1-1/+30
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin1-1/+1
2018-05-17init: initialize spack.store lazilyTodd Gamblin1-1/+1
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-01-29Mark slow unit tests (#6994)Massimiliano Culpo1-3/+9
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-07-22Make testing spack commands simpler (#4868)Todd Gamblin1-15/+18
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-04-22External packages are now registered in the DB (#1167)Massimiliano Culpo1-1/+1
2016-12-29unit tests: replace nose with pytest (#2502)Massimiliano Culpo1-23/+24
2016-10-30Rename install.yaml -> config.yaml, install_area -> "store"Todd Gamblin1-2/+2
2016-10-30refactor settings for install area and make them config optionsBenedikt Hegner1-2/+2
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-0/+2
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2016-04-04uninstall : renamed `--recursive` to `--dependents`alalazo1-3/+3
2016-03-31uninstall : added unit testsMassimiliano Culpo1-0/+37