Commit Graph

1824 Commits

Author SHA1 Message Date
Adrian Kumpf d9da8e6fa9 Remote duplicate typos config 2023-06-11 13:16:54 +02:00
Adrian Kumpf 897c6eb826 Add Docker status badge 2023-06-11 01:40:48 +02:00
Adrian Kumpf 799a40796c Update CI status badge 2023-06-11 01:38:58 +02:00
Adrian Kumpf 804a133995 Fix typos 2023-06-11 01:34:13 +02:00
Nani Shin 8e379a3590 Fix Korean translation TYPO (#3126) 2023-06-11 01:32:35 +02:00
Michael Benz b3c619d54f Update Project: Tesla Home Assistant Integration (#3194)
* docs: Add Tesla intergration to projects

* fix: spelling

* fix: spelling
2023-06-11 01:31:36 +02:00
Herman van Rink 76a7769f6c Updated menu route to Download TeslaFi Data (#3218) 2023-06-11 01:27:14 +02:00
Adrian Kumpf 97633f0b3f Update cache paths 2023-06-11 01:22:23 +02:00
Adrian Kumpf b79a4544fb Bump recommended Postgres version to 15 2023-06-11 01:14:43 +02:00
Adrian Kumpf adf798ee49 Fix deprecation warnings 2023-06-11 01:10:35 +02:00
OrangeBean 5b45ff3b5a Update drive-details.json missing dataSource for pressure units (#3225) 2023-06-11 01:06:45 +02:00
Adrian Kumpf 5469e359cf Store build cache on GH container registry 2023-06-11 01:04:09 +02:00
Adrian Kumpf b2b0c4555d Format code 2023-06-11 00:58:26 +02:00
Adrian Kumpf 093805f28d Customize image tags 2023-06-11 00:38:16 +02:00
Adrian Kumpf 80c8ff6083 Distribute build across multiple runners 2023-06-11 00:25:03 +02:00
Adrian Kumpf 0fff146fcf Fix building assets 2023-06-10 23:33:48 +02:00
Adrian Kumpf cc303cfdbc Update JS dependencies 2023-06-10 19:35:33 +02:00
Adrian Kumpf afdaa69620 Update website dependencies 2023-06-10 19:35:33 +02:00
Adrian Kumpf a39e1a7389 Bump Grafana to 8.5.26 2023-06-10 19:35:33 +02:00
dependabot[bot] 50bb29e281 Bump docker/metadata-action from 4.1.1 to 4.4.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.1.1 to 4.4.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v4.1.1...v4.4.0)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-10 17:00:23 +00:00
Adrian Kumpf 556e8d5186 Update CI action 2023-06-10 18:44:18 +02:00
Adrian Kumpf e243645abb Add Dialyzer 2023-06-10 18:44:18 +02:00
Adrian Kumpf db59717d04 Fix deprecation warnings on Elixir v1.15 2023-06-10 18:44:18 +02:00
Adrian Kumpf c478cc1276 Update dependencies 2023-06-10 18:44:18 +02:00
Adrian Kumpf 6af97bafc8 Read vehicle name from vehicle_data response 2023-06-10 17:29:51 +02:00
Adrian Kumpf 00cb6efd42 Configure spell check action 2023-02-03 21:22:00 +01:00
Adrian Kumpf 8756c66bca Fix typos 2023-02-03 21:20:10 +01:00
Obihörnchen 1d613e6d82 Bump pr0ps-trackmap-panel to 2.1.4 (#3076)
2.1.4 is released on official grafana plugin repo now. Let's use it again.
Note: 2.1.4 does not contain any functional changes, just metadata changes.
2023-01-18 18:17:18 +01:00
Adrian Kumpf a3e4277934 Update CHANGELOG 2023-01-13 14:42:15 +01:00
Carlos Cuezva 40fc9d7be7 Added "Custom Grafana Dashboards" to project list (#3056) 2023-01-13 14:16:38 +01:00
Adrian Kumpf 44f0ed1c50 Update website dependencies 2023-01-13 14:11:01 +01:00
Julien Cordeau 28a540641f Add French translation (#2844)
* Add french translation

* Fix typo in french translation
2023-01-13 14:05:48 +01:00
enzo2 98a0428738 Fix tesla_power unit from W to kW (#3024) 2023-01-13 14:04:50 +01:00
dependabot[bot] 978c29a728 Bump loader-utils from 2.0.2 to 2.0.4 in /website
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 13:03:46 +00:00
Victor Igumnov 88bd61936b Improve freebsd installation documentation (#2885)
* Update freebsd documentation, fix some instruction issues encountered.

* Fix a few typos

Co-authored-by: Victor Igumnov <victor.igumnov@ticketmaster.com>
2023-01-13 14:02:48 +01:00
Jhou 68f67dd6e9 update chinese translations (#2855) 2023-01-13 14:01:34 +01:00
Martin Hüser 8377f361ce fix gpx format (#2925)
some tools, e.g. Garmin Basecamp, expect a proper namespace
definition in the xml root element and are more sensitive to
xml schema violations.

Track point elevation is specified to be an element of type
xsd:decimal in the gpx schema. But Teslamate renders an
empty element <ele></ele> when no elevation data is present.
This fix does not render an <ele> element when no elevation
is present

Also the gpx schema requires a "creator" attribute on the
gpx root element.
2023-01-13 14:00:36 +01:00
occultsound 0e585455dd Update Chinese (traditional) translation (#2852) 2023-01-13 13:58:11 +01:00
Kirill c64581016e Add UK_UA language (#3039)
* Create default.po

* Create errors.po

* Rename to ISO

* Fix double quotes

* Remove ua folder

Co-authored-by: cigp <evgeniy@goldenplanet.dk>
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2023-01-13 13:57:37 +01:00
Zipi 049257d524 Update Korean translations (#2898)
Added missing korean
Changed to Tesla official app translation (sentry mode)
2023-01-13 13:24:33 +01:00
Adrian Kumpf 5f0d513358 Update POT files 2023-01-13 13:09:45 +01:00
Adrian Kumpf 3489b09230 Update website dependencies 2023-01-13 13:09:44 +01:00
dependabot[bot] 56e1a69ba6 Bump actions/cache from 3.0.5 to 3.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.5...v3.2.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 11:28:18 +00:00
dependabot[bot] 68ebdbc145 Bump docker/build-push-action from 3.1.0 to 3.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 11:23:41 +00:00
dependabot[bot] 00980b0af0 Bump docker/setup-buildx-action from 2.0.0 to 2.2.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.0.0 to 2.2.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.0.0...v2.2.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 11:23:29 +00:00
dependabot[bot] be163c9cc7 Bump docker/metadata-action from 4.0.1 to 4.1.1
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v4.0.1...v4.1.1)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 11:23:10 +00:00
dependabot[bot] 815d895d3f Bump erlef/setup-beam from 1.12 to 1.15
Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.12 to 1.15.
- [Release notes](https://github.com/erlef/setup-beam/releases)
- [Commits](https://github.com/erlef/setup-beam/compare/v1.12...v1.15)

---
updated-dependencies:
- dependency-name: erlef/setup-beam
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 11:22:48 +00:00
Adrian Kumpf 5db5cfc7b2 Revert "Bump Elixir base image to 1.14"
This reverts commit 3db222e90b.
2023-01-13 12:14:32 +01:00
Adrian Kumpf 2eed20a7bc Remove unused dependency 2023-01-13 12:10:05 +01:00
Adrian Kumpf c6a8039c4e Change esbuild target to es2017 2023-01-13 11:55:50 +01:00