Commit Graph

66 Commits

Author SHA1 Message Date
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
82727b3890
Refactor/rename database to pool (#328)
* Renamed `driver.Database` to `driver.Pool` (and related things)

* workflow: Update tparse version

* workflow: Update golangci-lint version
2023-11-18 19:21:14 -07:00
Neil O'Toole
511e69f59b
Bunch o' dependency updates (#327)
* Bunch o' dependency updates

* All deps updated

* Linting
2023-11-18 18:02:50 -07:00
Neil O'Toole
f07edef14d
Add flag --src.schema (#326)
* Support for --src.schema in commands "slq", "sql", and "inspect"
2023-11-18 17:05:48 -07:00
Neil O'Toole
99698bf15c
install.sh: xbps-install (void linux) support (#317)
* install.sh: xbps-install (void linux) support
2023-09-24 17:27:42 -06:00
neilotoole
648ed8d0ea CHANGELOG update for v0.42.0; tidy up worfklow files 2023-08-22 07:35:41 -06:00
neilotoole
e12be2622e sqlite: disable icu 2 2023-08-22 06:48:56 -06:00
neilotoole
ab1a205ddb sqlite: disable icu 2023-08-22 06:33:32 -06:00
Neil O'Toole
6b613d9adc
#279: SQLite virtual tables (#304)
* sqlite: initial extensions support, including virtual tables and fts5
* sqlite: virtual table columns now report type
2023-08-21 10:05:17 -06:00
neilotoole
b76149925e test goreleaser update 2023-08-20 08:14:28 -06:00
Neil O'Toole
c7bba4dfe4
go1.21: changes to support slog as part of stdlib (#299)
* go1.21: changes to support slog as part of stdlib

* Removed accidentially checked-in line of code

* Fixed minor linting issues; reenable typecheck

* go1.21: switched to stdlib slices pkg
2023-08-12 12:54:14 -06:00
Neil O'Toole
3c4b61b806
#200: Excel date format config (#294)
* Config options to control Excel date/time output format
2023-08-03 23:41:33 -06:00
Neil O'Toole
072cb4f515
Tidy go.mod; revert osquery lib to original package (#276) 2023-06-22 21:07:27 -06:00
Neil O'Toole
9ebd1c4b01
Fix cmd version bug on windows (#275) 2023-06-22 11:34:35 -06:00
Neil O'Toole
85d6f7a2f9
#263: cmd version: structure yaml output correctly (#272)
* cmd version: structure yaml output correctly

* Fix bug_report.md to match 'sq version --yaml' output
2023-06-21 09:15:40 -06:00
Neil O'Toole
97739da1e1
#263: sq version host info (#271)
* sq version host info

* workflow: update bug_report.md with version instructions
2023-06-21 06:28:15 -06:00
Neil O'Toole
9cb42bf579
#244: shell completion for "sq add LOCATION" (#246)
- Shell completion for `sq add LOCATION`.
2023-06-13 10:06:18 -06:00
neilotoole
4616065b45 workflow: codacy: ignore java files (for antlr) 2023-05-10 20:55:08 -06:00
neilotoole
da38fa9cb0 README badges 2023-04-21 21:27:29 -06:00
Neil O'Toole
e1abaf6c3e
Workflow: add gotestfmt (#205)
* Workflow: add gotestfmt action
2023-04-21 21:25:01 -06:00
neilotoole
4a6aeceb0d workflow: use actions/setup-go@v4 (caching enabled by default) 2023-04-09 08:48:46 -06:00
neilotoole
fdda53f298 workflow: use actions/setup-go@v5 (caching enabled by default) 2023-04-09 08:45:09 -06:00
Neil O'Toole
ad23d5c116
Auto-detect CSV headers (#188)
* wip: initial header detection

* wip: refactored csv driver

* wip: Fixes to kind.Detector

* typo

* Refactor pkg csv files

* Update to changelog

* workflow: now running codacy and codeql on cron, not on push/pr
2023-04-09 08:44:27 -06:00
Neil O'Toole
46eacbb0ba
Update issue templates 2023-04-08 15:02:51 -06:00
neilotoole
4004f98c9c Update bug report template 2023-04-02 15:40:11 -06:00
Neil O'Toole
93655fe00a
Create pull_request_template.md 2023-04-02 15:28:38 -06:00
Neil O'Toole
bdbb75f3c1
Update issue templates 2023-04-02 15:21:06 -06:00
Neil O'Toole
3f6157c4c4
Change logging library to slog (#175)
- Switch to slog logger.
2023-04-02 13:49:45 -06:00
Neil O'Toole
8d47ef806d
go1.20 upgrade; lots of linting (#172) 2023-04-01 02:38:32 -06:00
Neil O'Toole
6ad4a907cc
Create dependabot.yml 2023-03-29 19:24:59 -06:00
neilotoole
e72c0978f4 workflow: should now publish custom release notes to GH releases 2023-03-25 20:25:15 -06:00
Neil O'Toole
5d799a8820
Bug/windows file slash munge location (#140)
* Munge windows file location

* Windows filepath fix

* More Windows filepath issues

* Main workflow runs on matrix each time
2022-12-31 22:35:33 -07:00
neilotoole
8edd647e2d renamed linux-container job to linux-other 2022-12-30 23:20:40 -07:00
neilotoole
cb7d111f90 Renaming workflow elements 2022-12-30 23:19:25 -07:00
neilotoole
caf3e6b6e7 Renaming workflow elements 2022-12-30 23:18:40 -07:00
neilotoole
f8de0da237 Workflow now tests install mechanisms 2022-12-30 22:58:08 -07:00
neilotoole
8e28297a60 Removed superflous 'scoop help' cmd from Test Install workflow 2022-12-30 22:43:51 -07:00
neilotoole
154dadedb7 Test Install workflow now checks scoop 2022-12-30 22:42:53 -07:00
neilotoole
b3880f5e5a New workflow to verify installation 2022-12-30 21:54:58 -07:00
neilotoole
1f7943b11e New workflow to verify installation 2022-12-30 21:54:30 -07:00
neilotoole
b911df7267 FIX: Add 'exit' statement to install.sh archlinux steps 2022-12-30 20:20:54 -07:00
Neil O'Toole
b09b2d50fd
Install for Arch Linux (#135)
* testing arch linux install

* wip

* Testing AUR install

* Problem with goreleaser aurs config

* add AUR_PRIVATE_KEY as envar for GoReleaser (publish)
2022-12-29 15:00:45 -07:00
neilotoole
2d186de720 refactor GH workflow for even more parallelism 2022-12-25 00:16:21 -07:00
neilotoole
51bc3ef677 refactor GH workflow for more parallelism 2022-12-25 00:08:04 -07:00
Neil O'Toole
56846b40c4
bump goreleaser to 1.13.1; add archlinux and apk packages' (#133) 2022-12-24 23:57:41 -07:00
neilotoole
7e9aa390f0 fine-tuning workflow 2022-12-24 22:25:54 -07:00
neilotoole
a1ceaade6c workflow fix 2 2022-12-24 21:40:58 -07:00
neilotoole
462bbecfab workflow fix 2022-12-24 21:40:46 -07:00
neilotoole
41abd2e4d8 fixing workflow 2 2022-12-24 21:25:36 -07:00
neilotoole
52f7e70503 fixing workflow 2022-12-24 21:24:17 -07:00