- Aug 12, 2022
-
-
Erin (Josh) Rigler authored
update interval no longer shrinks with recursion See merge request !186
-
Jeremy M Fee authored
-
- Aug 11, 2022
-
-
Erin (Josh) Rigler authored
Previously, the endtime-starttime interval being processed by the `run_as_update` method would shrink by 1 (second) with each recursion. This ultimately broke `run_as_update` when processing anything other than 1-second data, but it wasn't obvious because we rarely had to actually recurse. There is a little trickery now to ensure that user- provided starttime and endtime are inclusive of the full first (most recent) update interval, while subsequent, calculated, endtimes are set equal to the prior starttime minus specified output_interval (e.g., 'second', 'minute', etc.).
-
- Jun 01, 2022
-
-
Erin (Josh) Rigler authored
Parse data type in imfv122 files See merge request !184
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
- May 31, 2022
-
-
Jeremy M Fee authored
Attempt StringIO after failed BytesIO file read See merge request !183
-
- May 27, 2022
-
-
Erin (Josh) Rigler authored
Gitlab 15 requires slightly different configuration to generate Cobertura coverage reports. See: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report
-
Erin (Josh) Rigler authored
Trying to dislodge a plugged pipeline in Gitlab
-
Erin (Josh) Rigler authored
It turns out that none of the factories currently being used in production expects bytes as input, and in fact, Util.read_url() converts everthing to a string anyway, so a BYTES-oriented input would couldn't not possibly be working. So, just remove all use of BYTESIO, and instead use only STRINGIO.
-
- May 18, 2022
-
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
It worked when a URL template was used, but not if a single simple filename was passed
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
This is a bandaid to allow the `--input-url` option to be used to read in single files. It adds zero functionality beyond what already existed when the `--input-file` option was used.
-
- May 05, 2022
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
Back to build runner See merge request !181
-
- May 04, 2022
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- May 03, 2022
-
-
Eddie J Hunter authored
Login cache control See merge request !180
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Erin (Josh) Rigler authored
Pipeline updates See merge request !178
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-