Commit Graph

79 Commits

Author SHA1 Message Date
renovate[bot]
6f2cbc6b77
chore(deps): update actions/checkout action to v6 (#400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 17:42:38 -05:00
renovate[bot]
0641a89f16
chore(deps): update golangci/golangci-lint-action action to v9 (#397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-08 09:59:24 -05:00
renovate[bot]
c983dc5d73
chore(deps): update actions/setup-go action to v6 (#387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-06 20:10:57 -04:00
renovate[bot]
04561a3c3d
chore(deps): update actions/checkout action to v5 (#376)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 20:41:32 -04:00
renovate[bot]
40225cedcf
chore(deps): update golangci/golangci-lint-action action to v8 (#356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 11:38:47 -04:00
Devin Buhl
baacf8df6e
fix: update golangci-lint and fix linting issues (#353) 2025-04-15 16:57:31 -04:00
Devin Buhl
587c6a1a7c
fix: goreleaser 2025-03-29 07:29:27 -04:00
Russell Troxel
168fac32f6
Update golangci-lint version (#342)
Signed-off-by: Russell Troxel <russell@troxel.io>
2025-03-22 19:16:56 -07:00
renovate[bot]
ddb0aa5a18
chore(deps): update golangci/golangci-lint-action action to v6 (#296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17 07:06:21 -04:00
renovate[bot]
ebafeb2b9e
chore(deps): update goreleaser/goreleaser-action action to v6 (#306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17 07:06:08 -04:00
renovate[bot]
b1c1026505
chore(deps): update docker/build-push-action action to v6 (#308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17 06:59:46 -04:00
renovate[bot]
3d11ef4c16
chore(deps): update golangci/golangci-lint-action action to v5 (#293)
* chore(deps): update golangci/golangci-lint-action action to v5

* Update action.yaml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
2024-04-25 07:34:07 -04:00
Devin Buhl
862f5f4cde
fix: do not pin digest on GHA
Signed-off-by: Devin Buhl <devin@buhl.casa>
2024-04-22 14:04:40 -04:00
Devin Buhl
e401f676cf
don't prefix branch build with v 2024-03-28 12:19:05 -04:00
Devin Buhl
86cd0a5681
chore: use the right discord link 2024-03-10 09:46:57 -04:00
Devin Buhl
1db0b074fc
chore: update issue template 2024-03-10 09:45:15 -04:00
renovate[bot]
56c90ac0ec
chore(deps): update golangci/golangci-lint-action action to v4 (#265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-28 15:34:35 -05:00
renovate[bot]
e0b1924a8d
chore(deps): update actions/checkout digest to b4ffde6 (#255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 09:55:15 -08:00
renovate[bot]
782270c0dd
chore(deps): update actions/setup-go action to v5 (#256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 09:55:04 -08:00
renovate[bot]
817ac68c9b
chore(deps): update golangci/golangci-lint-action action to v3 (#257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 08:54:56 -08:00
Russell Troxel
3276edb0e9
[bazarr] Add bounded concurrency to episodes endpoint (#238)
* [bazarr] Add bounded concurrency to episodes endpoint

Signed-off-by: Russell <russell@troxel.io>

* Plumb Bazarr Config & Add defaults

Signed-off-by: Russell <russell@troxel.io>

* Move GolangCILint to run first

Signed-off-by: Russell <russell@troxel.io>

* break linter out into it's own job

Signed-off-by: Russell <russell@troxel.io>

* Bump default batch size to 300, put episode metrics behind EnableAdditionalMetrics

Signed-off-by: Russell Troxel <russell@troxel.io>

---------

Signed-off-by: Russell <russell@troxel.io>
Signed-off-by: Russell Troxel <russell@troxel.io>
2024-01-25 03:40:30 -05:00
renovate[bot]
4fd39caea8
chore(deps): update actions/checkout digest to b4ffde6 (#233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-07 20:43:23 -08:00
renovate[bot]
6afddc328d
chore(deps): update actions/setup-go action to v5 (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-07 20:43:01 -08:00
Russell Troxel
294191ecae
Only set latest tag on version bump (#232)
* Only set `latest` tag on version bump

Signed-off-by: Russell Troxel <russell@troxel.io>

* go mod tidy

Signed-off-by: Russell Troxel <russell@troxel.io>

---------

Signed-off-by: Russell Troxel <russell@troxel.io>
2023-10-18 06:48:20 -04:00
Russell Troxel
b8426af721
Add golangci-lint, fix lint warnings (#227)
* Add golangci-lint, fix lint warnings

Signed-off-by: Russell Troxel <russell@troxel.io>

* Set `shell` on lint actions

Signed-off-by: Russell Troxel <russell@troxel.io>

* go fmt

Signed-off-by: Russell Troxel <russell@troxel.io>

---------

Signed-off-by: Russell Troxel <russell@troxel.io>
2023-10-08 14:15:07 -04:00
Russell Troxel
4d71594773
Separate PR & Merge Workflows (#225)
Signed-off-by: Russell Troxel <russell@troxel.io>
2023-10-08 10:29:13 -04:00
Jack
b8b7cc6be3
Feature/support bazarr (#214)
* remove the branch requirement to run tests

feature/support-bazarr

* lint makefile

feature/support-bazarr

* add bazarr to readme

feature/support-bazarr

* also comment out release image as we only want tests to happen

feature/support-bazarr

* initial changes to start attempting to pull bazarr i thinnk?

feature/support-bazarr

* make it only run the tests, but skip release image

feature/support-bazarr

* add a genric makefile to build container localy, run and test

feature/support-bazarr

* rename build command

feature/support-bazarr

* add pic and grafana dashboard adjustments

feature/support-bazarr

* refactor metrics to just be contained within 1 class

* add logic to allow csv values to params

* remove some todos

* make api version optional

feature/support-bazarr

* adjust makefile to auto kill and start

feature/support-bazarr

* remove now invalid test

feature/support-bazarr

* add a test for no api version instead

feature/support-bazarr

* add a test to enforce csv params moving forward

feature/support-bazarr

* add saml payloads for all endpoints, add test that mocks and verifies result

feature/support-bazarr

* Update .env.dist

* Update .gitignore

* Update internal/client/client.go

* add a tidy task

---------

Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
2023-10-08 02:32:59 -04:00
Russell Troxel
2574b477ee
Allow selection of prometheus datasource in dashboard 1 (#224)
Signed-off-by: Russell Troxel <russell@troxel.io>
2023-10-08 02:25:51 -04:00
Devin Buhl
e37208419f
chore: remove tidy step in tests action 2023-10-03 16:02:00 -04:00
renovate[bot]
14aadff631
chore(deps): update goreleaser/goreleaser-action action to v5 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-03 15:26:36 -04:00
renovate[bot]
58652825cd
chore(deps): update actions/checkout digest to 8ade135 (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-03 15:22:00 -04:00
renovate[bot]
a85a434755
chore(deps): update actions/checkout action to v4 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-03 15:20:51 -04:00
renovate[bot]
65e17a9f34
chore(deps): update docker/setup-qemu-action action to v3 (#213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-12 09:07:04 -04:00
renovate[bot]
ce7af00d33
chore(deps): update docker/setup-buildx-action action to v3 (#212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-12 07:25:25 -04:00
renovate[bot]
597a9cb9fa
chore(deps): update docker/metadata-action action to v5 (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-12 07:20:27 -04:00
renovate[bot]
6e362be541
chore(deps): update docker/build-push-action action to v5 (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-12 07:16:35 -04:00
renovate[bot]
828a0c5dfa
chore(deps): update docker/login-action action to v3 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-12 07:16:13 -04:00
Russell Troxel
952a768edf
Run Tests & Releases on Separate Runners (#188) 2023-06-10 13:31:45 -04:00
Devin Buhl
d618f70967
chore: Use composite actions for workflows (#187) 2023-06-10 07:21:04 -07:00
Devin Buhl
57de948ac0
chore: refactor github directory files
Signed-off-by: Devin Buhl <devin@buhl.casa>
2023-06-09 09:28:48 -04:00
Russell Troxel
8b81055fad
move jobs to sub-workflows & unify image push for ci & release (#181) 2023-06-08 13:16:22 -04:00
Russell Troxel
955fcef3cb
Add master tag to meta-action (#179) 2023-06-07 19:26:17 -04:00
Russell Troxel
c7ce467508
Add AppInfo metric & automatic build time app info population (#178) 2023-06-07 17:21:35 -04:00
Russell Troxel
3791e9bd05
Fix ISSUE_TEMPLATEs to point to correct labels (#161)
Signed-off-by: Russell Troxel <russell@troxel.io>
2023-04-27 20:22:13 -04:00
Russell Troxel
c82fc63f12
Update Goreleaser to use >= Go 1.19 (#125)
Signed-off-by: Russell Troxel <russelltroxel@gmail.com>
2023-03-19 14:53:33 -04:00
renovate[bot]
1d2386c97c
chore(deps): update actions/setup-go action to v4 2023-03-15 19:29:11 +00:00
Russell Troxel
016780ecde
Add job to workflow to run tests (#111)
Signed-off-by: Russell Troxel <russell.troxel@segment.com>
2023-03-14 21:26:41 -04:00
renovate[bot]
90ce8b9dc0
chore(deps): update goreleaser/goreleaser-action action to v4 (#102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-11 20:34:10 -05:00
Russell Troxel
ffc97ea817
Add example dashboard including new collectors (#103) 2023-03-09 15:07:01 -05:00
renovate[bot]
0f513e5fd0
chore(deps): update docker/build-push-action action to v4 (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-03 23:14:48 -05:00