Nathan Sullivan
827c49ca00
adding test coverage for preflight.RunPreflights() ( #949 )
...
* adding test coverage for preflight.RunPreflights()
TDD to work on https://github.com/replicatedhq/troubleshoot/issues/906
and verify the fix is successful
* go.mod/go.sum: removing gnomock stuff since it's not in use (yet)
* Makefile: try running the preflight integration test with the e2e tests,
since there's a K3s instance in place already
* Makefile add a dedicated test-integration task, which runs as it's own
github action job
* Makefile: exclude a few things from test-integration that break the
github action job
* WIP on preflight tests, addressing some of @banjoh's feedback, more to
go though (specifically changing over to using assert)
* preflight tests: use the testify libraries, restructure code to be
formatted more like other tests in this project
2023-01-13 08:22:57 +10:00
Diamon Wiggins
18c4a39826
chore: Use org secret for username ( #953 )
...
use org secret for username
2023-01-10 11:37:07 +00:00
Nathan Sullivan
8ba5d6f6cb
GitHub Action goreleaser-test - convert to a matrix ( #942 )
...
github action goreleaser-test: convert to a matrix
2023-01-04 14:15:49 +13:00
dependabot[bot]
8cb922c3b9
Bump mheap/github-action-required-labels from 2 to 3 ( #938 )
...
Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels ) from 2 to 3.
- [Release notes](https://github.com/mheap/github-action-required-labels/releases )
- [Commits](https://github.com/mheap/github-action-required-labels/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: mheap/github-action-required-labels
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>
Co-authored-by: Evans Mungai <evans@replicated.com >
2023-01-03 16:35:35 +00:00
Nathan Sullivan
94dd7a670c
Improve build-test-deploy GitHub Actions performance ( #941 )
...
* github build-test-deploy workflow: split goreleaser-test into 3 actions,
one for each ID/component (sharing a single config file)
rationale: speeding up github actions, goreleaser-test was taking
12-14mins and is the outlier longest to execute right now on this repo
* Revert "gitlab build-test-deploy workflow: split goreleaser-test into 3 actions,"
This reverts commit 61083dbbb8 .
* github build-test-deploy workflow: split into 6 actions, divided by
GOARCH/GOOS
rationale: improve performance of checks on PR's
* .goreleaser.yaml - add a breadcrumb to ensure we keep the action jobs
list aligned
2023-01-03 13:07:10 +00:00
dependabot[bot]
60b4931295
Bump goreleaser/goreleaser-action from 3 to 4 ( #919 )
...
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>
2022-12-21 14:35:58 +13:00
Evans Mungai
8e174fb46c
chore: Update PR template ( #880 )
2022-12-01 11:26:17 +00:00
dependabot[bot]
f13a9598b2
Bump github/codeql-action from 1 to 2 ( #865 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-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>
Co-authored-by: Diamon Wiggins <38189728+diamonwiggins@users.noreply.github.com >
2022-11-28 11:01:12 +13:00
dependabot[bot]
4fa8411259
Bump rajatjindal/krew-release-bot from 0.0.38 to 0.0.43 ( #866 )
...
Bumps [rajatjindal/krew-release-bot](https://github.com/rajatjindal/krew-release-bot ) from 0.0.38 to 0.0.43.
- [Release notes](https://github.com/rajatjindal/krew-release-bot/releases )
- [Changelog](https://github.com/rajatjindal/krew-release-bot/blob/master/.goreleaser.yml )
- [Commits](https://github.com/rajatjindal/krew-release-bot/compare/v0.0.38...v0.0.43 )
---
updated-dependencies:
- dependency-name: rajatjindal/krew-release-bot
dependency-type: direct:production
update-type: version-update:semver-patch
...
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>
Co-authored-by: Diamon Wiggins <38189728+diamonwiggins@users.noreply.github.com >
2022-11-28 10:59:37 +13:00
Evans Mungai
b693e6650d
chore: Add GH workflow to ensure schemas are generated in a PR ( #872 )
...
* Make file target to check generated schemas
* Add missing yaml tag to Logs struct
* chore: Add GH workflow to ensure schemas are generated in a PR
2022-11-28 10:58:09 +13:00
dependabot[bot]
511671f699
Bump actions/setup-go from 1 to 3 ( #853 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 1 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v1...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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 18:19:42 +13:00
dependabot[bot]
7a3bcfc74a
Bump actions/download-artifact from 1 to 3 ( #854 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 1 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v1...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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 18:19:16 +13:00
dependabot[bot]
e88f309391
Bump actions/upload-artifact from 1 to 3 ( #855 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v1...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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 18:18:46 +13:00
dependabot[bot]
da48621eff
Bump goreleaser/goreleaser-action from 2 to 3 ( #852 )
...
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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 17:44:56 +13:00
dependabot[bot]
e51a25dc2f
Bump actions/checkout from 2 to 3 ( #856 )
...
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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 17:35:55 +13:00
Camila Macedo
7a20aa1934
Add job to dependabot to update github actions ( #851 )
...
* Add job to dependabot to update github actions
2022-11-17 17:09:36 -05:00
Nick Meyer
38c1193ace
correct checked out ref for FOSSA tests ( #833 )
2022-11-09 14:34:14 -05:00
Xav Paice
8f8e0dc6e3
chore: Update PULL_REQUEST_TEMPLATE.md ( #831 )
...
Fix a minor grammatical error in the pull request template
2022-11-08 18:14:16 +13:00
Dexter Yan
e2c20cfda4
feat(github): add pull request template ( #830 )
...
* feat(github): add pull request template
* feat(github): rephrase pr template
2022-11-08 17:41:42 +13:00
Nick Meyer
ccb7b1619b
Update fossa ( #826 )
...
* Transition FOSSA to locally-managed action
* correct ref
2022-11-07 11:46:27 -06:00
Nick Meyer
388e7ca77d
Update FOSSA API key ( #803 )
2022-10-25 15:17:12 -05:00
Xav Paice
e30d279cad
update CODEOWNERS file ( #770 )
...
Adds a new group to CODEOWNERS as global owner, and CREs for .md files.
2022-10-11 09:02:34 -05:00
Diamon Wiggins
a0fb06f0b9
E2E Tests for Support Bundle CLI ( #761 )
...
* adding e2e tests for support bundle cli
* update e2e.yaml
2022-10-07 14:43:16 +13:00
Nick Meyer
d5c7522be5
use push-only token ( #730 )
2022-09-22 07:28:34 +12:00
Nick Meyer
c4746e766b
Add gate to prevent attempt to run on fork ( #721 )
2022-09-20 11:41:21 +12:00
Nick Meyer
ebd49e70df
add FOSSA PR scan; update label requirements [sc-53201][sc-53409]
2022-09-15 10:17:34 -05:00
Evans Mungai
934bf8ed87
Update issue template
2022-09-09 18:03:10 +01:00
Xav Paice
e5a7409b5e
Update to go 1.19
2022-08-30 18:29:39 +12:00
Chris Sanders
8dc4ac1732
Correct template checklist format
2022-08-26 11:27:47 -05:00
Chris Sanders
c027ed9c1b
Fix link and alter description of the feature_epic template
2022-08-26 11:05:01 -05:00
Chris Sanders
b11dd5ff73
Add an epic issue type
2022-08-26 10:54:28 -05:00
Nick Meyer
ec246a62b9
update GHA runner from 18.04 [sc-56448]
2022-08-24 12:44:50 -05:00
Salah Al Saleh
6adc5b3c7f
Require PR labels ( #661 )
2022-08-11 20:15:03 -07:00
Ethan Mosbaugh
d3cf4fc7f4
Run e2e tests locally
2022-06-02 13:41:00 +00:00
Ethan Mosbaugh
6b5b9297ba
Use k3s rather than kind for tests
2022-05-17 18:03:04 +00:00
Ethan Mosbaugh
8c15bb1fae
build-test-deploy concurrency 1
2022-05-17 17:20:45 +00:00
Ethan Mosbaugh
d2d19a2490
Change build step name to test
2022-05-17 17:20:45 +00:00
Ethan Mosbaugh
5c269e2aaf
E2E preflight tests
2022-05-17 17:20:45 +00:00
Pavan Sokke Nagaraj
9ec9806b62
add cve scan github cron action ( #572 )
2022-05-10 13:52:30 -04:00
Salah Aldeen Al Saleh
347d462d7f
goreleaser should wait for supportbundle binary ( #512 )
2021-12-10 12:27:16 -08:00
Salah Aldeen Al Saleh
d1f341b8ed
host system packages collector/analyzer ( #506 )
...
* host system packages collector/analyzer
2021-12-10 12:05:21 -08:00
Ethan Mosbaugh
0a5e397d44
Create dependabot.yml
2021-11-30 13:56:43 -08:00
Ethan Mosbaugh
2ec15b69f6
Delete dependabot.yml
2021-11-30 13:53:04 -08:00
Ethan Mosbaugh
b524ac8ac4
Add labels and change interval to weekly
2021-11-30 10:00:49 -08:00
Ethan Mosbaugh
7403de58bd
Enable dependabot
2021-11-30 09:52:03 -08:00
Marc Campbell
fa2c775abd
Remove precache until we have it enabled
2021-11-11 22:31:11 +00:00
Marc Campbell
101ab5d2fa
Add github action for codespace
2021-11-11 21:32:21 +00:00
divolgin
db3d27d38f
Fix windows build
2021-10-27 21:29:11 +00:00
Salah Aldeen Al Saleh
e7f7e75df1
change goreleaser version to v0.166.1 ( #468 )
2021-10-27 10:31:35 -07:00
Salah Aldeen Al Saleh
b32afc1d17
pin goreleaser version to v0.182.1 ( #460 )
2021-10-26 11:37:37 -07:00