Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #1034

Merged
merged 70 commits into from
Jan 6, 2024
Merged

Develop #1034

merged 70 commits into from
Jan 6, 2024

Conversation

pkuehnel
Copy link
Owner

No description provided.

pkuehnel and others added 30 commits December 17, 2023 15:19
fix(TeslaFleetApiService): increase counter on each api call
…is before cheaper hours

Includes fix and tests for various edge-cases (e.g. midnight-slots and having to start charging now).

Known problems: there is one edge-case that I am aware about that I have intentionally left open:
- when there is a full cheap hour scheduled, then a partial more expensive one, then another cheap one
- all of them must be next to one another with no full hour break in between
- the algorithm will merge the first full hour with the second partial one - all good, no problem so far
- it will then merge the result with the third hour - making the second hour a full one and the first one a partial one
- this could lead to slight additional costs - if the costs for the second hour are a lot higher than for the first
- However - this is an extreme edge-case, usually the hours that are close together have a very similar price
-> therefore I have opted to keep this behaviour and prioritize having one full charging session over saving a few cents
Fix issue #652: Merge charges if highest price where car is charging …
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4.
- [Commits](xunit/xunit@2.6.3...2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
…-2.6.4

build(deps): Bump xunit from 2.6.3 to 2.6.4
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.5...2.5.6)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
….runner.visualstudio-2.5.6

build(deps): Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6
pkuehnel and others added 28 commits January 2, 2024 12:01
…ssueText

feat(PossibleIssues): add note for version update may take longer than usual due to database conversion
feat(BackupAndRestore): add backup and restore UI
feat(Program): catch startup issues and display in issue list
feat(RESTPvValueComponent): use MudText instead of default text field
feat(Program): send startup exception to backend
Bumps [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 6.11.2 to 6.12.0.
- [Release notes](https://github.com/MudBlazor/MudBlazor/releases)
- [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md)
- [Commits](MudBlazor/MudBlazor@v6.11.2...v6.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
fix(possibleIssues): fix typo in Token not yet requested issue
…azor-6.12.0

build(deps): Bump MudBlazor from 6.11.2 to 6.12.0
feat(BackendApiService): post local base url to backend to be able to redirect
feat(appsettings.json): set fleet API as default
@pkuehnel pkuehnel merged commit d16bb07 into master Jan 6, 2024
9 checks passed
@pkuehnel pkuehnel deleted the develop branch January 6, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants