Commit Graph

121 Commits

Author SHA1 Message Date
Puskar Basu
dca9f594c2 Update Publish Release workflow to push to both dockerhub and ghcr. Closes #3319 2023-04-13 14:48:35 +01:00
Puskar Basu
a5db87d318 Use --clean flag instead of deprecated --rm-dist. Closes #3317 2023-04-13 14:46:09 +01:00
Puskar Basu
121dd72407 Update bats. Closes #3270 2023-03-31 14:18:37 +01:00
Puskar Basu
a1dfa20659 Update Publish Docker Release workflow to push images to GH container registry instead of Docker hub. Closes #3243 2023-03-23 14:44:43 +00:00
Puskar Basu
77a4565068 Add a test to catch schema cloning errors. Closes #3248 2023-03-21 11:58:41 +00:00
dependabot[bot]
1a1d5bac06 [dep][actions](deps): Bump actions/setup-go from 3 to 4 (#3231)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
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>
2023-03-21 10:11:44 +00:00
Puskar Basu
42e7b612a4 Update acceptance test workflow to remove redundant step 2023-03-09 15:58:23 +00:00
Puskar Basu
68399b39ef Add acceptance tests for dynamic aggregators. Closes #3147 2023-02-28 11:38:21 +00:00
kai
d266917597 Merge branch 'v0.18.x' into main
# Conflicts:
#	CHANGELOG.md
#	pkg/version/version.go
2023-02-15 14:52:34 +00:00
Binaek Sarkar
d75ab0372e Fixes issue where snapshot mode in query leads to duplicate rows in console/file output 2023-02-15 19:08:19 +05:30
Binaek Sarkar
3096f9bfb8 Adds tests around service lifecycle 2023-02-03 16:32:06 +00:00
Mike Burgess
9669829827 Merge branch 'v0.18.x' 2023-02-03 13:04:02 +00:00
Puskar Basu
557d68c464 Add logs in test workflow to debug intermittent failures/stalls. Closes #3036 2023-02-03 12:07:10 +00:00
dependabot[bot]
d44bdf1e50 [dep][actions](deps): Bump docker/build-push-action from 3 to 4 (#3052)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
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>
2023-02-03 11:53:53 +00:00
dependabot[bot]
16be0ae41c [dep][actions](deps): Bump google-github-actions/setup-gcloud (#3067)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v1.0.0...v1.1.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>
2023-02-03 10:33:35 +00:00
Puskar Basu
b5f713962a Update publish workflow to autodeploy new versions of steampipe to homebrew-core. Closes #3000 2023-01-23 09:20:53 +00:00
Puskar Basu
0f511e11e7 Acceptance tests which run on PR should do a merge with base before running the tests #2869 2023-01-18 14:34:14 +00:00
Puskar Basu
8b68c0779f Update introspection tables acceptance test suite. Closes #2906 2023-01-18 14:31:15 +00:00
Puskar Basu
43502c6447 Clean up test and release workflows #2996 2023-01-18 14:31:15 +00:00
dependabot[bot]
2b64f5effd [dep][actions](deps): Bump goreleaser/goreleaser-action from 3 to 4 (#2866)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3...v4)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 15:29:57 +00:00
kai
46d84ca8bd Revert "Re-enable docker tests in release workflow (#2960)"
This reverts commit 4195dc26a6.
2023-01-10 10:20:42 +00:00
Puskar Basu
4195dc26a6 Re-enable docker tests in release workflow (#2960) 2023-01-09 21:34:21 +00:00
Puskar Basu
77c8175d79 Fix workflow 2023-01-09 12:54:39 +05:30
Puskar Basu
56b5d83ea7 Run dashboard tests in workflow 2023-01-09 12:00:41 +05:30
Puskar Basu
a687326a7d Add dashboard acceptance tests. Closes #2818 2023-01-09 11:48:56 +05:30
kai
04a3daa7c4 Revert "Add dashboard acceptance tests. Closes #2818 "
This reverts commit 0a5aecf6c1.
2023-01-06 18:41:17 +00:00
Puskar Basu
0a5aecf6c1 Add dashboard acceptance tests. Closes #2818 2023-01-06 17:19:31 +00:00
Mike Burgess
147c02f0e3 Dashboard UI material symbol names should use snake case rather than kebab case #2828 2022-12-23 22:54:55 +00:00
Puskar Basu
b4e07233de Add workflow to check for stale issues and PRs (#2901) 2022-12-21 17:26:11 +05:30
kaidaguerre
fa18c8f0e2 Add support for node reuse. Update graph, flow and hierarchy to declare nodes and edges inline, rather than as a list of references. Closes #2871
Only top level resources can have with and param blocks. Closes #2872
Refactor resource and dashboard run hierarchies to use base impl structs. Closes #2873
2022-12-14 17:18:57 +00:00
Puskar Basu
7be91bb2c5 Remove acceptance tests on merging to main. Closes #2868 (#2870) 2022-12-14 17:17:00 +00:00
Puskar Basu
de05cbaf12 Update release workflow to support brew formula versioning. Closes #2758 2022-11-28 15:47:17 +00:00
Binaek Sarkar
4ab8d94ebc Fixes issue where 'oras' is failing to parse date provided in annotations file. Closes #2798 2022-11-25 09:52:09 +00:00
Binaek Sarkar
d9e99167b5 Fixes issue where unit tests were not running on new Pull Requests . Closes #2794 2022-11-24 16:17:01 +00:00
kai
a742054d53 Temporariliy disable docker tests from release workflow 2022-11-21 17:04:48 +00:00
Puskar Basu
3bc2603657 Add acceptance tests for connecting to Steampipe cloud. Closes #2370 2022-11-18 11:33:18 +00:00
dependabot[bot]
64e9de85ab [dep][actions](deps): Bump google-github-actions/auth from 0 to 1 (#2761)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0 to 1.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/auth/compare/v0...v1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 11:29:18 +00:00
Binaek Sarkar
97be0cc128 Add steps to release workflow to authenticate with gcloud separately for compatibility with setup-gcloud@v1.0.0. Closes #2719 2022-11-16 13:08:52 +00:00
Mike Burgess
c31707751b Dashboard UI should inform users when they are running a different UI version to the CLI. Closes #2728. (#2734) 2022-11-10 19:02:32 +00:00
Binaek Sarkar
6b0a4ad591 Revert "[dep][actions](deps): Bump google-github-actions/setup-gcloud (#2713)" (#2718)
This reverts commit 8dc2e0e539.
2022-11-09 13:30:38 +00:00
dependabot[bot]
8dc2e0e539 [dep][actions](deps): Bump google-github-actions/setup-gcloud (#2713)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.6.2 to 1.0.0.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0.6.2...v1.0.0)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 10:21:58 +00:00
Puskar Basu
67203cf9cc Clean up release workflows. Closes #2369 2022-11-08 12:26:12 +00:00
Puskar Basu
bd6d7b5ecb Fix and re-enable docker tests in release workflow 2022-11-03 10:16:12 +00:00
Puskar Basu
79423e2765 Update Publish Docker Release workflow to build and push a docker image for linux/arm64. Closes #2575 2022-10-31 14:55:46 +00:00
Saumya
9d92c74018 Update deprecated set-output and use GITHUB_OUTPUT environment files in our workflows. Closes #2572 (#2602) 2022-10-31 15:14:35 +05:30
Puskar Basu
eec7393d3f Add acceptance tests for Workspace Profiles. Closes #2571 2022-10-31 09:25:09 +00:00
kai
d24ea967c0 Temporarily disable docker acceptance tests 2022-10-25 20:45:51 +01:00
Puskar Basu
cb6d4f8352 Update acceptance test jobs in release workflows. Closes #2552 2022-10-19 10:50:51 +01:00
dependabot[bot]
f91fa5e988 [dep][actions](deps): Bump geekyeggo/delete-artifact from 1 to 2 (#2522)
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 2.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v1...v2)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 18:43:52 +01:00
Binaek Sarkar
fd46f34dcb Consolidates acceptance tests. Exclude force_stop and migration tests for Macos. Closes #2497 2022-10-18 12:30:08 +01:00