Commit graph

61 commits

Author SHA1 Message Date
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>
2022-08-24 09:08:26 +02:00
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>
2022-08-23 20:03:13 +02:00
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>
2022-08-23 20:03:03 +02:00
Jauder Ho
27e936c16d
Create dependabot.yml to update versions for GitHub Actions, Go modules and Docker images (#1347) 2022-08-23 11:28:47 +02:00
ksurl
3e4b26957d
ci: add pip caching for docs workflow (#1292) 2022-05-24 10:28:48 +02:00
Simon Aronsson
f79e4b5435
Update greetings.yml
closes #1230
2022-02-20 15:08:51 +01:00
Simon Aronsson
3bf934027f
Create pull_request_template.md (#1110) 2021-10-27 15:23:00 +02:00
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`
2021-06-29 12:51:56 +02:00
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
2021-05-25 16:42:11 +02:00
nils måsén
e308521a95
docs: fix more auto-format casualties (#943) 2021-04-27 17:44:49 +02:00
nils måsén
0c53b7121e
ci: move docs to separate action (#942) 2021-04-27 15:32:54 +02:00
nils måsén
cc3ff5a588 fix more spelling mistakes 2021-04-24 20:33:13 +02:00
nils måsén
ef4873b166 fix goreleaser GHCR login 2021-04-24 20:11:36 +02:00
nils måsén
d0148ab796
fix manifest creation in release job 2021-04-24 19:04:16 +02:00
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>
2021-04-24 13:14:52 +02:00
Simon Aronsson
058e3c6d48
Update bug_report.md 2021-04-21 10:17:41 +02:00
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>
2021-04-20 14:06:48 +02:00
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>
2021-04-18 18:30:58 +02:00
Simon Aronsson
69b7480b4d
permanently disable cgo for production releases 2021-03-28 23:48:47 +02:00
Simon Aronsson
bde9aec1c0
fix docker secrets 2021-03-28 22:28:19 +02:00
Simon Aronsson
b7f3e68d49
Update release.yml 2021-03-28 22:15:29 +02:00
Simon Aronsson
8448851987
fix tag name parsing, hopefully 2021-03-28 22:05:40 +02:00
Simon Aronsson
c4c0533bff
add dockerhub login step 2021-03-28 21:43:54 +02:00
Simon Aronsson
027584aca2
add gh token to goreleaser 2021-03-28 21:27:16 +02:00
Simon Aronsson
228dd75d7b
Update release-dev.yaml 2021-03-28 21:08:28 +02:00
nils måsén
d0943c3b77
chore(ci): set image platform on image build (#811)
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
2021-02-04 11:30:56 +01:00
Zois Pagoulatos
9cee66c93d
ci: Update code of conduct URL in github action (#778)
Closes #777
2021-01-14 17:27:57 +01:00
Zois Pagoulatos
0961c74e6b
ci: Add codeQL analysis checks (#770) 2021-01-12 20:43:41 +01:00
Simon Aronsson
eccf87a47d
make test command windows compatible 2021-01-12 20:13:19 +01:00
nils måsén
b6af45b9ae
chore(ci): disable fail-fast for pr tests (#766) 2021-01-12 20:04:58 +01:00
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.
2021-01-12 08:29:23 +01:00
Simon Aronsson
3369d2427c
chore(ci): add coverage upload 2021-01-10 16:39:51 +01:00
Simon Aronsson
5532c4e905
chore(ci): set up release workflow 2021-01-10 16:36:03 +01:00
Simon Aronsson
140cc4ea12
add macos to the testing matrix 2021-01-10 12:44:14 +01:00
Simon Aronsson
ea53cdbe7c
add names to steps 2021-01-10 12:42:54 +01:00
Simon Aronsson
668e7a1511
fix(ci): set correct get url for linter 2021-01-10 12:33:45 +01:00
Simon Aronsson
2ba51c0de0
chore(ci): add manual dispatch 2021-01-10 12:32:10 +01:00
Simon Aronsson
aa3ed8833f
chore(ci): rename workflow 2021-01-10 12:27:33 +01:00
Simon Aronsson
4e0ce6e824
chore(ci): move to github actions 2021-01-10 12:24:13 +01:00
Simon Aronsson
06e705d538
Create post-release.yml 2021-01-09 22:03:13 +01:00
nils måsén
352574d387
add details/summary to issue template (#732) 2021-01-06 22:31:27 +01:00
Sebastiaan Tammer
21011fde73
Removed accidental dot (#578) 2020-06-13 12:51:11 +02:00
Simon Aronsson
617389d0dc
Create CODEOWNERS 2020-06-12 17:43:11 +02:00
Simon Aronsson
d043c20c70
Create config.yml 2020-06-02 23:26:06 +02:00
Simon Aronsson
b472078d2c
remove issue template for questions 2020-06-02 23:25:43 +02:00
Simon Aronsson
52300804d2
only run greeting on issues for the time being 2020-05-30 08:05:47 +02:00
Simon Aronsson
4130b110c6
Update publish-dev-dockerimage.yaml 2020-01-11 22:20:40 +01:00
Zois Pagoulatos
2c39d2954b
Add github action to build and publish dev image to dockerhub 2020-01-11 17:58:02 +01:00
Simon Aronsson
8c9741022c
remove welcome bot config 2019-11-24 14:53:42 +01:00
Simon Aronsson
3464ddaf19
Update greetings.yml 2019-11-24 14:52:42 +01:00