Commit Graph

75 Commits (feat/registry-client)

Author SHA1 Message Date
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) 2 years ago
Simon Aronsson f79e4b5435
Update greetings.yml
closes #1230
2 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
3 years ago
nils måsén e308521a95
docs: fix more auto-format casualties (#943) 3 years ago
nils måsén 0c53b7121e
ci: move docs to separate action (#942) 3 years ago
nils måsén cc3ff5a588 fix more spelling mistakes 3 years ago
nils måsén ef4873b166 fix goreleaser GHCR login 3 years ago
nils måsén d0148ab796
fix manifest creation in release job 3 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>
3 years ago
Simon Aronsson 058e3c6d48
Update bug_report.md 3 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>
3 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>
3 years ago
Simon Aronsson 69b7480b4d
permanently disable cgo for production releases 3 years ago
Simon Aronsson bde9aec1c0
fix docker secrets 3 years ago
Simon Aronsson b7f3e68d49
Update release.yml 3 years ago
Simon Aronsson 8448851987
fix tag name parsing, hopefully 3 years ago
Simon Aronsson c4c0533bff
add dockerhub login step 3 years ago
Simon Aronsson 027584aca2
add gh token to goreleaser 3 years ago
Simon Aronsson 228dd75d7b
Update release-dev.yaml 3 years ago
nils måsén d0943c3b77
chore(ci): set image platform on image build (#811)
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
3 years ago
Zois Pagoulatos 9cee66c93d
ci: Update code of conduct URL in github action (#778)
Closes #777
3 years ago
Zois Pagoulatos 0961c74e6b
ci: Add codeQL analysis checks (#770) 3 years ago
Simon Aronsson eccf87a47d
make test command windows compatible 3 years ago
nils måsén b6af45b9ae
chore(ci): disable fail-fast for pr tests (#766) 3 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.
3 years ago
Simon Aronsson 3369d2427c
chore(ci): add coverage upload 3 years ago
Simon Aronsson 5532c4e905
chore(ci): set up release workflow 3 years ago
Simon Aronsson 140cc4ea12
add macos to the testing matrix 3 years ago
Simon Aronsson ea53cdbe7c
add names to steps 3 years ago
Simon Aronsson 668e7a1511
fix(ci): set correct get url for linter 3 years ago