Scott Wittenburg
Scott Wittenburg
The goal here is to only rebuild images that might actually *need* to be rebuilt, based on what files changed. I suggested I would do this [here](https://github.com/spack/spack-infrastructure/pull/590#issuecomment-1671913548), see that discussion...
Add some scripts to do something similar to what the spack `protected-publish` job currently does, but after the fact, and for an arbitrary ref. Currently these scripts: - take an...
Support pushing branches for merge queue. These are treated much the same as protected branches from the perspective of the sync script. This PR also adds some much-needed documentation covering...
Starting around the middle of February, 2022, we started noticing pipelines that were marked as "Running" in gitlab, but further inspection showed that while there were no failures in the...
This PR adds two new scripts: `generate_builds_stats.py` Fetches and caches api endpoint results and job artifacts, and uses them to populate two tables in an `sqlite3` database: `pipelines` and `builds`....
!!! DO NOT MERGE !!! This draft PR changes the spackbot deployment to support a new version of spackbot which can handle graduating PR binaries. It also temporarily duplicates that...
Load the `190216_t2_extracted.nrrd` dataset and switch to a slice view. The colors are either solid purple or solid yellow with the default color map, and adjusting the transfer function has...
When I "compose" just the `190216_t2_extracted.nrrd` image with itself, using the `itk.imread('190216_t2_extracted.nrrd', itk.F)` method to read the image, it seems the use of `itk.F` causes the input values (which are...
Setting up an example ci pipeline on gitlab.com, I discovered that `registry.gitlab.com` only returns 100 tags at a time, so my oci binary cache index only ever contained the first...
Show a whisker plot of the data by default, and let the user toggle to a histogram. Uses fewer svg/dom elements, allowing for larger lists of fields. Modify HistogramSelector example...