Commit Graph

68 Commits

Author SHA1 Message Date
Puskar Basu
ea9d44db61 Fix docker tests getting stuck in release workflow. 2022-08-23 12:10:22 +01:00
Puskar Basu
487ba35e82 Update release workflow 2022-08-09 12:50:05 +01:00
kai
7ab7792975 Update go to 1.19 in github actions 2022-08-03 12:32:48 +01:00
kaidaguerre
305fb9107b Add support for plugins to handle multiple connections. Closes #2262 2022-07-22 14:53:54 +01:00
Puskar Basu
1720b8997f Update Release CLI and Assets workflow to update brew formula 2022-07-14 12:43:41 +01:00
Puskar Basu
ec6209303e Automate the updation of brew formula whenever a new steampipe version is released. Closes #2227 (#2218) 2022-07-12 14:18:53 +01:00
Puskar Basu
d1719e6d1f Run acceptance tests on docker containers in release workflow. Closes #1546 2022-07-06 13:57:54 +01:00
dependabot[bot]
62af5d3922 [dep][actions](deps): Bump goreleaser/goreleaser-action from 2 to 3 (#2099)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-23 10:55:26 +01:00
Puskar Basu
07d3e7f8ca Run acceptance tests on both darwin(macos) and linux(ubuntu). Closes #2060 2022-05-16 13:35:50 +01:00
dependabot[bot]
edc26fb758 [dep][actions](deps): Bump docker/login-action from 1 to 2 (#2009)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 15:49:37 +01:00
dependabot[bot]
1e91b46387 [dep][actions](deps): Bump docker/build-push-action from 2 to 3 (#2008)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 15:49:14 +01:00
Binaek Sarkar
7d03ac36c3 Updgrade database packaging to use custom build Linux packages including pg_dump and pg_restore. Closes #2005 (#2006) 2022-05-05 17:31:50 +01:00
kaidaguerre
2b10ec9c58 Fix pg dump and pg restore in db image. Closes #2001 2022-05-04 18:47:25 +01:00
Binaek Sarkar
8dc1b46d65 Adding 'pg_dump' and 'pg_restore' to DB image. Closes #1862 2022-04-19 18:08:20 +01:00
dependabot[bot]
25c0ad3347 [dep][actions](deps): Bump actions/setup-go from 2 to 3 (#1827)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 12:12:14 +01:00
dependabot[bot]
cd50138c9e [dep][actions](deps): Bump actions/upload-artifact from 2 to 3 (#1828)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 12:12:01 +01:00
dependabot[bot]
3bc172a772 [dep][actions](deps): Bump actions/download-artifact from 2 to 3 (#1829)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 12:11:48 +01:00
kai
f00c0da66b Update go version to 1.18 in github workflows 2022-04-13 17:46:45 +01:00
Puskar Basu
57db1bc167 Separate release creation and publish workflows and remove legacy workflows. Closes #1441 2022-04-13 13:03:40 +01:00
Puskar Basu
9fa5dfec55 Update CLI version of Go to 1.18. Closes #1783 2022-04-11 10:35:03 +01:00
Binaek Sarkar
7f5a379731 Updates database version to postgresql14. Closes #43 2022-04-01 14:52:52 +01:00
dependabot[bot]
006e0b5279 [dep][actions](deps): Bump actions/cache from 2 to 3 (#1716)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-30 10:35:26 +01:00
Puskar Basu
1c857173d8 Skip apt and yum publish for now in release workflow. Closes #1722 2022-03-24 10:56:20 +00:00
Puskar Basu
200f70a822 Fix unit tests. Update acceptance test workflow to run them correctly. Closes #1611 2022-03-17 11:33:57 +00:00
dependabot[bot]
1112bb7612 Bump google-github-actions/setup-gcloud from 0.5.1 to 0.6.0 (#1641)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.5.1 to 0.6.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.5.1...v0.6.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-03-14 14:24:03 +00:00
Mike Burgess
2ead4d1625 Fix missing heap ID in CLI build that is needed to enable telemetry #1429. 2022-03-10 01:07:28 +00:00
Mike Burgess
08b66144da Log dashboard UI analytics. Closes #1591. (#1601) 2022-03-10 00:30:53 +00:00
dependabot[bot]
ff5c64f8b9 Bump actions/checkout from 2 to 3 (#1576)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 14:07:28 +00:00
dependabot[bot]
ca2e719f8a Bump actions/setup-node from 2 to 3 (#1524)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 14:05:25 +00:00
dependabot[bot]
69c701d3ba Bump google-github-actions/setup-gcloud from 0.5.0 to 0.5.1 (#1476)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.5.0 to 0.5.1.
- [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.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  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-02-21 09:20:47 +00:00
Mike Burgess
984e7f8f42 Rename ui report folder to dashboard #1459. 2022-02-18 15:33:19 +00:00
Binaek Sarkar
d1945dabfb Adds stability to version tagging and apt/yum in workflows. Closes #1431 (#1432) 2022-02-14 14:17:09 +00:00
Binaek Sarkar
ad14e3ae5d Fix bad release workflow. Closes #1405 2022-02-07 16:24:50 +00:00
kai
dc4db4ccf1 Fix CLI and assets workflow. #1395 2022-02-07 15:24:20 +00:00
Binaek Sarkar
366c6694f2 Add new workflow to release both CLI and reporting assets. Closes #1395 2022-02-07 15:04:15 +00:00
dependabot[bot]
3ca70cb0b1 Bump google-github-actions/setup-gcloud from 0.4.0 to 0.5.0 (#1403)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.4.0 to 0.5.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.4.0...v0.5.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-02-07 13:19:44 +00:00
kaidaguerre
35330a8fb0 Update reports functionality. Add reflection tables for report entities. Automatically install report assets. Closes #1265. Closes #567 Closes #1364 2022-01-31 15:17:18 +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
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
dependabot[bot]
842dea5fe4 Bump google-github-actions/setup-gcloud from 0.2.1 to 0.3 (#1225)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.2.1 to 0.3.
- [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.2.1...v0.3)

---
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>
2021-12-13 09:19:51 +00:00
dependabot[bot]
eaaa40e31d Bump google-github-actions/setup-gcloud from 0.2.0 to 0.2.1 (#1205)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.2.0 to 0.2.1.
- [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.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  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>
2021-12-09 14:00:28 +00:00
Gábor Lipták
d58d972a3e Bump Go to 1.17
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2021-11-30 12:41:14 +00:00
Puskar Basu
78d456ed6b Support Linux package managers(apt-get, yum, snap). Closes #595 2021-11-16 11:19:39 +00:00
Puskar Basu
b5850d8506 Save test execution logs as artifacts from Acceptance test workflow if the workflow fails. Closes #1083 2021-11-09 11:25:04 +00:00
Puskar Basu
ece0381926 Add HTML check formatter. Closes #480 2021-10-20 10:28:08 +01:00
Binaek Sarkar
69e4b80a2f Small updates to output of steampipe service commands. Closes #812 2021-09-16 11:02:03 +01:00
Binaek Sarkar
2fb4e2f4a1 Cache build and test dependencies in acceptance test workflow. Closes #801 2021-09-02 11:18:45 +01:00
Binaek Sarkar
c78d806401 Fix issue with dependabot.yml config. Closes #816 2021-08-30 16:58:47 +01:00
Binaek Sarkar
122197d2c2 Fix for missing control_description, control_title in csv output of check command. Closes #739 2021-08-18 11:05:38 +01:00
Binaek Sarkar
fbfebd0db8 Add Dockerfile for steampipe and automated image deploy. Closes #662. Closes #677 2021-07-29 22:36:49 +01:00