build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp /
2023-04-22  Jérôme Benoitbuild(simulator): fix type import
2023-04-22  Jérôme Benoitrefactor(simulator): consolidate connector status trans...
2023-04-22  Jérôme Benoitrefactor(simulator): cleanup constants definition in...
2023-04-18  Jérôme Benoitfix: ensure constants are readonly data structures
2023-04-18  Jérôme Benoitfeat: add status notification transition check to OCPP...
2023-04-17  Jérôme Benoitrefactor(simulator): permit to check if connector statu...
2023-04-17  Jérôme Benoitfeat: check status notification transition in OCPP...
2023-04-15  Jérôme Benoitperf: properly bound methods in hot paths
2023-04-10  Jérôme Benoitperf: use arrow functions in hot code paths
2023-04-09  Jérôme Benoitfeat: add mininum value support to meterValues generation
2023-04-07  Jérôme Benoitrefactor(simulator): use helper for undefined or null...
2023-03-27  Jérôme Benoitfix: avoid unscoped 'this' in static method
2023-03-27  Jérôme Benoitfeat: add initial support get composite schedule OCPP...
2023-03-26  Jérôme Benoitrefactor: rename a template key to a more sensible...
2023-03-26  Jérôme Benoitrefactor(simulator): cleanup id tags cache namespace
2023-03-24  Jérôme Benoitfeat(simulator): wait when necessary between phases...
2023-03-23  Jérôme Benoitfix: add charging station status checkpoints to firmwar...
2023-03-21  Jérôme Benoitfeat(simulator): wait for transactions end before simul...
2023-03-21  Jérôme Benoitfix: fix conditions requiring an heartbeat restart...
2023-03-18  Jérôme Benoitfix: brown paper bag issue at referencing the same...
2023-03-18  Jérôme Benoitfix: make ESM bundle work
2023-03-16  Jérôme Benoitfix(simulator): order firmware upgrade statuses properly
2023-03-15  Jérôme Benoitrefactor(simulator): remove unneeded type casting
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
next