Rename the project to SAP branding approved name
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
2022-06-01  Jérôme BenoitRename the project to SAP branding approved name
2022-05-26  Jérôme BenoitFix WS reconnect timeout calculation
2022-05-24  Jérôme BenoitAdd a shared LRU cache per worker
2022-05-18  Jérôme BenoitPrepare the repository to be hosted on SAP GitHub organ...
2022-03-13  Jérôme BenoitIntroduce a CS instance hashId dependent on its specifi...
2022-03-12  Jérôme BenoitCode cleanups
2022-03-12  Jérôme BenoitAdd OCPP params file monitoring
2022-03-05  Jérôme BenoitFactor out worker related constants
2022-03-04  Jérôme BenoitFix eslint and prettier configuration
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitAlign constants namespace
2022-03-04  Jérôme BenoitCleanup worker internal API
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-04  Jérôme BenoitFix PENDING state boot notification handling
2021-12-01  Jérôme BenoitSwitch to current node.js LTS version
2021-12-01  Jérôme BenoitAdd a configuration section for the UI WS server
2021-10-04  Jérôme BenoitFix OCPP message sending timeout handling code
2021-09-27  Jérôme BenoitOCPP stack bug fixes:
2021-09-26  Jérôme BenoitAdd more ATG internal states tracking
2021-09-16  Jérôme BenoitFix ATG execution time accuracy.
2021-09-05  Jérôme BenoitAdd support for OCPP 1.6 TriggerMessage command
2021-09-04  Jérôme BenoitSwitch rollup bundler TS plugin to rollup-plugin-ts
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-13  Jérôme BenoitChange OCPP classes methods scope to protected
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-10  Jérôme BenoitAdd GetDiagnostics command support
2021-06-19  Jérôme BenoitAdd per phase support to MeterValues in template.
2021-06-13  Jérôme BenoitAdd support for ConnectionTimeOut standard parameter
2021-05-19  Jérôme BenoitConstify some hardcoded worker related numbers
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
2021-05-15  Jérôme BenoitMake a constants name consistent.
2021-04-30  Jérôme BenoitMake the worker start delay a tunable.
2021-02-16  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-02  Jérôme BenoitRename types definition files for the sake of namespace...
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-01  Jérôme BenoitCleanups: log msg refinements, ...
2021-01-31  Jérôme BenoitMake modular the SRPC call chain code.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.
2021-01-25  Jérôme BenoitAdd ClearChargingProfile OCPP command support.
2021-01-25  Jérôme BenoitAdd WorkerEvents enum.
2021-01-21  Jakobremove setMaxListener (not longer needed)
2021-01-21  Jérôme BenoitFix worker with pool handling
2021-01-21  Jérôme BenoitCleanups.
2021-01-21  Jérôme BenoitMerge pull request #6 from LucasBrazi06/memory-optimization
2021-01-20  JakobMemory optimization + worker configuration
2021-01-14  Jérôme BenoitHandle missing interval in boot notification response.
2021-01-08  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-03  Jérôme BenoitInitial support to the change availability command.
2021-01-01  Jérôme BenoitRename a constant.
2021-01-01  Jérôme BenoitImprove OCPP types.
2020-12-31  Jérôme BenoitImprove charging station registration handling.
2020-11-28  Jérôme BenoitInitial support for SetChargingProfile command
2020-11-28  Jérôme BenoitTyping.
2020-11-23  Jérôme BenoitMake CircularArray class self-contained and an independ...
2020-11-22  Jérôme BenoitAdd WebSocketPingInterval support.
2020-11-20  Jérôme BenoitUse a circular array to store time measurements.
2020-11-11  Jérôme BenoitMove some types to their OCPP version directory.
2020-11-11  Jérôme BenoitTyping.
2020-11-10  Jérôme BenoitTyping.
2020-11-03  Jérôme BenoitImprove OCPP logging.
2020-11-01  Jérôme BenoitInitial portage to TypeScript.