summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/modules/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-21specs: Better error messages for badly quoted specs (#41805)Todd Gamblin1-12/+6
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-1/+1
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-2/+2
2023-08-08Name clash error message include hash of clashing packages (#39234)simonLeary421-1/+2
2023-07-18modules: add support for conflict in lua modulefile (#36701)Xavier Delaruelle1-4/+11
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-1/+3
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-1/+1
2023-05-16check_modules_set_name: do not check for "enable" key (#37701)Harmen Stoppels1-14/+16
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-9/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-111/+123
2022-07-31black: break up long strings that black cannot fixTodd Gamblin1-2/+8
2022-07-14Deprecate `blacklist`/`whitelist` in favor of `include`/`exclude` (#31569)Todd Gamblin1-4/+4
2022-04-22Move "installed" and "installed_upstream" from PackageBase to Spec (#30191)Massimiliano Culpo1-1/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+2
2021-05-28Separable module configuration -- without the bugs this time (#23703)Greg Becker1-6/+34
2021-05-17Revert "Separable module configurations (#22588)" (#23674)Harmen Stoppels1-34/+6
2021-05-14Separable module configurations (#22588)Greg Becker1-6/+34
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-06-23Module index should not be unconditionally overwritten (#14837)Matthias Wolf1-2/+5
2020-05-09bugfix: don't use sys.stdout as a default arg value (#16541)Todd Gamblin1-1/+2
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-13/+41
2019-10-02Remove support for generating dotkit files (#11986)Massimiliano Culpo1-1/+0
2019-08-13Fix "spack loads" when retrieving upstream modules (#12203)Peter Scheibel1-9/+3
2019-06-10Fix recursive module find for upstream dependencies (#11304)Peter Scheibel1-40/+16
2019-06-05tty: make tty.* print exception typesTamara Dahlgren1-0/+1
2019-04-17Features: Improve Spec format strings (#10556)Greg Becker1-1/+3
2019-03-27spack chain (#8772)Peter Scheibel1-4/+23
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-09env: rework environmentsTodd Gamblin1-2/+4
2018-11-09env: add --env argument to `spack find`Todd Gamblin1-3/+1
2018-11-09env: refactor common argumentsElizabeth Fischer1-5/+13
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-08-27import spack load error message (#9088)Andreas Baumbach1-1/+1
2018-07-24Grouped all the module commands under `spack module`Massimiliano Culpo1-0/+346