build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src /
4 hours ago  Jérôme BenoitMerge pull request #1041 from syuusei3/issue39-ocpp2
6 hours ago  Jérôme Benoitrefactor: cleanup power limitation code
7 hours ago  Jérôme Benoitfeat: handle CHARGE_POINT_MAX_PROFILE charging profiles...
10 hours ago  Jérôme BenoitMerge branch 'main' into issue39-ocpp2
24 hours ago  Jérôme Benoitrefactor: cleanup charging profiles handling code
31 hours ago  Jérôme Benoitfix: fix TxProfile removal with transaction id defined...
31 hours ago  Jérôme Benoitfix: ensure no charging profile purpose TxProfile is...
34 hours ago  Jérôme Benoitfeat: handle charging profile purpose TxProfile
2 days ago  Jérôme Benoitfix: avoid to modify stored charging profiles
2 days ago  Jérôme Benoitfix: allow to set charging profile with TxProfile purpose
2 days ago  Jérôme Benoitperf: add fastpath in array sorting helper
2 days ago  Jérôme Benoitfix: restart metervalues interval if MeterValueSampleIn...
2 days ago  Jérôme Benoitperf: compute power limitation only once
2 days ago  Jérôme Benoitfix: fix start transaction response handling with authorize
3 days ago  Jérôme Benoitfix: ensure ATG status is refreshed in the UI at stop
3 days ago  Jérôme Benoitfix: add sanity check in ATG on connector id
3 days ago  Jérôme Benoitfix: fix condition at ATG configuration handling
3 days ago  Jérôme Benoitrefactor: rename Storage.handleDBError -> Storage.handl...
3 days ago  Jérôme Benoittest: improve ErrorUtils coverage
3 days ago  Jérôme Benoitfix: refine default configuration
3 days ago  Jérôme Benoittest: add ErrorUtils test
3 days ago  Jérôme Benoitfix: avoid endless loop at remote start transaction
4 days ago  Jérôme Benoitfix: ensure inflight requests id cannot be duplicated
4 days ago  Jérôme Benoitfix: fix date handling connectorsStatus configuration...
4 days ago  Jérôme Benoitrefactor: cleanup boot notification response handling
4 days ago  Jérôme Benoitfix: ensure charging profiles not related to the curren...
4 days ago  Jérôme Benoitfix: reset authorize fields connector status after...
4 days ago  Jérôme Benoitfix(ci): silence linter
5 days ago  Jérôme Benoitrefactor: cleanup OCPP utils
5 days ago  Jérôme Benoitrefactor: cleanup connection retries logic
5 days ago  Jérôme Benoitdocs: refine code comments
5 days ago  Jérôme Benoitrefactor: cleanup boot notification handling internal...
5 days ago  Jérôme Benoitrefactor: cleanup boot notification response assignation
5 days ago  Jérôme Benoitfix: fix remote transaction start debug log
5 days ago  Jérôme Benoitfix: ensure registration status is deleted if invalid...
5 days ago  Jérôme Benoitfix: fix firmware update in progress detection
5 days ago  Jérôme Benoitfix: pickup not reserved connector at remote start...
5 days ago  Jérôme Benoitfix: properly handle undefined connector id at remote...
5 days ago  Jérôme Benoitfix: fix error handling default options definition
5 days ago  Jérôme Benoitfix: fix clear charging profiles with no connector...
5 days ago  Jérôme Benoitrefactor: helper cleanup
5 days ago  Jérôme Benoitfix: fix log files path resolution at GetDiagnostics
5 days ago  Jérôme Benoitrefactor: refine OCPP message sending error handling
6 days ago  Jérôme Benoitfix: ensure only circular buffer is converted to array
8 days ago  Jérôme Benoitrefactor: cleanup string literal variables handling
9 days ago  Jérôme Benoitbuild(deps-dev): apply updates
11 days ago  Jérôme Benoitfix: start web socket ping interval at successful conne...
12 days ago  Jérôme Benoitfix: start heartbeat once
12 days ago  Jérôme Benoitfix: ensure boot notification response is assigned...
12 days ago  Jérôme Benoitfix: ensure message sequence is fired at boot notificat...
2024-05-21  Jérôme Benoitfix: fix performance statistics storage
2024-05-21  Jérôme Benoitrefactor: code formatting
2024-05-21  Jérôme Benoitrefactor: cleanup Infinity usage
2024-05-21  Jérôme Benoitperf: use mnemonist CirculerBuffer
2024-05-20  Jérôme Benoitperf: resize circular array to sensible default
2024-04-25  Jérôme Benoitfix: avoid duplicated slash in connection url
2024-04-14  Jérôme Benoitrefactor: silence typing errors
2024-04-11  Jérôme Benoitfix: restore connector status reserved only if needed
2024-04-11  Jérôme BenoitMerge pull request #1033 from SAP/dependabot/npm_and_ya...
2024-04-11  Jérôme BenoitMerge pull request #1032 from SAP/fix-reserved-start...
2024-04-11  Jérôme BenoitMerge branch 'main' into fix-reserved-start-transaction
2024-04-10  Jérôme Benoitfix: send preparing connector status before `StartTrans...
2024-04-09  Jérôme Benoitbuild(deps-dev): apply updates
2024-04-08  Jérôme Benoitfix: reset 'Reserved' connector status if transaction...
2024-04-06  Jérôme Benoitbuild(deps-dev): apply updates
2024-04-04  Jérôme BenoitMerge dependabot/npm_and_yarn/types/tar-6.1.12 into...
2024-04-04  Jérôme Benoitfix: register worker error callback once
2024-03-29  Jérôme Benoitbuild(deps-dev): apply updates
2024-03-26  Jérôme Benoitfeat: allow to provision number of stations by template
2024-03-25  Jérôme Benoitrefactor: cleanup worker related type definitions
2024-03-23  Jérôme Benoitfix: only process worker message events when necessary
2024-03-23  Jérôme Benoitfix: skip worker message events processing
2024-03-23  Jérôme Benoitrefactor: preincrement worker set counter
2024-03-23  Jérôme Benoitrefactor: cleanup worker set message handling code
2024-03-23  Jérôme Benoitrefactor: cleanup app message handling code
2024-03-22  Jérôme Benoitrefactor: cleanup worket set message handling
2024-03-22  Jérôme Benoitfix: untangle worker set message from application message
2024-03-22  Jérôme Benoitrefactor: cleanup logic at building station info
2024-03-22  Jérôme Benoitfix: ensure proper status in add charging stations...
2024-03-22  Jérôme Benoitfix: ensure add charging stations reponse display only...
2024-03-21  Jérôme Benoitrefactor: use ramdba helper for builtin types
2024-03-21  Jérôme Benoitfix: ensure error at adding charging stations not stop...
2024-03-20  Jérôme Benoitrefactor: cleanup variables namespace
2024-03-20  Jérôme Benoitrefactor: cleanup utils export
2024-03-20  Jérôme Benoitfeat: ensure charging station add op return its station...
2024-03-20  Jérôme BenoitMerge pull request #1016 from SAP/dependabot/npm_and_ya...
2024-03-19  Jérôme Benoitrefactor: strong stype configuration key deprecation...
2024-03-19  Jérôme Benoitrefactor: move template firmware defaults to constants
2024-03-19  Jérôme Benoitfix: fix simulator initialization ordering
2024-03-19  Jérôme Benoitfix: fix worker set elementsPerWorker sanity check
2024-03-19  Jérôme Benoitfix: fix worker configuration merge issue
2024-03-19  Jérôme Benoitfix: untangle worker pool/set init from start
2024-03-19  Jérôme Benoitrefactor: rename configuration elementStartDelay to...
2024-03-18  Jérôme Benoitbuild(deps-dev): apply updates
2024-03-18  Jérôme Benoitrefactor: use native node random integer generator
2024-03-18  Jérôme Benoitrefactor: remove unneeded isString() helper
2024-03-18  Jérôme Benoitrefactor: spell fix in log messages
2024-03-18  Jérôme Benoitrefactor: improve configuration sanity checks log messages
2024-03-13  Jérôme Benoitrefactor: use more ramdba helpers
2024-03-11  Jérôme Benoitrefactor: convert home made helpers to rambda ones
next