Commit Graph

469 Commits

Author SHA1 Message Date
neilotoole
4b1c4bdaec cmd version: was missing newline in output 2023-08-20 08:50:24 -06:00
neilotoole
04393f2453 Scoop update for sq version v0.41.0 2023-08-20 08:33:53 -06:00
neilotoole
b76149925e test goreleaser update 2023-08-20 08:14:28 -06:00
neilotoole
3c1320590c v0.41.0 release 2023-08-20 07:41:15 -06:00
neilotoole
ed24e4eec8 v0.40.0 release 2023-08-20 07:40:59 -06:00
Neil O'Toole
611ad30f60
Test ingest Excel file format variants (#303)
* Tests for additional formats

* Tests for ingest Excel file format variants
2023-08-20 07:22:24 -06:00
neilotoole
754d528ce9 CHANGELOG links 2023-08-18 09:56:06 -06:00
Neil O'Toole
db092d5453
CSV ingest improvements (#302)
* csv: additional datetime detect formats
2023-08-18 09:21:11 -06:00
Neil O'Toole
edc933d897
#200: Feature/200 excel driver (#301)
* Switch to excelize driver
2023-08-16 09:09:50 -06:00
Neil O'Toole
9ec1b85d37
Misc dep updates; switch to newer antlr version (#300) 2023-08-12 13:26:25 -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
dependabot[bot]
8e73041fed
Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 (#293)
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.14 to 0.0.15.
- [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.14...v0.0.15)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-runewidth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 15:06:27 -06:00
dependabot[bot]
d6fe2ee6bf
Bump github.com/microsoft/go-mssqldb from 1.3.0 to 1.4.0 (#292)
Bumps [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/microsoft/go-mssqldb/releases)
- [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/go-mssqldb/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 15:06:06 -06:00
neilotoole
0b47f933c6 Fixed accidental moving of query parsing 2023-07-26 22:34:45 -06:00
dependabot[bot]
24ba18a777
Bump github.com/alessio/shellescape from 1.4.1 to 1.4.2 (#290)
Bumps [github.com/alessio/shellescape](https://github.com/alessio/shellescape) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/alessio/shellescape/releases)
- [Changelog](https://github.com/alessio/shellescape/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alessio/shellescape/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/alessio/shellescape
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-26 22:30:23 -06:00
dependabot[bot]
70105143ef
Bump github.com/jackc/pgx/v5 from 5.4.1 to 5.4.2 (#289)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.1 to 5.4.2.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.4.1...v5.4.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-26 22:29:36 -06:00
dependabot[bot]
725b743ea8
Bump golang.org/x/mod from 0.11.0 to 0.12.0 (#287)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/mod/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-26 22:28:57 -06:00
dependabot[bot]
ccde20f4c8
Bump golang.org/x/net from 0.11.0 to 0.12.0 (#286)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-26 22:20:39 -06:00
Neil O'Toole
21c1dea9c4
#200: Switch excel driver for output (#291)
* Switched from xlsxw to excelw for Excel outpt
2023-07-26 22:19:11 -06:00
Neil O'Toole
6ca26f4e4f
Column rename: template now has Alpha field. (#285)
* wip: refactor col name mungeing

* Finished refactoring FieldMeta

* Renamed tpl .AlphaIndex to .Alpha

* wip: debugging source config override

* Source config override passing tests

* CHANGELOG update
2023-07-08 19:34:53 -06:00
Neil O'Toole
9c5836ef1c
#191: XLSX driver auto-detects header row (#284)
* xlsx driver now detects header row.
2023-07-08 09:21:27 -06:00
dependabot[bot]
69bdab2759
Bump github.com/microsoft/go-mssqldb from 1.1.0 to 1.3.0 (#281)
Bumps [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/microsoft/go-mssqldb/releases)
- [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/go-mssqldb/compare/v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 11:33:21 -06:00
dependabot[bot]
1bd015eaf4
Bump github.com/ecnepsnai/osquery (#282)
Bumps [github.com/ecnepsnai/osquery](https://github.com/ecnepsnai/osquery) from 1.0.1-0.20230622180613-afeeacc166a9 to 1.0.1.
- [Release notes](https://github.com/ecnepsnai/osquery/releases)
- [Commits](https://github.com/ecnepsnai/osquery/commits/v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/ecnepsnai/osquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 11:33:06 -06:00
Neil O'Toole
4ffaae925f
#99: Rename duplicate ingest headers (#283)
* CSV now renames duplicate ingest headers

* Fix broken test

* xlsx ingester now handles duplicate col names

* Update CHANGELOG

* Additional tests for ingest.column.rename

* Removed dead comment in grammar
2023-07-04 11:31:47 -06:00
neilotoole
b4cc109f4e CHANGELOG: Updated to mention #157 2023-07-03 10:46:36 -06:00
neilotoole
39ac854920 CHANGELOG: fixed broken link 2023-07-03 10:38:03 -06:00
neilotoole
7cd8e2711c CHANGELOG: fixed broken link 2023-07-03 10:31:52 -06:00
neilotoole
e42a7cd8f4 Fixed broken link in README 2023-07-03 10:18:02 -06:00
neilotoole
5432b39b95 Scoop update for sq version v0.40.0 2023-07-03 09:59:05 -06:00
Neil O'Toole
7396aadb9e
#12: multiple joins (#280)
* The query language now supports multiple joins.
2023-07-03 09:34:19 -06:00
Neil O'Toole
1edc02c378
Table alias implemented (#278) 2023-06-25 10:29:24 -06:00
Neil O'Toole
072cb4f515
Tidy go.mod; revert osquery lib to original package (#276) 2023-06-22 21:07:27 -06:00
neilotoole
eaa1315c20 Scoop update for sq version v0.39.1 2023-06-22 12:41:45 -06:00
neilotoole
82dc378612 Disable XLSX test on windows 2023-06-22 12:30:38 -06:00
neilotoole
8759506cfe Cleanup go.mod 2023-06-22 11:45:46 -06:00
neilotoole
d81c50d687 Changelog for v0.39.1 2023-06-22 11:37:12 -06:00
neilotoole
6a00c29f65 Changelog for v0.39.1 2023-06-22 11:36:39 -06:00
Neil O'Toole
9ebd1c4b01
Fix cmd version bug on windows (#275) 2023-06-22 11:34:35 -06:00
neilotoole
23df036067 Scoop update for sq version v0.39.0 2023-06-22 10:28:54 -06:00
neilotoole
42885ed6d4 README update 2023-06-22 09:56:21 -06:00
Neil O'Toole
99af5151b4
#263: Enhancements to 'sq version' and 'sq inspect`. (#274)
* Refactor tablew md writer

* wip: cmd inspect -v

* cmd inspect output improved

* cmd inspect tests

* cmd inspect: help text

* sq inspect enhancements
2023-06-22 09:50:12 -06:00
Neil O'Toole
edfa97d289
Update README.md 2023-06-21 23:51:09 -06:00
Neil O'Toole
a5c4f9d6bd
#263: Inspect --overview; improved output (#273)
* Refactor tablew md writer

* wip: cmd inspect -v

* cmd inspect output improved

* cmd inspect tests

* cmd inspect: help text
2023-06-21 23:48:58 -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
dependabot[bot]
d35c34a115
Bump golang.org/x/mod from 0.10.0 to 0.11.0 (#269)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/mod/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 06:56:36 -06:00
dependabot[bot]
917043ea93
Bump golang.org/x/sync from 0.2.0 to 0.3.0 (#268)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.2.0 to 0.3.0.
- [Commits](https://github.com/golang/sync/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 06:56:16 -06:00
dependabot[bot]
06ee440a1d
Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.4.1 (#265)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.3.1 to 5.4.1.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.3.1...v5.4.1)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 06:56:02 -06:00
dependabot[bot]
5b0be68da5
Bump golang.org/x/net from 0.10.0 to 0.11.0 (#267)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 06:30:56 -06:00
dependabot[bot]
b3d6e91df7
Bump github.com/otiai10/copy from 1.11.0 to 1.12.0 (#266)
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/otiai10/copy/releases)
- [Commits](https://github.com/otiai10/copy/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/otiai10/copy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 06:30:37 -06:00