-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Prework for multiple chargers per cs #1480
Open
drc38
wants to merge
16
commits into
main
Choose a base branch
from
mult
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
drc38
temporarily deployed
to
continuous-integration
January 9, 2025 20:52 — with
GitHub Actions
Inactive
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1480 +/- ##
==========================================
- Coverage 94.69% 94.31% -0.38%
==========================================
Files 12 12
Lines 1943 2042 +99
==========================================
+ Hits 1840 1926 +86
- Misses 103 116 +13 ☔ View full report in Codecov by Sentry. |
drc38
temporarily deployed
to
continuous-integration
January 10, 2025 23:52 — with
GitHub Actions
Inactive
drc38
temporarily deployed
to
continuous-integration
January 11, 2025 03:00 — with
GitHub Actions
Inactive
drc38
temporarily deployed
to
continuous-integration
January 11, 2025 03:04 — with
GitHub Actions
Inactive
drc38
temporarily deployed
to
continuous-integration
January 11, 2025 19:37 — with
GitHub Actions
Inactive
drc38
changed the title
Allow multiple chargers per cs
Prework for multiple chargers per cs
Jan 11, 2025
drc38
temporarily deployed
to
continuous-integration
January 12, 2025 21:30 — with
GitHub Actions
Inactive
A release with these changes is available here: https://github.com/drc38/ocpp/releases/tag/0.8.1 |
drc38
temporarily deployed
to
continuous-integration
January 12, 2025 21:56 — with
GitHub Actions
Inactive
drc38
temporarily deployed
to
continuous-integration
January 12, 2025 22:34 — with
GitHub Actions
Inactive
drc38
temporarily deployed
to
continuous-integration
January 13, 2025 00:03 — with
GitHub Actions
Inactive
drc38
had a problem deploying
to
continuous-integration
January 13, 2025 05:18 — with
GitHub Actions
Failure
drc38
temporarily deployed
to
continuous-integration
January 13, 2025 05:25 — with
GitHub Actions
Inactive
drc38
temporarily deployed
to
continuous-integration
January 13, 2025 09:44 — with
GitHub Actions
Inactive
drc38
temporarily deployed
to
continuous-integration
January 14, 2025 06:52 — with
GitHub Actions
Inactive
drc38
temporarily deployed
to
continuous-integration
January 14, 2025 09:27 — with
GitHub Actions
Inactive
drc38
temporarily deployed
to
continuous-integration
January 16, 2025 02:48 — with
GitHub Actions
Inactive
This reverts commit 6c32421.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@lbbrhzn still a bit of work but appreciate your views on the draft.
Maintains current functionality ie 1 charger per cs but tidies up the code and will make it easier to implement multiple chargers per cs in the future.