Version 1.3.7
- fix: fix OCPP2 mock server command sending
#1061
- Combined PRs
#1064
- Fix GetBaseReport Implementation and Add Request Handlers and CLI Parsing Server-Side
#1053
- build(deps-dev): bump eslint-plugin-jsdoc from 48.2.12 to 48.4.0
#1059
- build(deps): bump sonarsource/sonarcloud-github-action from 2.2.0 to 2.3.0
#1048
- build(deps): bump actions/setup-python from 4 to 5
#1043
- Add GetBaseReport Command Handling to OCPP 2.0.1 Server
#1041
- build(deps-dev): apply updates
11846be
- build(deps-dev): apply updates
2177f6d
- test: migrate ocpp server to poetry to ease usage
c11be92
- build(deps-dev): apply updates
9d31316
- build(deps-dev): apply updates
e6f14eb
- build(deps): apply updates
ede334c
- refactor(ocpp-server): format code with black
d4aa970
- build(deps-dev): apply updates
7f6b56b
- build(deps): apply updates
06b6085
- test(ocpp-server): switch to ruff to assess coding style
dfa4a58
- build(deps): apply updates
5ebea52
- build(deps-dev): apply updates
6537ae8
- build(ci): silence linter
4d8b5b9
- build(deps-dev): apply updates
5ddbebe
- fix(ocpp-server): add asyncio compatible timer implementation and use it
cbfbfbc
- build(deps-dev): apply updates
69497ad
- build(deps-dev): apply updates
d4c5e39
- test: reformat ocpp server python using pep8 rules
1a0d2c4
- build(deps-dev): apply updates
6c7388a
- Add missing types for GetBaseReport payload handling
fa16d38
- build(deps-dev): apply updates
9388120
- build(deps-dev): apply updates
12c0935
- test(ocpp-server): add tasks to format/lint code
ac96356
- fix: issue 39
299eb3f
- refactor: setup repo configuration to handle python code
d6488e8
- refactor: cleanup default params in error handlers
64c14c9
- build(deps-dev): apply updates
a6a928b
- feat: modified OCPP2.0 test
7c945b4
- Related issue39
f937c17
- build(deps-dev): apply updates
7e7760d
- build(deps-dev): apply updates
a79c81a
- feat(ci): add autofix.ci action on PR
a4beba2
- fix: modified mistakes
b225460
- refactor(ocpp-server): add a few types
c7f80bf
- refactor: move more OCPP command sending code to charge point class
4de4645
- fix(ocpp-server): properly handle charge point disconnection
7628b7e
- build(deps-dev): bump ruff from 0.4.10 to 0.5.0 in /tests/ocpp-server
2b8b04b
- build(ci): run autofix in a unique job
8b17228
- [autofix.ci] apply automated fixes
b794f42
- build(deps-dev): apply updates
0f1dc77
- refactor: move CLI options validation to main()
93d9519
- build(ocpp-server): apply updates
8768034
- chore: move configuration specific to ocpp-server to its folder
b00abe8
- build(deps-dev): apply updates
9daf701
- build(deps-dev): apply updates
6d037fb
- test: add ConfigurationData enums tests
47a41cf
- build(deps-dev): bump vite from 5.3.1 to 5.3.2
87170a8
- docs: document volta usage for development
17c9163
- build(deps-dev): apply updates
8df621e
- build(ci): add ocpp-server code linter check
ffccbf2
- [autofix.ci] apply automated fixes
1f71f83
- test: remove GetBaseReport ocpp server handler
3bacab7
- chore(ocpp-server): refine ruff linter configuration
a6fac14
- test(ocpp-server): add more request handlers
5dd22b9
- build(deps): apply updates
527e52c
- build(deps-dev): apply updates
936ba67
- test(ocpp-server): keep track of connected CS
a5c2d21
- build(deps-dev): apply updates
b3e2979
- build: fix pnpm lock file
757468b
- test(ocpp-server): add TransactionEvent handler
22c4f1f
- chore(ocpp-server): refine ruff linter configuration
ad8df5d
- [autofix.ci] apply automated fixes
acf133c
- test: add clear cache implementation example in ocpp2 server
a89844d
- test(ocpp-server): add RepeatTimer class to allow to emit OCPP messages on a regular
aea4950
- fix(ocpp-server): ensure the CLI options help is not truncated
ba56e7c
- refactor: silence linter
52f298c
- [autofix.ci] apply automated fixes
b738a0f
- fix(ocpp-server): silence linter
6c0215d
- build(ci): cache python poetry deps
52238c6
- build(deps-dev): apply updates
6a656e3
- build(deps-dev): apply updates
842d677
- build(ci): install pnpm deps only once
56b900f
- docs: refine README.md
783b954
- build(deps-dev): apply updates
a387f9d
- build: recommend vscode ruff extension for ocpp-server python code
a951fc1
- [autofix.ci] apply automated fixes
f93800e
- refactor(ci): cleanup GH actions
657ddf9
- fix: fix ApplicationProtocolVersion type definition
f2a9013
- fix: issue 39
4e5c91a
- build(ocpp-server): sync poetry lock file
cfb413a
- refactor(ci): cleanup GH actions
fafff4e
- Update tests/ocpp-server/server.py
b518537
- Update tests/ocpp-server/server.py
ba0a759
- Update tests/ocpp-server/server.py
0457819
- Update tests/ocpp-server/server.py
39d32b7
- docs(ocpp-server): cleanup comment
12925eb
- Merge dependabot/pip/tests/ocpp-server/ruff-0.5.0 into combined-prs-branch
e17b6e8
- Merge dependabot/npm_and_yarn/vite-5.3.2 into combined-prs-branch
85f0a4b
- [autofix.ci] apply automated fixes
e1702c3
- fix: corrected a error
d4eddfa
- refactor(ocpp-server): refine log message
118332f
- Update tests/ocpp-server/server.py
891ae31
- Update tests/ocpp-server/server.py
7068f7f
- Update tests/ocpp-server/server.py
12798af
- fix: updated .gitignore to exclude temporary files
57256ac
- build(ci): fix task name for autofix
e784545
- fix(ci): fix autofix jobs
3e79e7e
- build(ci): checkout repo only once
ecf7494
- modified conflict
75afd2d
- build(deps): add dependabot configuration for ocpp-server
20e5e16
- test: add .gitignore for ocpp-server
0395ac6
- refactor(ocpp-server): code formatting
8430af0
- test: fix OCPP 2 server startup
339f65a
- test(ocpp-server): add heartbeart command handler
115f3b1
- refactor: refine OCPP 2 mock server defaults
dd4588b
- test(ocpp-server): add StatusNotification handler
65c0600
- chore: bump volta node version
b89f8c8
- build(deps): bump sonarsource/sonarcloud-github-action
45609cf
- docs(ocpp-server): refine README.md
4c69efe
- refactor: cleanup dependabot configuration
8f8f989
- chore: cleanup editorconfig config
c2e5313
- test(ocpp-server): add task to run server
3a89ffc
- build(ci): silence warning at building OCPP mock server
40f37d8
- refactor(ocpp-server): refine log message
950b6c5
- test: align OCPP2 server messages
e1c2dac