summaryrefslogtreecommitdiff
path: root/lib/spack/spack/config.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-19`spack config get`/`blame`: with no args, show entire config Massimiliano Culpo1-2/+2
2023-12-18spack.config: cleanup and add type hints (#41741)Massimiliano Culpo1-148/+173
2023-12-18`spack develop`: convert to config (#35273)Peter Scheibel1-0/+79
2023-11-05Environments: Add support for including definitions files (#33960)Tamara Dahlgren1-0/+2
2023-09-06"spack config add": support values with ":" (#39831)John W. Parent1-8/+25
2023-09-05Revert ""spack config add": allow values with a ":" (#39279)" (#39825)Harmen Stoppels1-24/+7
2023-09-01"spack config add": allow values with a ":" (#39279)John W. Parent1-7/+24
2023-08-15spack.config: use all caps for globals (#39424)Harmen Stoppels1-41/+43
2023-08-14Fix style issues with latest versions of tools (#39422)Massimiliano Culpo1-1/+1
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-2/+2
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-3/+3
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-06-08Forbid using `env:` as a top level environment attribute (#38199)Massimiliano Culpo1-14/+4
2023-06-08Fix compiler removal from command line (#38057)Massimiliano Culpo1-6/+0
2023-05-04Update vendored ruamel.yaml to v0.17.21 (#37008)Massimiliano Culpo1-38/+16
2023-04-04Make spack config update work on environments (#36542)Harmen Stoppels1-5/+4
2023-03-31typehint a few globals (#36544)Harmen Stoppels1-2/+2
2023-03-10CI boilerplate reduction (#34272)kwryankrattiger1-4/+114
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-7/+3
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-29docs: avoid errors by using type hints instead of doc types (#34707)Todd Gamblin1-29/+36
2022-12-05vermin: remove all novm comments from code (#34308)Todd Gamblin1-1/+1
2022-11-29debug: move "nonexistent config path" message to much higher verbosity level ...Todd Gamblin1-2/+2
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-5/+3
2022-11-09Revert "fix racy sbang (#33549)" (#33778)Harmen Stoppels1-2/+4
2022-11-08fix racy sbang (#33549)Harmen Stoppels1-4/+2
2022-10-11Refactor a few classes related to package repositories (#32273)Massimiliano Culpo1-11/+5
2022-08-30Environments: Add support for include URLs (#29026)Tamara Dahlgren1-3/+94
2022-08-26Improve error message for yaml config file (#32382)Chris White1-1/+9
2022-07-31black: reformat entire repository with blackTodd Gamblin1-146/+135
2022-06-17Bugfix external find --all for libraries (#31186)Brian Van Essen1-1/+1
2022-05-26Revert "strip -Werror: all specific or none (#30284)" (#30878)Scott Wittenburg1-3/+0
2022-05-24strip -Werror: all specific or none (#30284)Tom Scogland1-0/+3
2022-05-18Add license dir to config (#30135)robgics1-2/+3
2022-03-21config add: fix parsing of validator error to infer type from oneOf (#29475)Greg Becker1-4/+4
2022-03-17"spack commands --update-completion"John Parent1-2/+8
2022-03-17Windows: Symlink supportBetsy McPhail1-0/+1
2022-03-17Create rename utility functionBetsy McPhail1-2/+2
2022-02-16config: add a new `concretizer` config sectionTodd Gamblin1-1/+3
2022-01-21add six.raise_from() to preserve exception traceback (#28532)Danny McClanahan1-1/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo1-2/+1
2021-10-29config add: infer type based on JSON schema validation errors (#27035)Massimiliano Culpo1-14/+29
2021-10-26config: overrides for caches and system and user scopes (#26735)Harmen Stoppels1-20/+31
2021-10-06Remove the spack.architecture module (#25986)Massimiliano Culpo1-2/+2
2021-10-05Isolate bootstrap configuration from user configuration (#26071)Massimiliano Culpo1-1/+6
2021-09-08Disable module generation during bootstrappingMassimiliano Culpo1-4/+5
2021-09-03Don't error when removing scope that does not existHarmen Stoppels1-1/+2
2021-08-03Fix typo (#25223)Harmen Stoppels1-1/+1