Fix eslint and prettier configuration
[e-mobility-charging-stations-simulator.git] / src / types /
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitFix incoming message error handling
2022-03-04  Jérôme BenoitFix workerSet startup
2022-03-04  Jérôme BenoitFix workerSet linear ramp up at startup
2022-03-04  Jérôme BenoitCleanup worker internal API
2022-03-03  Jérôme BenoitRefine start options types
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-24  Jérôme BenoitDo not throw an error at OCPP message sending to avoid...
2022-02-24  Jérôme BenoitFactor out a type definition
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2022-02-11  Jérôme BenoitBlank line cleanup
2022-02-10  Jérôme BenoitReorder JsonType declarations
2022-02-09  Jérôme BenoitSimplify some code logic
2022-02-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-08  Jérôme BenoitRefine JsonType definition
2022-02-06  Jérôme BenoitFix build due to winston types definition fix
2022-02-06  Jérôme BenoitStrong type protocols payloads
2022-02-04  Jérôme BenoitFix request and response handling in all registration...
2022-02-04  Jérôme BenoitIntroduce JSON type and use it for OCPP and internal...
2022-02-01  Jérôme BenoitUnify supervision urls setup and distribution to chargi...
2022-01-31  Jérôme BenoitFix build due to winston types definition
2022-01-02  Jérôme BenoitReorganize more sensibly types definition
2021-12-27  Jérôme BenoitRename UiProtocol.ts to UIProtocol.ts
2021-12-20  Jérôme BenoitRefine autoRegister CS template tunable handling
2021-12-07  Jérôme BenoitMerge branch 'master' into fix-template
2021-12-07  Jérôme BenoitRename UIProtocol.ts to UiProtocol.ts
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-12-02  Jérôme BenoitUI WS server: use a map to store UI services per protoc...
2021-12-01  Jérôme BenoitAdd a configuration section for the UI WS server
2021-11-30  Jérôme BenoitMove the UI WS protocol version handling is protocol...
2021-11-29  Jérôme BenoitAdd charging stations listing to WS server commands
2021-11-29  Jérôme BenoitVersion the WebSocket server UI protocol
2021-11-24  Jérôme BenoitAdd supervision connection URL support setup through...
2021-11-22  Jérôme BenoitMake the performance measurement time series actually...
2021-10-12  Jérôme BenoitAllow to specify ws options in charging station template
2021-10-06  Jérôme BenoitAdd more sanity checks at remote start transaction
2021-10-02  Jérôme BenoitUse a map to store OCPP command statistics
2021-10-01  Jérôme BenoitRefine some type definitions
2021-09-30  Jérôme BenoitConvert to a map connectors and their status
2021-09-29  Jérôme BenoitUse a map a register response and incoming request...
2021-09-27  Jérôme BenoitOCPP stack bug fixes:
2021-09-26  Jérôme BenoitAdd more ATG internal states tracking
2021-09-26  Jérôme BenoitUntangle charging station worker types from the generic...
2021-09-25  Jérôme BenoitPush down at the connector level ATG states
2021-09-19  Jérôme BenoitAdd missing file in types directory
2021-09-19  Jérôme BenoitAdd empty object type and use it on some ocpp responses...
2021-09-18  Jérôme BenoitSimplify Connectors type definition
2021-09-11  Jérôme BenoitUse a Map to cache OCPP requests in use
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-29  Jérôme BenoitUse IIFE (https://developer.mozilla.org/en-US/docs...
2021-08-29  Jérôme BenoitRefine and use OCPP error specialisation
2021-08-28  Jérôme BenoitAdd support for more DB engines via TypeORM
2021-08-28  Jérôme BenoitMove worker message handler to the options argument
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-27  Jérôme BenoitRename StationWorker.ts to ChargingStationWorker.ts
2021-08-26  Jérôme BenoitStorage: use worker threads message passing to store...
2021-08-25  Jérôme BenoitPerformance statistics: add JSON file storage support.
2021-08-20  Jérôme BenoitAdd charging station template fields for HTTP basic...
2021-08-15  Jérôme BenoitFix MeterValues JSON payload
2021-08-15  Jérôme BenoitAdd 95th percentile to performance statistics
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-12  Jérôme BenoitMake filename match the class case.
2021-07-10  Jérôme BenoitAdd GetDiagnostics command support
2021-06-27  Jérôme BenoitVarious fixes at charging profiles handling:
2021-06-27  Jérôme BenoitConsistent naming for CS template enums
2021-06-21  Jérôme BenoitKeep track of authorize request idtag status.
2021-06-20  Jérôme BenoitConsistent name for MeterValues related CS template...
2021-06-20  Jérôme BenoitAdd tunable for phase line to line voltage MeterValues
2021-06-19  Jérôme BenoitAdd per phase support to MeterValues in template.
2021-06-13  Jérôme BenoitDocumentation on OCPP parameters
2021-06-13  Jérôme BenoitAdd support for transaction data MeterValues
2021-06-12  Jérôme BenoitAdd support for unit in meter values.
2021-06-12  Jérôme BenoitFix power unit in kW handling in charging station template
2021-06-12  Jérôme BenoitMeterValues: add Transaction.Begin and .End support
2021-06-11  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-06-11  Jérôme BenoitApply dependencies update.
2021-06-06  Jérôme BenoitATG: make requireAuthorize optional
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
2021-05-17  Jérôme BenoitPrepare code for strict type checking
2021-05-17  Jérôme BenoitAdd configuration tunable for pool worker choice strategy
2021-05-14  Jérôme BenoitUse the circular array new constructor signature.
2021-05-06  Jérôme BenoitREADME.md: add more documentation for cs template
2021-05-05  Jérôme BenoitSpelling
2021-05-05  Jérôme BenoitREADME.md: document some more configuration tunable.
2021-05-05  Jérôme BenoitCleanups and dependency update.
2021-05-02  Jérôme BenoitFix SRPC call type counting in statistics.
2021-05-02  Jérôme BenoitAdd standard deviation computation to time statistics
2021-04-30  Jérôme BenoitMake the worker start delay a tunable.
2021-04-15  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-03-19  Jérôme BenoitSmall cleanups
2021-03-03  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-03  Jérôme BenoitFix some types definition.
2021-03-02  Jérôme BenoitProperly define common OCPP types using enum
2021-02-19  Jérôme BenoitRevert poolifier update to beta.
2021-02-19  Jérôme BenoitFix build failure.
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...
next