Tobias Lindberg
Tobias Lindberg
Adds two new endpoints to application so that kubernetes can monitor it. - GET `/api/healthz` - GET `/api/readyz` fix #190
Add two new endpoints to application so that kubernetes can monitor it. - GET `/api/healthz` - GET `/api/readyz`
- refactor of nested if statements (b045de8) - ~refactor of enormous switch to use mapstructure instead (8e6242c)~
Feature to show incomplete charges and handle them slightly different. Original PR: https://github.com/tobiasehlert/teslamateapi/pull/93
I don't really get, why the providers aren't updated in my modules. This is basically how my action is looking: ```yaml name: Update terraform dependencies on: workflow_dispatch: jobs: dependabot-terraform: runs-on:...
A fresh installation on Ubuntu 22.04 is missing iptables, which is required for rootless docker do work. - adding iptables apt-get install list - sorting apt-get install list
As right now, there are some translations in for example [i18n/de.toml](https://github.com/luizdepra/hugo-coder/blob/master/i18n/de.toml) Should not files like [layouts/posts/list.html](https://github.com/luizdepra/hugo-coder/blob/master/layouts/posts/list.html) use the tags then, or maybe use newly added ones? Would be awesome if...
Hi, I'm looking for a way to add customizations to my _kustomize.yaml_ file generated by this Terraform provider. Starting with v0.18 of Flux 2, the _kustomize.toolkit.fluxcd.io/v1beta2_ API was updated and...
### Description of your changes Replacing deprecated `set-output` to use env `$GITHUB_OUTPUT` instead. Blogg post about deprecation: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ I have: - [X] Read and followed terraform-docs' [contribution process].
Nice project @nmakel! I got two questions: 1. Is it possible to add an "api-device", where you can point to a data source providing measurements similar to the devices you...