Commit Graph

142 Commits

Author SHA1 Message Date
Binaek Sarkar
3b2cdd1e68 Upgrades go version to 1.21. Closes #3763 2023-08-25 13:54:28 +01:00
Puskar Basu
123d5efef0 Update config precedence tests. Closes #3704 2023-08-09 13:08:56 +01:00
Puskar Basu
f905a2296f Split service and plugin acceptance tests 2023-08-07 10:44:47 +01:00
Puskar Basu
c0860f551c Fix installation.bats tests and increase BATS_TIMEOUT for service tests (#3701) 2023-07-28 15:38:12 +01:00
Puskar Basu
3c54f81e94 Add acceptance tests to verify steampipe db, fdw, plugins installation from registry. Closes #3656 2023-07-10 15:59:50 +01:00
Binaek Sarkar
9754ed0c1a Creates 'version.json' in each plugin directory. Recompose the global plugin versions.json if it is missing or corrupt. Closes #3492 2023-06-30 08:56:59 +01:00
kai
9dd177204f Merge branch 'v0.20.x'
# Conflicts:
#	.github/workflows/test.yml
#	tests/acceptance/test_files/migration.bats
2023-06-22 18:22:35 +01:00
Puskar Basu
f176fdca17 Add tests after each test file to check for running/leftover steampipe processes 2023-06-22 16:20:13 +01:00
kaidaguerre
43dd6c7a61 Refactor Plugin manager:remove support for plugins which do not support multiple connections, simplify startup.
If plugin process crashes, benchmark or dashboard runs can leave running plugin processes after shutdown. Fixes #3598
2023-06-21 16:18:49 +01:00
Puskar Basu
6721cde0e4 Integrate golangci-lint into automated testing and release. Closes #1336 2023-06-21 13:24:26 +01:00
Binaek Sarkar
a1caf53eeb Adds 'steampipe_server_settings' table populated with server settings data during service startup. Closes #3462 2023-06-21 13:23:14 +01:00
Puskar Basu
2aaf387a2a Add Linux ARM tests in Steampipe Release (CLI and Assets) workflow. Closes #3468 2023-06-09 10:25:24 +01:00
kai
945db795b5 Merge branch 'v0.20.x' 2023-05-30 16:10:08 +01:00
kaidaguerre
862409b64d Ensure schema is created for blank aggregators when connections are added . Closes #3488 2023-05-30 16:08:19 +01:00
Puskar Basu
80f9e5a1cd Fix issue where steampipe completion was creating install directories. Closes #3485 2023-05-30 15:17:34 +01:00
Binaek Sarkar
d1d4b3e503 Remove usage of custom tagging action. Closes #3469 2023-05-23 15:48:58 +01:00
Binaek Sarkar
5cab32c598 Re-enable homebrew publish for turbot tap 2023-05-19 17:40:24 +05:30
Binaek Sarkar
ad2b801156 Disable homebrew updates on publish temporarily 2023-05-19 17:35:34 +05:30
kai
cfe66d5582 Remove dependency of brew publish on docker publish 2023-05-18 18:37:50 +01:00
dependabot[bot]
6e51ab2e83 [dep][actions](deps): Bump google-github-actions/setup-gcloud (#3393)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.1.0 to 1.1.1.
- [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.1.0...v1.1.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>
2023-05-10 09:05:26 +01:00
kaidaguerre
f47985f88f Update mod require, deprecate steampipe property and add steampipe block. Deprecate plugin version property and add min_version`. Closes #3347. Fix args passed to dependency mods failing to resolve if they reference variables. Closes #3348 2023-04-19 12:28:53 +01:00
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