summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/view.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-2/+2
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-6/+5
2023-01-18license year bump (#34921)Harmen Stoppels1-2/+2
2022-09-22Add hash hint to multi-spec message (#32652)Tamara Dahlgren1-11/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-60/+86
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-1/+1
2021-08-16Allow environment views to be sym/hard link and copy types (#24832)psakievich1-11/+4
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-4/+8
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-06-03Feature: add option to create view by copying/relocating files (#16480)Greg Becker1-6/+17
2020-05-07Documentation: typo in option description (#16518)Erik Schnetter1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-04-17Features: Improve Spec format strings (#10556)Greg Becker1-1/+2
2019-01-09Allow combinatorial projections in views (#9679)Greg Becker1-19/+39
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-12-19env: all commands that disambiguate specs should be env-awareTodd Gamblin1-1/+3
2018-11-09commands: rework command categories and argumentsTodd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-08-29spack view suggests -I option for merge conflict (#9035)Andreas Baumbach1-4/+10
2018-05-18imports: remove unnecessary `import spack` statementsTodd Gamblin1-3/+4
2018-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin1-2/+2
2018-05-17init: initialize spack.store lazilyTodd Gamblin1-2/+2
2018-04-04make view understand hashes (#7573)healther1-4/+5
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-06Fix spack view hardlink (#6130)Johann Klähn1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-11-02filesystem_view: reject packages with activationsBen Boeckel1-11/+0
2017-11-02view: use the FilesystemView abstraction for creating viewsOliver Breitwieser1-198/+127
2017-11-02view: fix some docstrings for argumentsOliver Breitwieser1-2/+2
2017-11-02view: fix a typoOliver Breitwieser1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-08rework spack help (#3033)Todd Gamblin1-1/+3
2017-01-26Standardize argparse help messages (#2847)Adam J. Stewart1-10/+10
2016-12-27Ensure that every file in Spack has a license (#2659)Adam J. Stewart1-8/+16
2016-05-19Remove `view print` for now.Brett Viren1-69/+3
2016-05-16flake8-clean.Brett Viren1-75/+84
2016-05-14Pick a better name for the 'spec' parameters.Brett Viren1-2/+2
2016-05-14Move from str.format() to string.Template.Brett Viren1-3/+6
2016-05-08Add a 'print' view allowing genreation of arbitrary strings based on format u...Brett Viren1-3/+61
2016-05-07Address all coments in @trws's latest comment in PR #869.Brett Viren1-103/+177
2016-05-01Bug fixes, tty tweaks.Brett Viren1-9/+10
2016-05-01Change the action from parameter to subcommand to fit Spack convention.Brett Viren1-17/+41
2016-04-29Add add removal and status actions in addition to link and add various ways t...Brett Viren1-23/+107
2016-04-28First try to make file system views of specs.Brett Viren1-0/+108