Tobias Lindberg
b0d9f4fb9f
docs: swagger generated documentation
2025-07-23 12:27:44 +02:00
Tobias Lindberg
afe208b9c6
fix: using Printf instead of Println when logging
...
rel #307
2024-11-21 22:22:43 +01:00
jlestel
655d44ac59
feat: add ability to use custom API endpoint ( #307 )
...
Co-authored-by: Julien <julien@citio.digital >
Co-authored-by: Tobias Lindberg <tobias.ehlert@gmail.com >
2024-11-21 22:13:48 +01:00
Tobias Lindberg
ebc0af2443
fix: status drivingdetails.speed to be int and not float64 ( #301 )
...
rel #299
2024-08-12 10:29:27 +02:00
Tobias Lindberg
880d6e2094
fix: k8s health runtime error ( #296 )
2024-07-24 23:11:14 +02:00
Tobias Lindberg
fa4736e509
Feature: adding support for k8s health endpoints ( #191 )
...
* adding support for k8s health endpoints
* fix: update readyz if mqtt is lost
2024-07-24 22:31:44 +02:00
Tobias Lindberg
b6043e0cce
Add and update of MQTT topics ( #289 )
2024-06-20 09:26:28 +02:00
Tobias Lindberg
6cf37c5a29
fix: resolving fatal when disabling of mqtt ( #288 )
2024-06-19 12:11:32 +02:00
Tobias Lindberg
bbed9fb676
updating getEnv function log ( #156 )
2022-03-04 10:10:37 +01:00
Tobias Lindberg
a81f80f66b
adding graceful shutdown ( #146 )
2022-02-01 17:16:51 +01:00
Tobias Lindberg
46ce7ad9a9
disabling proxy feature of gin ( #145 )
2022-02-01 17:16:08 +01:00
Tobias Lindberg
ff3470085e
adding 404 for not found endpoints ( #144 )
2022-02-01 17:13:07 +01:00
Tobias Lindberg
e2a34ed34c
adding gzip compression ( #143 )
2022-02-01 17:09:18 +01:00
Tobias Lindberg
04691f8e81
Slimming down on the codebase ( #134 )
...
* slimming down on one for and using join instead
* doing single query on first query part
removing a couple of if statements due to that
* typo
* simplifying settings endpoints queries
* lowering some var..
* grouping vars
* adding rec to use api key in readme
2022-01-21 12:15:52 +01:00
Tobias Lindberg
b6ce2b89b9
Removing some code smell reported by SonarCloud ( #132 )
...
* changing lots of if else to switch in status
* removing logging of user-provided
* removing tons of ifs for a map and a loop
2022-01-11 21:24:31 +01:00
Tobias Lindberg
732fc886a2
Feature: response handler ( #110 )
...
Co-authored-by: Alec O'Connor <alecdoconnor@users.noreply.github.com >
2021-12-31 12:27:25 +01:00
Tobias Lindberg
e7e3005e57
using of BasePath function in output and redirect ( #130 )
2021-12-29 10:49:24 +01:00
Tobias Lindberg
7e648a498f
adding arg for apiVersion based on git release
2021-12-23 11:27:21 +01:00
Tobias Lindberg
8507392382
bumping new version v1.11.0
...
updating CHANGELOG
2021-11-08 08:54:48 +01:00
Tobias Lindberg
e19a1ac8b5
bumping new version v1.10.2
...
updating CHANGELOG
2021-10-15 14:34:45 +02:00
Tobias Lindberg
729360c8b1
bumping new version v1.10.1
...
updating CHANGELOG
2021-09-23 12:27:52 +02:00
Tobias Lindberg
a8e352863a
bumping new version v1.10.0
...
updating CHANGELOG
2021-06-30 14:09:57 +02:00
Tobias Lindberg
3b8eb65315
minor code adjustments based on go-staticcheck
2021-06-30 14:09:24 +02:00
Alec O'Connor
0b5b2fa5fe
Provide better error details
2021-06-23 17:12:25 -04:00
Tobias Lindberg
991e483f48
bumping new version v1.9.0
...
updating CHANGELOG
2021-06-14 14:48:10 +02:00
Leland Sindt
1f8089631c
allow command auth disable via API_TOKEN_DISABLE
2021-06-03 18:27:13 -05:00
Tobias Lindberg
141b63ecb8
bumping new version v1.8.0
...
updating CHANGELOG
2021-06-01 10:19:05 +02:00
Tobias Lindberg
e874f25470
bumping new version v1.7.1
...
updating CHANGELOG
2021-06-01 09:55:50 +02:00
Tobias Lindberg
5aec424900
bumping new version v1.7.0
...
updating CHANGELOG
2021-05-20 08:15:40 +02:00
Tobias Lindberg
cbe1f5892d
changing if false statements and commenting out unused functions
2021-05-19 19:54:43 +02:00
Tobias Lindberg
a9feeee228
Merge pull request #60 from tobiasehlert/feature-10-logging-commands
...
Feature 10 logging commands
2021-05-19 19:36:06 +02:00
Tobias Lindberg
7754bdcc28
bumping new version v1.6.2
...
updating CHANGELOG
2021-05-19 19:22:35 +02:00
Tobias Lindberg
739f56e1be
bumping new version v1.6.1
...
updating CHANGELOG
2021-05-10 09:41:02 +02:00
Leland Sindt
5bebf85e1b
rename TeslaMateAPICarsLoggingCommandV1 -> TeslaMateAPICarsLoggingV1
2021-05-03 20:29:31 -05:00
Tobias Lindberg
68a437f724
bumping new version v1.6.0
...
updating CHANGELOG
2021-05-03 22:33:54 +02:00
Tobias Lindberg
b3b731b0eb
Merge branch 'main' into bug-8
2021-05-03 21:40:39 +02:00
Tobias Lindberg
381bcb9164
bumping new version v1.5.0
...
updating CHANGELOG
2021-05-03 19:08:41 +02:00
Tobias Lindberg
38c0eb74da
bumping new version v1.4.9
...
updating CHANGELOG
2021-05-03 13:49:04 +02:00
Leland Sindt
24531edfcd
add support for teslamate logging resume/suspend
2021-04-29 16:43:20 -05:00
Tobias Lindberg
04f617c6ed
bumping new version v1.4.8
...
updating CHANGELOG
2021-04-22 14:57:45 +02:00
Tobias Lindberg
6f60bdc132
bumping new version v1.4.7
...
updating CHANGELOG
2021-04-13 12:53:14 +02:00
Tobias Lindberg
bfa7b97e5b
bumping new version v1.4.6
...
updating CHANGELOG
2021-04-09 15:03:14 +02:00
Tobias Lindberg
27d09fdd7a
bumping new version v1.4.5
...
updating CHANGELOG
2021-04-06 10:31:05 +02:00
Tobias Lindberg
b700288f85
bumping new version v1.4.4
...
updating CHANGELOG
2021-04-05 19:45:26 +02:00
Tobias Lindberg
66ea4bff89
bumping new version v1.4.3
...
updating CHANGELOG
2021-04-01 11:18:40 +02:00
Tobias Lindberg
050b405d14
bumping new version v1.4.2
...
updating CHANGELOG
2021-03-31 09:57:49 +02:00
Tobias Lindberg
15e96f7dac
bumping new version v1.4.1
...
updating CHANGELOG
2021-03-30 15:18:46 +02:00
Tobias Lindberg
e525958d96
Merge branch 'main' into bug-8
2021-03-25 10:38:40 +01:00
Tobias Lindberg
4f9d533b6a
bumping new version v1.4.0
...
updating CHANGELOG
2021-03-25 09:27:32 +01:00
Tobias Lindberg
b5fff58bcc
in case someone accesses GET command with commands
2021-03-24 14:16:52 +01:00