Commit Graph

21 Commits

Author SHA1 Message Date
Neil O'Toole
a8d36dd89c
go1.22 and friends (#410)
* go1.22 and friends

* golangci-lint version

* more CI fiddling

* CI: update goreleaser action

* Update jcolorenc to support \b and \f chars, per go1.22 changes to
stdlib.

See: https://go-review.googlesource.com/c/go/+/521675

* linting

* More json \b \f stuff
2024-03-05 20:19:19 -07:00
Neil O'Toole
78c3cfc77d
More progress bar enhancements (#404)
* Progress bar enhancements
2024-02-28 10:35:22 -07:00
Neil O'Toole
a3cd01f36a
#353 Diff performance (#399)
* Diff refactor
2024-02-20 16:26:45 -07:00
Neil O'Toole
07cbe46bde
Options refactoring (#395)
* options.Opt now has a separate options.Flag field.
2024-02-09 17:06:07 -07:00
Neil O'Toole
fd070eefd3
More file closing issues (test) (#386)
* Refactored tu.TempDir

* More files fiddling
2024-01-29 19:34:10 -07:00
Neil O'Toole
6dccb46a61
Clean up config options help text (#382) 2024-01-29 10:12:28 -07:00
Neil O'Toole
d8d5eb34df
Comments cleanup (#381) 2024-01-29 09:43:06 -07:00
neilotoole
35f95dd915 Doc cleanup 2024-01-29 07:12:08 -07:00
neilotoole
ed7b16d74a Additional comments 2024-01-29 07:11:33 -07:00
neilotoole
a5d4e885b2 Additional docs 2024-01-29 06:46:23 -07:00
neilotoole
0cec859ada Docs clarification 2024-01-29 00:20:51 -07:00
neilotoole
293206ebb5 gofmt 2024-01-29 00:01:03 -07:00
neilotoole
e9cd83dee3 Docs clarification 2024-01-29 00:00:15 -07:00
Neil O'Toole
9a0b9b7a9c
Ingest checksum issue (#378)
- Refactor `Downloader.Get`.
2024-01-28 23:55:25 -07:00
neilotoole
d7b0880d89 Prep for v0.47.0 2024-01-28 15:16:41 -07:00
Neil O'Toole
181e128a2d
Release wrap up v0.47.0 (#377)
* Misc cleanup pre-release
2024-01-28 14:55:51 -07:00
Neil O'Toole
1b57138d72
More file closing (#376)
* file cleanup order
2024-01-28 07:58:46 -07:00
Neil O'Toole
26f274483c
Bug with filepath for remote file (#375)
* Address bug
2024-01-27 17:01:45 -07:00
Neil O'Toole
7c56377b40
Struct alignment (#369)
* Field alignment
2024-01-27 00:11:24 -07:00
Neil O'Toole
452a91547c
Better handling of download cache refresh (#366)
* A failed download cache refresh no longer destroys the previous cache.
2024-01-26 15:18:38 -07:00
Neil O'Toole
26f0c9a381
Refactor source.Files (#363)
* Moved `source.Files` to its own package, thus the type is now `files.Files`.
* Moved much of the location functionality from pkg `source` to its own package `location`.
2024-01-24 23:29:55 -07:00