summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/cmd/find.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-1/+1
2023-08-02feat: move -N/--namespace(s) to common args, allow in `buildcache list` (#36719)Wouter Deconinck1-6/+6
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-05-17Fix `spack find` not able to display version ranges in compilers (#37715)Massimiliano Culpo1-0/+15
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-34/+6
2023-01-20Windows/testing: enable tests for "spack find" (#33588)markus-ferrell1-9/+21
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-19spack find: remove deprecated "--bootstrap" option (#34015)Massimiliano Culpo1-5/+0
2022-11-10Use bfs order in spack find --deps tree (#33782)Harmen Stoppels1-6/+6
2022-11-08"spack uninstall": don't modify env (#33711)Peter Scheibel1-1/+1
2022-11-01Unit tests: make unit tests work for aarch64 machines (#33625)Greg Becker1-1/+1
2022-10-04`find`/`list`: display package counts last (#32946)Todd Gamblin1-0/+14
2022-07-31black: reformat entire repository with blackTodd Gamblin1-99/+121
2022-03-17Expand external find for Windows (#27588)John Parent1-19/+3
2022-03-17Update tests support for WindowsBetsy McPhail1-0/+20
2022-03-05find: deprecate `spack find -bootstrap` for `spack -bootstrap find` (#29152)Todd Gamblin1-0/+5
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-07add hash field to spec on find --json and assert in test its there (#26443)Daniel G Travieso1-0/+1
2021-09-09specs: move to new spec.json format with build provenance (#22845)Nathan Hanford1-3/+3
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+2
2021-02-04spack external find: allow to search by tags (#21407)Massimiliano Culpo1-3/+3
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-11Keep output machine readable using `spack find --format` in an env (#19698)Greg Becker1-0/+1
2020-05-09bugfix: don't use sys.stdout as a default arg value (#16541)Todd Gamblin1-1/+1
2020-01-22shell support: `spack load` no longer needs modules (#14062)Greg Becker1-0/+13
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-06Bugfix: spack find -p fails in environment (#13972)Greg Becker1-0/+16
2019-10-23commands: add `spack deprecate` command (#12933)Greg Becker1-1/+3
2019-09-20targets: Spack targets can now be fine-grained microarchitecturesMassimiliano Culpo1-0/+6
2019-09-02tests and completions for `spack find --json` and `spack find --format`Todd Gamblin1-0/+183
2019-09-02refactor: clean up `spack find`, make `spack find -dp` work properlyTodd Gamblin1-1/+1
2019-07-12bugfix: show dot after namespaces in `spack find -N` (#11945)Todd Gamblin1-0/+13
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
2018-03-22Record installation date and time in DB (#7334)Massimiliano Culpo1-1/+5
2018-01-29Mark slow unit tests (#6994)Massimiliano Culpo1-16/+21
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-09-05Added support for querying by tags (#4786)Massimiliano Culpo1-0/+57
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2016-12-29unit tests: replace nose with pytest (#2502)Massimiliano Culpo1-26/+25
2016-11-03spack find: accepts anonymous specs as arguments fixes #2170 (#2188)Massimiliano Culpo1-2/+0
2016-07-01spack commands : refactoring of cli arguments and common utiities. Implemente...alalazo1-5/+1
2016-05-20autopep8 : fixed stylealalazo1-1/+4
2016-05-20find : added unit tests, exits with 1 if -E and -e are givenalalazo1-0/+57