Commit Graph

1541 Commits

Author SHA1 Message Date
Adrian Kumpf 796d0c8ef4 Update phoenix to 1.6.0 2021-09-24 22:39:26 +02:00
Adrian Kumpf 2df8dc551b Require floki in all envs 2021-09-23 12:47:04 +02:00
Adrian Kumpf 2645ee4e53 Update dependabot config 2021-09-23 12:36:40 +02:00
Adrian Kumpf a2ef4131ee Update esbuild to 0.13.1 2021-09-23 12:35:24 +02:00
Adrian Kumpf 93dc1f3241 Require floki only in test env 2021-09-23 12:35:23 +02:00
Adrian Kumpf 4ea3034202 Broadcast offline state when car goes offline while driving
Fixes #1975
2021-09-22 22:26:36 +02:00
Adrian Kumpf 70468ea762 Migrate from webpack to esbuild 2021-09-22 22:07:14 +02:00
Adrian Kumpf 7c0dc3b870 Upgrade phoenix to 1.6 2021-09-22 20:38:02 +02:00
Adrian Kumpf 537452effe Migrate to HEEx templates 2021-09-22 17:10:48 +02:00
Adrian Kumpf e15fef7216 Uprade phoenix_live_view to 0.16 2021-09-22 17:10:48 +02:00
Adrian Kumpf f25012b3b1 Update dependencies 2021-09-19 16:01:26 +02:00
Adrian Kumpf 08dfea5177 Update CHANGELOG 2021-09-19 15:57:00 +02:00
dependabot[bot] 921e262ab7 Bump finch from 0.8.1 to 0.8.2
Bumps [finch](https://github.com/keathley/finch) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/keathley/finch/releases)
- [Changelog](https://github.com/keathley/finch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/keathley/finch/compare/v0.8.1...v0.8.2)

---
updated-dependencies:
- dependency-name: finch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-17 22:04:11 +00:00
Adrian Kumpf 405e9d1b24 Remove error message when switching forms 2021-09-10 11:11:14 +02:00
Adrian Kumpf 7f661a5a25 Update error message of recaptcha 2021-09-10 11:11:14 +02:00
dependabot[bot] 7f6d3c417f Bump ex_cldr from 2.23.1 to 2.23.2
Bumps [ex_cldr](https://github.com/elixir-cldr/cldr) from 2.23.1 to 2.23.2.
- [Release notes](https://github.com/elixir-cldr/cldr/releases)
- [Changelog](https://github.com/elixir-cldr/cldr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-cldr/cldr/compare/v2.23.1...v2.23.2)

---
updated-dependencies:
- dependency-name: ex_cldr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 14:48:15 +00:00
dependabot[bot] 19395cf3c4 Bump tortoise from 0.9.9 to 0.10.0
Bumps [tortoise](https://github.com/gausby/tortoise) from 0.9.9 to 0.10.0.
- [Release notes](https://github.com/gausby/tortoise/releases)
- [Changelog](https://github.com/gausby/tortoise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gausby/tortoise/commits)

---
updated-dependencies:
- dependency-name: tortoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 14:47:57 +00:00
dependabot[bot] cb556aedd2 Bump docker/setup-buildx-action from 1.5.1 to 1.6.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.1...v1.6.0)

---
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>
2021-09-06 14:32:42 +00:00
Adrian Kumpf 68ae97fa4e Update website dependencies 2021-09-06 16:32:05 +02:00
Adrian Kumpf 55a61cb1d3 Bump version 2021-08-31 18:02:49 +02:00
Adrian Kumpf dca0d8ead9 Release 1.24.0
Fixes #1888
v1.24.0
2021-08-31 18:01:28 +02:00
Adrian Kumpf ddadd54b6b Add NOT NULL constraint to display_priority 2021-08-31 17:35:52 +02:00
Lee Willis a74786aa42 Car display priorities (pass 1) (#1904)
* Add display_priority column to cars table

* Respect display_priority in grafana, falling back to name

* Use smallint for priority rather than int

* Update missed dashboards to respect car priorities

Co-authored-by: Lee Willis <lee@ademti-software.co.uk>
2021-08-31 17:16:07 +02:00
DrMichael 28b8c0d701 Timeline: Update to catch missing drives, when one end has a geofence (#1872)
* Timeline: Update to catch missing drives, when one end has a geofence

* Update timeline.json

Add refresh 1h

* Added links to the Action column

Added links to the the Action entries, where it makes sense.
2021-08-31 11:42:59 +02:00
Adrian Kumpf 373a478365 Update website dependencies 2021-08-30 17:23:34 +02:00
Adrian Kumpf e4234b4f25 Split auth code into smaller modules 2021-08-30 16:16:21 +02:00
Adrian Kumpf c630ec662a Handle captcha appearing after submitting form 2021-08-30 15:06:17 +02:00
Kyle Awayan 0da1fc6946 Add note with custom TM_DB_USER when backing up (#1931)
I was trying to backup my TeslaMate instance, and tried using the command given in the documentation. I kept getting this error:

```
pg_dump: error: connection to database "teslamate" failed: FATAL:  role "teslamate" does not exist
```

However when I was setting up TeslaMate with [this guide](https://docs.teslamate.org/docs/guides/traefik), I changed the values in the `.env` file, specifically `TM_DB_USER`. Since I changed that, I needed to change it in the backup command also.

I added another little note box for others in this scenario.
2021-08-30 12:41:14 +02:00
Benoit Masson 59d81c8105 Update grafana rule to limit to teslamate host (#1937)
useful if you share an already running traefik or have multiple domain
2021-08-30 12:14:37 +02:00
Kuma 3e733efdb1 add: Japanese language (#1909)
* add: Japanese language

* Move and rename Japanese translation files

Co-authored-by: kuma <kuma@sycle.app>
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-08-30 12:06:40 +02:00
DrMichael 97901e53a0 Update charge-level.json (#1936)
Fixes #1935

* Update charge-level.json

Add ORDER BY Time ASC

* Keep proper formatting of query

Co-authored-by: Kosta <Kosta-Github@users.noreply.github.com>

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
Co-authored-by: Kosta <Kosta-Github@users.noreply.github.com>
2021-08-30 11:41:57 +02:00
dependabot[bot] 8b9eec0911 Bump ecto_sql from 3.6.2 to 3.7.0
Bumps [ecto_sql](https://github.com/elixir-ecto/ecto_sql) from 3.6.2 to 3.7.0.
- [Release notes](https://github.com/elixir-ecto/ecto_sql/releases)
- [Changelog](https://github.com/elixir-ecto/ecto_sql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-ecto/ecto_sql/compare/v3.6.2...v3.7.0)

---
updated-dependencies:
- dependency-name: ecto_sql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 09:39:27 +00:00
dependabot[bot] 715439c03e Bump phoenix from 1.5.10 to 1.5.12 (#1926) 2021-08-30 09:39:12 +00:00
Adrian Kumpf 9c01a6dc3b Use the GitHub Cache API 2021-08-30 09:34:55 +00:00
dependabot[bot] 8a924568a8 Bump docker/build-push-action from 2.6.1 to 2.7.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.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>
2021-08-30 09:34:55 +00:00
dependabot[bot] 10a395ba53 Bump docker/metadata-action from 3.4.1 to 3.5.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v3.4.1...v3.5.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>
2021-08-30 09:32:45 +00:00
dependabot[bot] 1c9df19336 Bump erlef/setup-beam from 1.8.3 to 1.9
Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.8.3 to 1.9.
- [Release notes](https://github.com/erlef/setup-beam/releases)
- [Commits](https://github.com/erlef/setup-beam/compare/v1.8.3...v1.9)

---
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>
2021-08-30 09:24:30 +00:00
dependabot[bot] 9599f6cafd Bump ex_cldr from 2.23.0 to 2.23.1
Bumps [ex_cldr](https://github.com/elixir-cldr/cldr) from 2.23.0 to 2.23.1.
- [Release notes](https://github.com/elixir-cldr/cldr/releases)
- [Changelog](https://github.com/elixir-cldr/cldr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-cldr/cldr/compare/v2.23.0...v2.23.1)

---
updated-dependencies:
- dependency-name: ex_cldr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 09:24:06 +00:00
dependabot[bot] 8e7f3b6326 Bump phoenix_ecto from 4.3.0 to 4.4.0
Bumps [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/phoenixframework/phoenix_ecto/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_ecto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_ecto/compare/v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: phoenix_ecto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 09:23:22 +00:00
dependabot[bot] d0042598a3 Bump phoenix from 1.5.9 to 1.5.10
Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.5.9 to 1.5.10.
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.5.10/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix/compare/v1.5.9...v1.5.10)

---
updated-dependencies:
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 15:10:47 +00:00
Adrian Kumpf 70b5717ae1 Make Tesla's WAF happy 2021-08-06 15:04:55 +02:00
dependabot[bot] 56cf1679fb Bump tesla from 1.4.2 to 1.4.3
Bumps [tesla](https://github.com/teamon/tesla) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](https://github.com/teamon/tesla/compare/v1.4.2...v1.4.3)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 15:16:47 +00:00
dependabot[bot] 86b3e0c0eb Bump timex from 3.7.5 to 3.7.6
Bumps [timex](https://github.com/bitwalker/timex) from 3.7.5 to 3.7.6.
- [Release notes](https://github.com/bitwalker/timex/releases)
- [Changelog](https://github.com/bitwalker/timex/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitwalker/timex/compare/3.7.5...3.7.6)

---
updated-dependencies:
- dependency-name: timex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 09:06:23 +00:00
dependabot[bot] 35281f867e Bump postgrex from 0.15.9 to 0.15.10
Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.9 to 0.15.10.
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-ecto/postgrex/compare/v0.15.9...v0.15.10)

---
updated-dependencies:
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-28 13:31:00 +00:00
dependabot[bot] 4aacf1b6cc Bump finch from 0.8.0 to 0.8.1
Bumps [finch](https://github.com/keathley/finch) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/keathley/finch/releases)
- [Changelog](https://github.com/keathley/finch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/keathley/finch/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: finch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-28 13:30:46 +00:00
dependabot[bot] 5193373771 Bump erlef/setup-beam from 1.8.2 to 1.8.3
Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/erlef/setup-beam/releases)
- [Commits](https://github.com/erlef/setup-beam/compare/v1.8.2...v1.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 13:11:49 +00:00
Erik Billerby a6a45ff325 Added a note about RAM needed after having issues, also a small clarification on where to place the .env file in the advanced guide. (#1857) 2021-07-24 12:37:30 +02:00
dependabot[bot] b45c7d8b35 Bump plug_cowboy from 2.5.0 to 2.5.1
Bumps [plug_cowboy](https://github.com/elixir-plug/plug_cowboy) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/elixir-plug/plug_cowboy/releases)
- [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-plug/plug_cowboy/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: plug_cowboy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-22 14:34:38 +00:00
Adrian Kumpf 88d9ac757e Change icon name
Fixes #1832
2021-07-19 15:19:04 +02:00
dependabot[bot] fd4b158986 Bump grafana/grafana from 7.5.9 to 7.5.10 in /grafana
Bumps grafana/grafana from 7.5.9 to 7.5.10.

---
updated-dependencies:
- dependency-name: grafana/grafana
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 13:17:36 +00:00