summaryrefslogtreecommitdiff
path: root/lib/spack/spack/schema/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-15/+0
2023-11-05Environments: Add support for including definitions files (#33960)Tamara Dahlgren1-33/+1
2023-06-08Forbid using `env:` as a top level environment attribute (#38199)Massimiliano Culpo1-4/+4
2023-04-10Ci backwards compat (#36045)kwryankrattiger1-0/+12
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-12/+3
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-11remove deprecated `concretization` environment key (#33774)Greg Becker1-58/+3
2022-07-31black: reformat entire repository with blackTodd Gamblin1-138/+116
2022-06-22Remove update functions used to ease the transition in v0.16 (#31216)Massimiliano Culpo1-3/+0
2022-05-23Deprecate `spack:concretization` over `concretizer:unify` (#30038)Harmen Stoppels1-2/+47
2022-03-09environment.py: allow link:run (#29336)Harmen Stoppels1-1/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-19jsonschema: use more specific schema identifiersTodd Gamblin1-1/+1
2021-08-16Allow environment views to be sym/hard link and copy types (#24832)psakievich1-0/+3
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-10-15Environments: specify packages for developer builds (#15256)Greg Becker1-0/+19
2020-08-10Update packages.yaml format and support configuration updatesMassimiliano Culpo1-0/+22
2020-06-25spack config: new subcommands add/remove (#13920)Greg Becker1-0/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-11-03environments: only write when necessary (#13546)Greg Becker1-0/+1
2019-10-07Spack environments can concretize specs together (#11372)Massimiliano Culpo1-0/+5
2019-09-07flake8: make entire repository pass `spack flake8 -a`Todd Gamblin1-30/+31
2019-07-18stacks: add option to link only roots or all specs, default to allGregory Becker1-0/+4
2019-07-18stacks: update view management for multiple/combinatorial viewsGregory Becker1-23/+24
2019-07-18stacks: initial implementation of stacks on environmentsGregory Becker1-10/+73
2019-05-26docs: make docs build relocatable for localized buildsTodd Gamblin1-1/+1
2019-04-10Maintain a view for an environment (#10017)Peter Scheibel1-0/+3
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2019-01-01Improve validation of modules.yaml (#9878)Massimiliano Culpo1-2/+0
2018-11-09config: allow env.yaml to contain configuration in a single fileTodd Gamblin1-19/+30
2018-11-09schemas: rework schemas so that they can be included from other filesTodd Gamblin1-6/+9
2018-11-09env: add spack env command, along with env.yaml schema and testsPeter Josef Scheibel1-0/+43