Commit Graph

579 Commits

Author SHA1 Message Date
Neil O'Toole
039cfdc285
Shell completion improvements (#389)
* Handle shell completion filter by group

* completion: added TestCompleteAllCobraRequestCmds

* completion: added TestCompleteFilterActiveGroup

* Tests are written

* Switched most proj.Abs calls to proj.Rel
2024-01-31 12:25:40 -07:00
neilotoole
3d74f68791 CHANGELOG fix 2024-01-30 23:05:10 -07:00
Neil O'Toole
c7ab3ed79e
Shell completion fixes (#388)
* Now correctly handling cobra.ShellCompNoDescRequestCmd in cli.ExecuteWith

* wip: partially moved to new 'completion' cmd impl

* More comments clarification

* make fmt

* rename .completions.sh -> .generate-completions.sh

* Deleted unused cli/cmd_completion.go
2024-01-30 23:04:10 -07:00
neilotoole
8234aa42d4 Scoop update for sq version v0.47.2 2024-01-29 22:22:00 -07:00
Neil O'Toole
135318f542
sq fails on first config write (#387)
* Fixed bug with config write on fresh install

* Added test for config write on fresh install
2024-01-29 22:03:03 -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
neilotoole
c4ef4b1c9f workflow: renamed test-linux-darwin to test-nix 2024-01-29 19:17:11 -07:00
Neil O'Toole
20b71c91b9
Moved time/tzdata import to main (#385) 2024-01-29 15:30:26 -07:00
neilotoole
f814b918eb Scoop update for sq version v0.47.1 2024-01-29 13:12:53 -07:00
neilotoole
d8a1992da7 Release v0.47.1 2024-01-29 13:04:31 -07:00
Neil O'Toole
edea882789
Explicitly import time/tzdata (#384) 2024-01-29 12:55:37 -07:00
neilotoole
05358ca3b9 Scoop update for sq version v0.47.0 2024-01-29 12:33:43 -07:00
neilotoole
843f13e216 CHANGELOG for v0.47.0 2024-01-29 11:35:58 -07:00
Neil O'Toole
3f85b236a3
Command help formatting (#383) 2024-01-29 10:34:45 -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
Neil O'Toole
4513a361be
Refine mem stats (#380) 2024-01-29 09:02:42 -07:00
Neil O'Toole
90219c9386
Track memory usage (#379) 2024-01-29 08:16:21 -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
fc63ec40c3 CHANGELOG formatting 2024-01-29 00:26:50 -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
9f59bc4c76 README clarifications 2024-01-28 15:31:22 -07:00
neilotoole
5bc4370c9a go.mod updates 2024-01-28 15:25:49 -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
f8704d0385
lg functions now show correct call depth (#374)
* lg functions now show correct call depth

* fixed call depth reversed sign
2024-01-27 08:12:02 -07:00
Neil O'Toole
54be3d614b
Linting (#373)
* More linting
2024-01-27 06:43:17 -07:00
Neil O'Toole
7c56377b40
Struct alignment (#369)
* Field alignment
2024-01-27 00:11:24 -07:00
Neil O'Toole
0841e7154f
tu.SkipIssue mechanism (#370)
* tu.SkipIssue mechanism
2024-01-26 22:36:04 -07:00
Neil O'Toole
d04cf1b1f3
Cleaned up progress package (#368) 2024-01-26 18:42:27 -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
neilotoole
19be13deb2 CHANGELOG update 2024-01-25 09:22:58 -07:00
Neil O'Toole
cf0908abfa
JSON ingest performance (#365)
* Implement json ingestion stmt caching
2024-01-25 09:21:56 -07:00
neilotoole
ed4b5c5bc5 Makefile fiddling 2024-01-25 06:01:00 -07:00
Neil O'Toole
2898a92983
Refactor sqlmodel pkg (#364)
* Refactor sqlmodel pkg
2024-01-25 00:42:51 -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
neilotoole
5368ab1655 go.mod updates 2024-01-24 21:10:59 -07:00
Neil O'Toole
bb4a4edaab
Switch downloads to use streamcache. (#361)
* Switch downloads to use neilotoole/streamcache.
2024-01-24 21:01:24 -07:00
Neil O'Toole
dc6c83c224
Misc ioz and loz funcs (#359) 2024-01-21 08:56:07 -07:00
Neil O'Toole
9aa45b1db3
More progress bars (#357)
* More progress bars
2024-01-14 20:56:54 -07:00
Neil O'Toole
ecce9ae739
go.mod updates (#356)
* go.mod updates
2024-01-14 19:16:33 -07:00
Neil O'Toole
db55986980
#307: Ingest cache (#354)
- Support for ingest cache, download cache, and progress bars.
2024-01-14 18:45:34 -07:00
neilotoole
315917de6d Scoop update for sq version v0.46.1 2023-12-06 20:42:05 -07:00