refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src /
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-13  Jérôme Benoitperf(simulator): filter array for undefined before...
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-10  Jérôme Benoitchore(simulator): apply dependencies update
2023-02-10  Jérôme Benoitrefactor(simulator): remove unneeded intermediate varia...
2023-02-10  Jérôme Benoitrefactor(simulator): random float generator signature...
2023-02-09  Jérôme Benoitrefactor(simulator): make OCPPIncomingRequestService...
2023-02-07  Jérôme Benoitrefactor(simulator): use proper type for log format
2023-02-07  Jérôme Benoitrefactor(simulator): remove unneeded ternary operator
2023-02-07  Jérôme Benoitfix(simulator): detect string emptiness properly withou...
2023-02-07  Jérôme Benoitfix(simulator): detect string emptyness properly
2023-02-06  Jérôme Benoitrefactor(simulator): propagate and handle startup error...
2023-02-03  Jérôme Benoitrefactor(simulator): remove unneeded intermediate varia...
2023-02-02  Jérôme Benoitfix(simulator): fix default version bump scale at firmw...
2023-02-02  Jérôme Benoitrefactor(simulator): remove unneeded intermediate varia...
2023-02-02  Jérôme Benoitperf(simulator): remove unneeded nullish check at startup
2023-02-02  Jérôme Benoitchore(ui): apply dependencies update
2023-02-02  Jérôme Benoitfix(simulator): fix delayed initialization in promise...
2023-02-02  Jérôme Benoitrefactor(simulator): remove unneeded duplicate initiali...
2023-02-02  Jérôme Benoitrefactor(simulator): move main process unhandled or...
2023-02-02  Jérôme Benoitfix(simulator): initialize charging station worker...
2023-02-02  Jérôme Benoitrefactor(simulator): move configuration checks at initi...
2023-02-02  Jérôme Benoitfix(simulator): calculate LRU cache capacity dynamicall...
2023-01-26  Jérôme BenoitFix nullish checks
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 BenoitImprove isIterable() UT
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 BenoitRevert incorrect isEmptyString() semantic change
2023-01-25  Jérôme BenoitFix isEmptyString() semantic
2023-01-25  Jérôme BenoitEmpty string handling fixes
2023-01-25  Jérôme BenoitImprove empty file name handling
2023-01-25  Jérôme BenoitFix a null or undefined condition
2023-01-25  Jérôme BenoitFalsy/truthy test fixes
2023-01-25  Jérôme BenoitREADME.md: fix some default values
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 BenoitFix build
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitStrict null type check fixes
2023-01-25  Jérôme BenoitRefine code formatting rules
2023-01-23  Jérôme BenoitFix extra whitespace in log messages prefix
2023-01-23  Jérôme BenoitAvoid strings concatenation
2023-01-23  Jérôme BenoitFix log message conversion to string literal
2023-01-23  Jérôme BenoitFix file error handling propagation
2023-01-23  Jérôme BenoitSwitch log messages to string literal
2023-01-22  Jérôme BenoitUse crypto unbiased random integer generator
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-17  Jérôme BenoitSilence rollup warnings
2023-01-15  Jérôme BenoitMove OCPP log message formatting helper into static...
2023-01-15  Jérôme BenoitCleanups
2023-01-15  Jérôme BenoitFactor out power limitation code into static helper
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 BenoitFix OCPP request handler arguments usage in the inter...
2023-01-14  Jérôme BenoitDisplay the complete matching power limitation result...
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 BenoitApply dependencies update
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 BenoitRemove unneeded intermediate variable
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 BenoitConvert some type definitions to type syntax
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 BenoitDisable performance statistics by default
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 BenoitAdd OCA security whitepaper JSON schemas
2023-01-08  Jérôme BenoitRename the variable used to build CS hashId
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
next