summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/modules/common.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-14modules: unit-tests without polluted user scope (#41041)Massimiliano Culpo1-1/+5
2023-11-08modules: restore exclude_implicits (#40958)Harmen Stoppels1-21/+0
2023-10-26modules: hide implicit modulefiles (#36619)Xavier Delaruelle1-1/+21
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-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-05-16check_modules_set_name: do not check for "enable" key (#37701)Harmen Stoppels1-0/+30
2023-05-05Remove "blacklist" and "whitelist" from module configuration (#37432)Massimiliano Culpo1-33/+0
2023-04-03modules: remove default symlink on uninstall (#36454)Xavier Delaruelle1-0/+3
2023-04-03modules: correctly detect explicit installation (#36533)Xavier Delaruelle1-1/+1
2023-03-19Fix case spelling for Lmod and Tcl (#36215)Xavier Delaruelle1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-8/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-105/+70
2022-07-14Deprecate `blacklist`/`whitelist` in favor of `include`/`exclude` (#31569)Todd Gamblin1-0/+33
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-23/+18
2022-05-05harden unit tests, enable basic parallelism (#29593)Tom Scogland1-14/+0
2022-04-22Move "installed" and "installed_upstream" from PackageBase to Spec (#30191)Massimiliano Culpo1-5/+1
2022-03-17"spack commands --update-completion"John Parent1-4/+4
2022-03-17Update tests support for WindowsBetsy McPhail1-0/+4
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-26modules: configurable module defaults (#24367)Greg Becker1-1/+32
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-4/+4
2021-05-28Separable module configuration -- without the bugs this time (#23703)Greg Becker1-1/+1
2021-05-17Revert "Separable module configurations (#22588)" (#23674)Harmen Stoppels1-1/+1
2021-05-14Separable module configurations (#22588)Greg Becker1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-03-06Fix for being able to 'spack load' packages that have been renamed. (#14348)Andrew W Elble1-0/+31
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-04Bugfix: allow missing modules if they are blacklisted (#13540)Peter Scheibel1-8/+4
2019-06-10Fix recursive module find for upstream dependencies (#11304)Peter Scheibel1-2/+119
2019-06-04modules: set permissions based on package configuration (#11337)Greg Becker1-1/+39
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-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-19Modulefiles generated with a template engine (#3183)Massimiliano Culpo1-0/+53