Commit graph

18 commits

Author SHA1 Message Date
289a3e7931 feat: json logging 2026-05-26 18:56:43 +01:00
dbcf50eb13
feat: solar export metrics (#16)
Some checks failed
Release / release (push) Has been cancelled
2026-05-25 11:56:21 +01:00
dependabot[bot]
00f1b29ab0
chore(deps): bump golang from 1.24-alpine to 1.26-alpine (#13)
Some checks failed
Release / release (push) Has been cancelled
Bumps golang from 1.24-alpine to 1.26-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.26-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-20 21:06:33 +01:00
dependabot[bot]
50a7bce8e3
chore(deps): bump github.com/prometheus/client_golang (#12)
Bumps the go-deps group with 1 update: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).


Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.23.2)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-20 21:06:08 +01:00
dependabot[bot]
f4557c7a2f
chore(deps): bump the actions group with 7 updates (#14)
Bumps the actions group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `6` |
| [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `6` | `9` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` |
| [docker/login-action](https://github.com/docker/login-action) | `3` | `4` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` |


Updates `actions/checkout` from 4 to 6
- [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/v4...v6)

Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

Updates `golangci/golangci-lint-action` from 6 to 9
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6...v9)

Updates `docker/setup-qemu-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4)

Updates `docker/setup-buildx-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)

Updates `docker/login-action` from 3 to 4
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

Updates `docker/build-push-action` from 6 to 7
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: golangci/golangci-lint-action
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rasmus "Pez" Wejlgaard <pez@pez.sh>
2026-05-20 21:03:33 +01:00
5f26d818b7
chore: updating golangci lint (#15)
* feat: making things a lot more proper

* chore: update golangci lint
2026-05-20 21:01:53 +01:00
419f462300
feat: making things a lot more proper (#11) 2026-05-20 20:57:06 +01:00
dd1e39769e
fix: more proper setup and lots of quality of life changes (#10)
Some checks failed
Release / release (push) Has been cancelled
2026-04-27 20:01:32 +01:00
c0fcbd7c99
fix: reliability and 429 backoff (#9)
Some checks are pending
Release / release (push) Waiting to run
2026-04-26 20:50:28 +01:00
ef72127d3c
chore: add docker compose example (#8) 2026-04-25 12:21:06 +01:00
c50cb902f6
feat: more metrics and adding tests (#7) 2026-04-24 22:04:57 +01:00
c1491d886e
chore: update readme (#6) 2026-04-24 20:57:47 +01:00
7d3b08f98c
fix: fix certs (#5) 2026-04-24 20:46:25 +01:00
1e0eff520f
major: initial release (#4) 2026-04-23 21:03:28 +01:00
36f8003435
major: PR check and release tweaks (#3)
* major: PR check and release tweaks

* add context

* dockerfile shenanigans

* lol let's actually add the code
2026-04-22 21:09:24 +01:00
0f1a13eaeb
major: initial release (#2)
* major: official release and pipeline

* add chore option for pipeline

* major: initial release
2026-04-22 20:49:52 +01:00
e05f4385b3
major: official release and pipeline (#1)
* major: official release and pipeline

* add chore option for pipeline
2026-04-22 20:46:59 +01:00
81fdf27759 initial 2026-04-22 20:33:31 +01:00