forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into local/patched
* master: (102 commits) Smart Cost: better option steps (evcc-io#17117) Add Peblar (evcc-io#16451) Smart Cost: higher precision limit via slot click (evcc-io#17099) Tariffs: add formulas (evcc-io#17002) Volvo2mqtt: remove broken status (evcc-io#17089) chore: generalise handlers chore: clean error handling Mqtt: fix panic Ui: restore semi-legacy browser support (evcc-io#17061) chore: assert plugin getters (evcc-io#17052) Revert "Allow meters for pv usage (evcc-io#17006)" Em2Go: work around current being reset (evcc-io#17050) Upgrade telegram api (evcc-io#17049) chore: use cast.ToBoolE (evcc-io#17030) chore: deduplicate getter implementations (evcc-io#17031) Plugins: make script plugin use pipeline (evcc-io#17029) chore: fix test Site: don't modify battery mode unless battery configured (evcc-io#17027) chore: rebuild mocks chore: upgrade libraries ...
- Loading branch information
Showing
236 changed files
with
9,176 additions
and
4,516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the | ||
// README at: https://github.com/devcontainers/templates/tree/main/src/go | ||
{ | ||
"name": "evcc", | ||
"image": "mcr.microsoft.com/devcontainers/go:1-1.23-bookworm", | ||
"features": { | ||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": { | ||
"moby": true, | ||
"installDockerBuildx": true, | ||
"version": "latest", | ||
"dockerDashComposeVersion": "v2" | ||
}, | ||
"ghcr.io/devcontainers/features/node:1": { | ||
"nodeGypDependencies": true, | ||
"installYarnUsingApt": true, | ||
"version": "latest", | ||
"pnpmVersion": "latest", | ||
"nvmVersion": "latest" | ||
} | ||
}, | ||
"postCreateCommand": "make install-ui && make install", | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"esbenp.prettier-vscode", | ||
"octref.vetur" | ||
] | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.