Commit Graph

607 Commits

Author SHA1 Message Date
Neil O'Toole
2cca8a51b2
diff: implement --stop feature (#405)
* sq diff --stop
2024-02-29 11:48:35 -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
3df79308a9
profiling (#400)
* oncecache refinement
* pprof
2024-02-23 05:35:13 -07:00
neilotoole
2d3f68bb47 merge 2024-02-20 16:28:23 -07:00
Neil O'Toole
a3cd01f36a
#353 Diff performance (#399)
* Diff refactor
2024-02-20 16:26:45 -07:00
neilotoole
12904aad1d Adding diff testdata 2024-02-15 11:18:51 -07:00
neilotoole
eca0a107c5 .gitignore update 2024-02-15 11:05:32 -07:00
neilotoole
b3ea2485d5 Docker install 2024-02-10 13:17:10 -07:00
neilotoole
db1f8fcbbf workflow debugging 2024-02-10 11:52:27 -07:00
neilotoole
36431442cc workflow debugging 2024-02-10 11:25:37 -07:00
neilotoole
e5c0d3dd2f workflow debugging 2024-02-10 11:20:01 -07:00
neilotoole
7bf6b40272 workflow debugging 2024-02-10 11:15:53 -07:00
neilotoole
ccee1d16c3 workflow debugging 2024-02-10 11:14:58 -07:00
neilotoole
56a3529a5f workflow debugging 2024-02-10 11:04:03 -07:00
neilotoole
886218de3d workflow debugging 2024-02-10 10:40:01 -07:00
neilotoole
ac2f8d6728 workflow debugging 2024-02-10 10:33:13 -07:00
Neil O'Toole
47e1a9dff3
Docker image (#398)
* Docker image
2024-02-10 10:20:33 -07:00
neilotoole
f9634eab9e Scoop update for sq version v0.47.4 2024-02-09 22:58:46 -07:00
Neil O'Toole
9bb4185a2b
Updated deps (#397) 2024-02-09 22:47:28 -07:00
Neil O'Toole
07baf08a62
Atomic file write for config (#396)
* Atomic file write for config
2024-02-09 22:33:07 -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
fabc46c758
Switched more flags over to options mechanism (#394)
* Switched more flags over to options mechanism

* flag.IngestHeader

* flag.CSVEmptyAsNull and flag.CSVDelim

* flag.PingTimeout

* more flags

* flag.LogEnabled

* logging flags
2024-02-09 11:54:37 -07:00
Neil O'Toole
1adabaa5ed
Redaction config (#393)
* implemented --no-redact
2024-02-09 10:25:58 -07:00
Neil O'Toole
99454852f0
db tools preliminary work; --src.schema changes (#392)
- Preliminary work on the (currently hidden) `db` cmds.
- Improvements to `--src.schema`
2024-02-09 09:08:39 -07:00
neilotoole
4a884e147c Scoop update for sq version v0.47.3 2024-02-03 05:46:10 -07:00
neilotoole
ed5378043f CHANGELOG for v0.47.3 2024-02-03 05:36:21 -07:00
neilotoole
071d89d393 Disable shell completion tests on windows 2024-01-31 17:39:04 -07:00
neilotoole
5917d2750c Disable shell completion descriptions 2024-01-31 16:09:59 -07:00
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