dependabot[bot]
dcb38c68d8
chore(deps): bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 ( #1509 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](b508e2e3ef...8f67e590f2
)
---
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>
2 years ago
nils måsén
5134e159e2
ci: replace golint with staticcheck
2 years ago
dependabot[bot]
d1e6fa885f
chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0 ( #1451 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nils måsén <nils@piksel.se>
2 years ago
dependabot[bot]
2102a056de
chore(deps): bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 ( #1447 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Step Security Bot
9a2f9c48c7
[StepSecurity] ci: Harden GitHub Actions ( #1426 )
...
Co-authored-by: nils måsén <nils@piksel.se>
2 years ago
nils måsén
faa94c4fd1
ci: use pull_request_target for greeting
2 years ago
Brian Choromanski
1fc24f691e
chore(github): add text render and remove default value ( #1407 )
...
Co-authored-by: nils måsén <nils@piksel.se>
2 years ago
Tamal Das
57e14ac34c
feat : added new issue templates ( #1404 )
2 years ago
Simon Aronsson
b50e76580e
Delete FUNDING.yml
2 years ago
nils måsén
9cee9e02d0
ci: fix docs generation
2 years ago
dependabot[bot]
cbbdbb7ad6
chore(deps): bump github/codeql-action from 1 to 2 ( #1353 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Jauder Ho
e04a107694
chore(deps): update go version to 1.18 ( #1363 )
...
Co-authored-by: nils måsén <nils@piksel.se>
2 years ago
dependabot[bot]
964879d228
chore(deps): bump actions/setup-go from 2 to 3 ( #1354 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
ab7f8233bb
chore(deps): bump actions/checkout from 2 to 3 ( #1368 )
...
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>
2 years ago
dependabot[bot]
1745704163
chore(deps): bump codecov/codecov-action from 1 to 3 ( #1369 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
7f808d8b1c
chore(deps): bump goreleaser/goreleaser-action from 2 to 3 ( #1351 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
d860016335
chore(deps): bump actions/setup-python from 3 to 4 ( #1356 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
e02227fed0
chore(deps): bump docker/login-action from 1 to 2 ( #1355 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Jauder Ho
27e936c16d
Create dependabot.yml to update versions for GitHub Actions, Go modules and Docker images ( #1347 )
2 years ago
ksurl
3e4b26957d
ci: add pip caching for docs workflow ( #1292 )
3 years ago
Simon Aronsson
f79e4b5435
Update greetings.yml
...
closes #1230
3 years ago
Simon Aronsson
3bf934027f
Create pull_request_template.md ( #1110 )
3 years ago
nils måsén
2f33620d2d
ci: build latest-dev with script ( #1005 )
...
currently `latest-dev` package is not built with version set and displays `v0.0.0-unknown`
3 years ago
nils måsén
dec6f84a70
test: fix metrics api test stability ( #930 )
...
* use httptest instead of host port binding
* restore matrix and remove artificial delay
* fix metrics api test expect calls
4 years ago
nils måsén
e308521a95
docs: fix more auto-format casualties ( #943 )
4 years ago
nils måsén
0c53b7121e
ci: move docs to separate action ( #942 )
4 years ago
nils måsén
cc3ff5a588
fix more spelling mistakes
4 years ago
nils måsén
ef4873b166
fix goreleaser GHCR login
4 years ago
nils måsén
d0148ab796
fix manifest creation in release job
4 years ago
Simon Aronsson
dff8378778
Feat/head failure toggle ( #928 )
...
* feat: make head pull failure warning toggleable
* expect prometheus tests to go through EVENTUALLY
* wait for queue to be empty before checking test conditions
* clean up new head failure toggle
* fixup! clean up new head failure toggle
* test: add warn on head failure tests
* fix client interface and make tests hit more lines
* make all tests use NewClient instead of creating a struct pointer
* fix lint issues
* see if moving ubuntu out of the matrix solves test issue
Co-authored-by: nils måsén <nils@piksel.se>
4 years ago
Simon Aronsson
058e3c6d48
Update bug_report.md
4 years ago
ksurl
29f5c4b254
add ghcr ( #850 )
...
* add ghcr
* Update .github/workflows/release-dev.yaml
Co-authored-by: nils måsén <nils@piksel.se>
* Update .github/workflows/release.yml
Co-authored-by: nils måsén <nils@piksel.se>
* Apply suggestions from code review
I might be dyslectic
* Update .github/workflows/release.yml
Co-authored-by: nils måsén <nils@piksel.se>
* Update .github/workflows/release.yml
Co-authored-by: nils måsén <nils@piksel.se>
Co-authored-by: nils måsén <nils@piksel.se>
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
4 years ago
nils måsén
bf8dec1b88
chore(ci): run code coverage on main push ( #870 )
...
* chore(ci): run code coverage on main push
* merge workflows for pushes to main
* add workflow dispatch for production releases
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
4 years ago
Simon Aronsson
69b7480b4d
permanently disable cgo for production releases
4 years ago
Simon Aronsson
bde9aec1c0
fix docker secrets
4 years ago
Simon Aronsson
b7f3e68d49
Update release.yml
4 years ago
Simon Aronsson
8448851987
fix tag name parsing, hopefully
4 years ago
Simon Aronsson
c4c0533bff
add dockerhub login step
4 years ago
Simon Aronsson
027584aca2
add gh token to goreleaser
4 years ago
Simon Aronsson
228dd75d7b
Update release-dev.yaml
4 years ago
nils måsén
d0943c3b77
chore(ci): set image platform on image build ( #811 )
...
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
4 years ago
Zois Pagoulatos
9cee66c93d
ci: Update code of conduct URL in github action ( #778 )
...
Closes #777
4 years ago
Zois Pagoulatos
0961c74e6b
ci: Add codeQL analysis checks ( #770 )
4 years ago
Simon Aronsson
eccf87a47d
make test command windows compatible
4 years ago
nils måsén
b6af45b9ae
chore(ci): disable fail-fast for pr tests ( #766 )
4 years ago
Simon Aronsson
fb9469e58e
remove cgo_enable flag for the test step
...
this was a last-minute change that actually isn't needed. we'll know whether this is an issue in the build step anyway.
4 years ago
Simon Aronsson
3369d2427c
chore(ci): add coverage upload
4 years ago
Simon Aronsson
5532c4e905
chore(ci): set up release workflow
4 years ago
Simon Aronsson
140cc4ea12
add macos to the testing matrix
4 years ago
Simon Aronsson
ea53cdbe7c
add names to steps
4 years ago