Commit Graph

782 Commits

Author SHA1 Message Date
kaidaguerre
b412e86f8d Add support for ltree columns. Closes #1383 2022-02-01 21:49:16 +00:00
kai
cd236b175f Plugin validation error causes buildConnectionUpdateQueries to crash. Closes #1387 2022-02-01 20:48:45 +00:00
kaidaguerre
1a88a3ab72 Update CreateConnectionPlugins to use options to determine whether to set connection config. Closes #1368 2022-02-01 20:23:27 +00:00
kai
bd2b7bb156 Update steampipe-plugin-sdk to v1.9.0-rc. 2022-02-01 18:16:37 +00:00
kai
3b7e4f3fa3 v0.12.3. Closes #1386 2022-02-01 18:12:18 +00:00
kai
5c35d69eab Update FDW version to 0.3.3 - FDW should not set connection config when creating connection plugin. 2022-02-01 18:11:48 +00:00
Mike Burgess
4c831a55b7 Various reporting UI fixes/improvements #1376 (#1380) 2022-02-01 11:33:10 +00:00
Puskar Basu
f2d56ddeb8 Fix issues reported by the 'unused', 'staticcheck', 'gosimple' linters. Closes #1360 2022-01-31 16:00:54 +00:00
kai
758774dd16 Update required AssetsVersion to 0.1.0-alpha.0 v0.13.0-alpha.0 2022-01-31 15:41:13 +00:00
kaidaguerre
35330a8fb0 Update reports functionality. Add reflection tables for report entities. Automatically install report assets. Closes #1265. Closes #567 Closes #1364 assets-0.1.0-alpha.0 2022-01-31 15:17:18 +00:00
dependabot[bot]
2d21dfbbbe [Dependabot](deps): Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1373)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  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>
2022-01-31 13:42:26 +00:00
dependabot[bot]
948c2e4994 [Dependabot](deps): Bump github.com/turbot/steampipe-plugin-sdk (#1371)
Bumps [github.com/turbot/steampipe-plugin-sdk](https://github.com/turbot/steampipe-plugin-sdk) from 1.8.0 to 1.8.3.
- [Release notes](https://github.com/turbot/steampipe-plugin-sdk/releases)
- [Changelog](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/turbot/steampipe-plugin-sdk/compare/v1.8.0...v1.8.3)

---
updated-dependencies:
- dependency-name: github.com/turbot/steampipe-plugin-sdk
  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>
2022-01-31 10:44:14 +00:00
dependabot[bot]
4116fc3bb8 [Dependabot](deps): Bump github.com/hashicorp/go-cleanhttp (#1370)
Bumps [github.com/hashicorp/go-cleanhttp](https://github.com/hashicorp/go-cleanhttp) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/hashicorp/go-cleanhttp/releases)
- [Commits](https://github.com/hashicorp/go-cleanhttp/compare/v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-cleanhttp
  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>
2022-01-31 10:44:04 +00:00
dependabot[bot]
94ea0a601f [Dependabot](deps): Bump github.com/briandowns/spinner (#1372)
Bumps [github.com/briandowns/spinner](https://github.com/briandowns/spinner) from 1.11.1 to 1.18.0.
- [Release notes](https://github.com/briandowns/spinner/releases)
- [Commits](https://github.com/briandowns/spinner/compare/v1.11.1...v1.18.0)

---
updated-dependencies:
- dependency-name: github.com/briandowns/spinner
  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>
2022-01-31 10:43:54 +00:00
dependabot[bot]
6a0b1653e6 [Dependabot](deps): Bump github.com/alecthomas/chroma (#1374)
Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alecthomas/chroma/compare/v0.9.2...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma
  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>
2022-01-31 10:43:36 +00:00
Gábor Lipták
e0d655df6f Add error checking
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-28 08:59:42 +00:00
kai
cbf23b6cbf v0.12.2. Closes #1363 2022-01-27 23:00:18 +00:00
Gábor Lipták
77b150479d Add error checking
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-27 15:57:49 +00:00
Binaek Sarkar
389c22c813 CSV template for check export. Closes #1315 2022-01-27 15:48:56 +00:00
dependabot[bot]
9f2b339ce2 Bump node-fetch from 2.6.1 to 2.6.7 in /.github/actions/semver-tags (#1359)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-27 14:06:45 +00:00
kaidaguerre
72ca344022 Do not call update check for Plugin Manager command. Closes #1354 2022-01-25 17:36:03 +00:00
Puskar Basu
5e4e8fd765 Add JSON template for check export. Closes #1337 2022-01-25 16:55:40 +00:00
Gábor Lipták
b862cf1f76 Cleanup deadcode and unused (#1334)
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-25 16:54:36 +00:00
dependabot[bot]
c825c4efaf [Dependabot](deps): Bump github.com/containerd/containerd (#1353)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.4.11 to 1.4.12.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.4.11...v1.4.12)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  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>
2022-01-25 16:52:57 +00:00
dependabot[bot]
12c29b5aa7 [Dependabot](deps): Bump github.com/hashicorp/hcl/v2 (#1348)
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.9.1 to 2.11.1.
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/hcl/compare/v2.9.1...v2.11.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
  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>
2022-01-25 16:52:42 +00:00
dependabot[bot]
d3d8fa13dc [Dependabot](deps): Bump github.com/olekukonko/tablewriter (#1347)
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 0.0.4 to 0.0.5.
- [Release notes](https://github.com/olekukonko/tablewriter/releases)
- [Commits](https://github.com/olekukonko/tablewriter/compare/v0.0.4...v0.0.5)

---
updated-dependencies:
- dependency-name: github.com/olekukonko/tablewriter
  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>
2022-01-24 17:25:52 +00:00
dependabot[bot]
64a545221d Bump google-github-actions/setup-gcloud from 0.3 to 0.4.0 (#1349)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.3 to 0.4.0.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0.3...v0.4.0)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  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>
2022-01-24 16:45:04 +00:00
dependabot[bot]
f3553489ff [Dependabot](deps): Bump github.com/opencontainers/image-spec (#1346)
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/opencontainers/image-spec/releases)
- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
- [Commits](https://github.com/opencontainers/image-spec/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/image-spec
  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>
2022-01-24 16:44:34 +00:00
dependabot[bot]
6229c69de0 [Dependabot](deps): Bump github.com/hashicorp/go-version (#1345)
Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/go-version/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-version
  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>
2022-01-24 16:44:21 +00:00
Binaek Sarkar
a0d5c3fc3b Enforce timezone in local test bed. Closes #1350 2022-01-24 14:31:31 +00:00
kai
9e574e1172 v0.12.1. Closes #1343 v0.12.1 2022-01-22 12:01:49 +00:00
kaidaguerre
775a1f44c7 Disable spinner for batch mode queries. Fixes #1340 2022-01-22 11:58:35 +00:00
kai
5fb129635b stop loading spinner before we start result display for streaming formats 2022-01-22 11:44:56 +00:00
Puskar Basu
45d81dd895 Fix asff-json template line spacing and make templates more readable. Closes #1323 v0.12.0 2022-01-20 18:27:01 +00:00
Binaek Sarkar
f241712dbe v0.12.0. Closes #1316 2022-01-20 17:06:50 +00:00
Gábor Lipták
31ff1f037e Cleanup deadcode (#1299)
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-20 14:28:05 +00:00
Gábor Lipták
ebe129b2d0 Correct S1025 (#1322)
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-20 14:23:24 +00:00
Binaek Sarkar
3f7344c314 Fixes issue where plugins were logging using a different time format from FDW and Database. Closes #927 2022-01-20 14:19:58 +00:00
kai
131a1695b5 Ensure "Updating FDW" spinner message is removed after completion. Closes #1326 2022-01-20 11:39:47 +00:00
kai
7098a51fec Update FDW version to 0.3.2 2022-01-20 11:30:21 +00:00
kai
b769143c4d Set version to v0.12.0-rc.1 #1316 v0.12.0-rc.1 2022-01-19 16:54:44 +00:00
Puskar Basu
be67b786f4 Update check templates to remove functions. Closes #1320 2022-01-19 16:36:11 +00:00
Binaek Sarkar
b4cf62d3a0 Fixes issue in plugin manager where plugin shutdown and process killing messages were logging in at WARN level. Closes #1309 2022-01-18 16:25:23 +00:00
kai
33fc936369 Set version to v0.12.0-rc.0 #1316 v0.12.0-rc.0 2022-01-17 13:35:21 +00:00
Binaek Sarkar
60920fce3e Add support for a generic template formatter for check output. Closes #1289 2022-01-17 13:24:01 +00:00
dependabot[bot]
d279c91596 [Dependabot](deps): Bump github.com/hashicorp/go-plugin (#1312)
Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.4.1 to 1.4.3.
- [Release notes](https://github.com/hashicorp/go-plugin/releases)
- [Commits](https://github.com/hashicorp/go-plugin/compare/v1.4.1...v1.4.3)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-plugin
  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>
2022-01-17 09:54:29 +00:00
dependabot[bot]
b33294774d [Dependabot](deps): Bump sigs.k8s.io/yaml from 1.1.0 to 1.3.0 (#1313)
Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](https://github.com/kubernetes-sigs/yaml/compare/v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/yaml
  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>
2022-01-17 09:54:19 +00:00
dependabot[bot]
41ed656852 [Dependabot](deps): Bump github.com/zclconf/go-cty from 1.8.2 to 1.10.0 (#1314)
Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.8.2 to 1.10.0.
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zclconf/go-cty/compare/v1.8.2...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/zclconf/go-cty
  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>
2022-01-17 09:54:10 +00:00
dependabot[bot]
b5ab68137c [Dependabot](deps): Bump github.com/shirou/gopsutil (#1310)
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.21.10+incompatible to 3.21.11+incompatible.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.10...v3.21.11)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil
  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>
2022-01-17 09:53:55 +00:00
dependabot[bot]
0e9f770c22 [Dependabot](deps): Bump github.com/otiai10/copy from 1.2.0 to 1.7.0 (#1311)
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.2.0 to 1.7.0.
- [Release notes](https://github.com/otiai10/copy/releases)
- [Commits](https://github.com/otiai10/copy/compare/v1.2.0...v1.7.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>
2022-01-17 09:53:44 +00:00