Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-31 | Move Python 2.6 unit tests to Github Actions (#17279) | Massimiliano Culpo | 1 | -3/+2 | |
* Run Python2.6 unit tests on Github Actions * Skip url tests on Python 2.6 to reduce waiting times * Skip foreground background tests on Python 2.6 to reduce waiting times * Removed references to Travis in the documentation * Deleted install_patchelf.sh (can be installed from repo on CentOS 6) | |||||
2020-07-07 | releases: document `releases/latest` tag (#17402) | Todd Gamblin | 1 | -0/+2 | |
We got rid of `master` after #17377, but users still want a way to get the latest stable release without knowing its number. We've added a `releases/latest` tag to replace what was once `master`. Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-07-06 | docs: document releases and branches in Spack | Todd Gamblin | 1 | -5/+21 | |
- [x] Remove references to `master` branch - [x] Document how release branches are structured - [x] Document how to make a major release - [x] Document how to make a point release - [x] Document how to do work in our release projects | |||||
2020-06-23 | Added unit tests to Github Actions (#16610) | Massimiliano Culpo | 1 | -2/+3 | |
* Added unit tests to Github Actions * Set user e-mail and name for git tests to succeed * Simplify setup.sh logic * Replicate Travis script on Github Actions * Update flags since '.' is not allowed * Added badge, simplified workflow * Remove pinning of coverage * Remove unit tests run on Github Actions from Travis | |||||
2020-06-15 | README: Update LLNL release number to Apache-2.0/MIT version (#17109) | Todd Gamblin | 1 | -1/+1 | |
The release number in the README had not been updated since we did the relicense to Apache-2.0 OR MIT in v0.12.0. LLNL-CODE-811652 is Spack's new LLNL release number. | |||||
2020-05-09 | Add unit test on MacOS using Github Actions (#14220) | Massimiliano Culpo | 1 | -0/+1 | |
- Remove macos tests from travis - Add macos tests in github actions. | |||||
2020-05-09 | ci: update Travis badge in README.md to point to travis-ci.com | Todd Gamblin | 1 | -1/+1 | |
2020-05-06 | macOS Package Builds (nightly) (#16345) | Axel Huebl | 1 | -0/+1 | |
Add nightly builds for popular and commonly used packages on macOS that should improve the onramp user experience if working well. | |||||
2019-12-31 | tests: rename checks in github actions | Todd Gamblin | 1 | -1/+1 | |
I usually want to look at the Travis CI output, but I currently have to scroll down to see it. This renames checks to be a bit shorter and more consistent with Travis's naming, and also so that actions appear lower than travis and codecov in the list of checks. | |||||
2019-12-25 | Migrate build tests from Travis to Github Actions (#13967) | Massimiliano Culpo | 1 | -0/+1 | |
This PR moves build smoke tests from TravisCI and migrates them to Github Actions. The result is that build tests are performed in parallel with unit tests and they don't hog additional resources on Travis. The workflow will not run if a PR only changes packages in the built-in repository, but will always run on pushes to develop or master. * Removed build tests from Travis and passed them to Github Actions * Store ~/.ccache in Github Actions cache * Add filters on paths and make sure this workflow don't run * Use paths-ignore and exclude only files in the built-in repo * Added a badge to README.md | |||||
2019-06-30 | readme: make list of links even tighter. | Todd Gamblin | 1 | -5/+3 | |
2019-06-30 | README: Tighten up text, mention the Code of Conduct in the README. | Todd Gamblin | 1 | -35/+32 | |
2019-01-01 | README: LLNL release number and SPDX id don't need to be monospaced. | Todd Gamblin | 1 | -2/+2 | |
2018-10-26 | license: add copyright to MIT license and SPDX in README (#9645) | Todd Gamblin | 1 | -2/+2 | |
- also remove analytics beacon in README, which is not that useful anymore. | |||||
2018-10-17 | relicense: remove outdated blurb in README.md | Todd Gamblin | 1 | -5/+0 | |
- all of Spack is Apache-2.0/MIT - no packages are LGPL-2.1 | |||||
2018-10-17 | relicense: update COPYRIGHT, LICENSE-*, README, CONTRIBUTING, and NOTICE | Todd Gamblin | 1 | -3/+18 | |
This updates Spack's top-level metadata files to reflect the new Apache-2.0 and MIT licenses. | |||||
2018-07-26 | readme: add our @spackpm Twitter handle (#8810) | Todd Gamblin | 1 | -0/+6 | |
2018-01-17 | Fix logo link in README.md to point to the develop branch. (#6969) | Todd Gamblin | 1 | -1/+1 | |
2017-11-06 | add artisanal handcrafted SVG Spack logo. (#6165) | Todd Gamblin | 1 | -2/+1 | |
- This isn't one of those autogenerated SVGs from a drawing program! - This is a completely re-traced, minimalist SVG file with clearly delineated pieces so that your favorite renderer can draw a Spack logo at whatever resolution you want. - Included versions with text, as well. | |||||
2017-11-04 | Replace github.com/llnl/spack with github.com/spack/spack (#6142) | Todd Gamblin | 1 | -6/+6 | |
We moved to a new GitHub org! Now make the code and docs reflect that. | |||||
2017-06-24 | Make LICENSE recognizable by GitHub. (#4598) | Todd Gamblin | 1 | -1/+1 | |
2017-06-19 | Add Slack info to READMEmd (#4542) | Todd Gamblin | 1 | -2/+12 | |
- Added a badge to show who's online. - Added a section under "Get involved!" | |||||
2017-06-17 | Update README.md and add analytics. (#4537) | Todd Gamblin | 1 | -31/+29 | |
2017-05-06 | Add Read the Docs badge to README (#4153) | Adam J. Stewart | 1 | -0/+1 | |
2017-03-31 | Spack works with Python 3 | Todd Gamblin | 1 | -1/+2 | |
- Update version guard in spack script to allow python 3 - Update min required version in the docs | |||||
2017-01-26 | Use codecov for coverage instead of coveralls (#2933) | Todd Gamblin | 1 | -1/+1 | |
* Switch from coveralls to codecov - Add .codecov.yml, simplify .travis.yml - Add codecov badge to README.md * Add tests for spack graph. | |||||
2016-11-14 | Add tutorial link to README | Todd Gamblin | 1 | -0/+3 | |
2016-10-14 | Major updates to Contribution Guide (#1968) | Adam J. Stewart | 1 | -10/+4 | |
* Major updates to Contribution Guide * Grammar changes * Fix missing/extra backticks * Rewording, links, and tips added | |||||
2016-09-06 | Fixed broken link in README (#1733) | Ian Lee | 1 | -1/+1 | |
2016-08-30 | Move docs to readthedocs.io | Todd Gamblin | 1 | -2/+2 | |
- Docs are now visible immediately, and we don't have to push them separately. | |||||
2016-08-30 | Overhaul Spack's CI Infrastructure | Adam J. Stewart | 1 | -1/+1 | |
2016-08-25 | and the missing word is... (#1628) | Massimiliano Culpo | 1 | -1/+1 | |
2016-08-10 | Update README.md for PEP8 | Todd Gamblin | 1 | -7/+14 | |
2016-05-11 | update readme for flake8 checking | Todd Gamblin | 1 | -0/+5 | |
2016-05-10 | Make Travis badge use SVG. | Todd Gamblin | 1 | -1/+1 | |
2016-04-15 | Added coverage badge pointing to LLNL/develop | alalazo | 1 | -0/+1 | |
2016-03-30 | docs: add a link to the spack repo in the PR section | Ben Boeckel | 1 | -1/+2 | |
2016-02-28 | Updated links to use new llnl.gov address | Ian Lee | 1 | -2/+2 | |
2015-12-09 | Fix travis badge URL. | Todd Gamblin | 1 | -1/+1 | |
2015-12-09 | Update README.md and LICENSE with new github.com/llnl URLs | Todd Gamblin | 1 | -5/+5 | |
2015-11-29 | Add very basic Travis CI support. | Todd Gamblin | 1 | -0/+2 | |
2015-11-28 | Add citation information to README | Todd Gamblin | 1 | -2/+17 | |
2015-10-18 | Add Spack logo. | Todd Gamblin | 1 | -2/+2 | |
2015-10-17 | Update to link to more contributors. | Todd Gamblin | 1 | -15/+3 | |
2015-10-16 | README.md: trivial typo fix | Jeff Squyres | 1 | -1/+1 | |
Signed-off-by: Jeff Squyres <jsquyres@cisco.com> | |||||
2015-04-13 | Update mailing list info to Googele Groups. | Todd Gamblin | 1 | -5/+3 | |
2015-03-24 | Add contributions section to README.md | Todd Gamblin | 1 | -6/+24 | |
2015-03-24 | add mailing list links to README | Todd Gamblin | 1 | -0/+12 | |
2015-02-18 | Update contributors list. | Todd Gamblin | 1 | -2/+4 | |
2015-02-09 | Add Alfredo to contributors. | Todd Gamblin | 1 | -0/+1 | |