refactor(simulator): cleanup OCPP incoming requests handler
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp /
2023-02-27  Jérôme Benoitrefactor(simulator): align casing on enums between...
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-21  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-02-21  Jérôme Benoitfeat(simulator): add certificates related OCPP 2.x...
2023-02-14  Jérôme Benoitrefactor(simulator): explicitly export needed types...
2023-02-14  Jérôme Benoitrefactor(simulator): remove duplicated code in utils
2023-02-14  Jérôme Benoitrefactor(simulator): sort exports
2023-02-14  Jérôme Benoitrefactor(simulator): sort exports, switch to node:...
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme Benoitfeat(simulator): initial work on configuration componen...
2023-02-12  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-02-12  Jérôme Benoitfix(simulator): make the modules export/import a bit...
2023-02-12  Jérôme Benoitrefactor(simulator): add control over the OCPP stack...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-02-10  Jérôme Benoitfix(simulator): lookup OCPP configuration key case...
2023-02-10  Jérôme Benoitfix(simulator): fix brown paper bag bugs after helpers...
2023-02-10  Jérôme Benoitfix(simulator): fix empty array detection helper semantic
2023-02-09  Jérôme Benoitrefactor(simulator): make OCPPIncomingRequestService...
2023-02-07  Jérôme Benoitfix(simulator): detect string emptyness properly
2023-01-26  Jérôme BenoitImprove log messages prefixing
2023-01-26  Jérôme BenoitUse arrow function for log messages prefixing
2023-01-26  Jérôme BenoitFactor out JSON schemas parsing with per OCPP stack...
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitFalsy/truthy test fixes
2023-01-25  Jérôme BenoitRevert wrong type change
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitRefine code formatting rules
2023-01-23  Jérôme BenoitAvoid strings concatenation
2023-01-23  Jérôme BenoitSwitch log messages to string literal
2023-01-22  Jérôme BenoitImprove OCPP message type logging
2023-01-21  Jérôme BenoitEvaluate OCPP messages buffer flush performance
2023-01-20  Jérôme BenoitFix OCPP messages buffering handling
2023-01-19  Jérôme BenoitFix and add log messages
2023-01-19  Jérôme BenoitEnsure a transaction is always stopped, whatever is...
2023-01-15  Jérôme BenoitMove OCPP log message formatting helper into static...
2023-01-15  Jérôme BenoitEnsure start transaction payload is always compliant...
2023-01-14  Jérôme BenoitFix timestamping at OCPP firmware update command handling
2023-01-14  Jérôme BenoitCleanup and optimize OCPP request payload building
2023-01-14  Jérôme BenoitImprove charging profiles handling debug logs
2023-01-14  Jérôme BenoitFix all misused promises
2023-01-14  Jérôme BenoitCleanup some helpers defaults values
2023-01-14  Jérôme BenoitFix OCPP request payloads building
2023-01-13  Jérôme BenoitAllow to specify more OCPP command payload fields while...
2023-01-13  Jérôme BenoitAllow to specify timestamp in OCPP commands payload...
2023-01-12  Jérôme BenoitLinter fixes
2023-01-12  Jérôme BenoitProperly build once the firmwareUpgrade default values
2023-01-11  Jérôme BenoitFix firmware update OCPP command handling and simulation
2023-01-11  Jérôme BenoitImplement firmwareUpgrade CS template section support
2023-01-11  Jérôme BenoitCleanup OCPP types namespace
2023-01-10  Jérôme BenoitInitial cleanup at loading JSON schemas
2023-01-09  Jérôme BenoitAdd StatusNotification command to OCPP 2.0.1 stack
2023-01-09  Jérôme BenoitAdd Hearbeat command to OCPP 2.0.1
2023-01-09  Jérôme BenoitFactor out some common code between OCPP 1.6 and 2...
2023-01-09  Jérôme BenoitFix error propagation into the UI server
2023-01-09  Jérôme BenoitBump patch level is firmware version at reboot at firmw...
2023-01-08  Jérôme BenoitAdd stop transaction reason at firmware update
2023-01-08  Jérôme BenoitAdd initial support for OCPP 1.6 firmware update simulation
2023-01-08  Jérôme BenoitBuffer OCPP message when an error occur at sending it
2023-01-08  Jérôme BenoitAdd incoming request response sent payloads validatio
2023-01-08  Jérôme BenoitFixes to OCPP commands PDU validation code:
2023-01-07  Jérôme BenoitAdd missing OCPP 1.6 command payload OCA JSON schemas
2023-01-07  Jérôme BenoitFixes to OCA OCPP 2.0.1 JSON schemas
2023-01-07  Jérôme BenoitMove date conversion to ISO string helper to utils...
2023-01-07  Jérôme BenoitFixes to OCPP command payload validation:
2023-01-06  Jérôme BenoitRemove now useless Date conversions to string
2023-01-06  Jérôme BenoitFixes to OCPP 1.6 payload type definitions
2023-01-06  Jérôme BenoitMove OCPP command payload constants into its own file
2023-01-05  Jérôme BenoitMigrate all JSON schemas to draft-06 or higher
2023-01-05  Jérôme BenoitImport cleanups
2023-01-05  Jérôme BenoitAdd BootNotification and ClearCache OCPP 2.0.1 commands...
2023-01-04  Jérôme BenoitWhitespace cleanup in log messages
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-04  Jérôme BenoitAdd initial classes structure for the OCPP 2.0 stack
2023-01-04  Jérôme BenoitMore import type usage
2023-01-04  Jérôme BenoitUse import type in more places
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-12-31  Jérôme BenoitHandle null or undefined meterStart and meterStop properly
2022-12-30  Jérôme BenoitAdd initial code structure for update firmware simulation
2022-11-26  Jérôme BenoitType alias for OCPP stack response and error handling
2022-11-26  Jérôme BenoitFix OCPP response handling synchronicity
2022-11-16  Jérôme BenoitAdd DataTransfer support for incoming request
2022-11-16  Jérôme BenoitAdd OCPP DataTransfer request support
2022-11-15  Jérôme BenoitSmall integer parsing optimization
2022-11-05  Jérôme BenoitRefine connector id validation error message
2022-11-05  Jérôme BenoitFix connector Id validation in TriggerMessage handling
2022-11-05  Jérôme BenoitAdd trigger message type feature flag in charging stati...
2022-10-22  Jérôme BenoitSonar cleanup
2022-10-22  Jérôme BenoitSilence sonar cleanups
2022-10-19  Jérôme BenoitStrict boolean checks
2022-10-19  Jérôme BenoitStrict boolean checks
2022-10-13  Jérôme BenoitApply dependencies update
2022-10-13  Jérôme BenoitFix workspace sonarlint configuration
2022-10-04  Jérôme BenoitFix type cast at AsyncResource usage
2022-10-03  Jérôme BenoitLog error at faulty profile sent
2022-10-03  Jérôme BenoitMore strict boolean checks
2022-10-03  Jérôme BenoitPermit to run code in async scope in the OCPP stack
2022-10-02  Jérôme BenoitMake OCPP command clear cache code clear the authorizat...
2022-10-02  Jérôme BenoitStrict boolean checks
next