feat: add initial support for evse definition in template
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 1.6 / OCPP16IncomingRequestService.ts
2023-04-25  Jérôme Benoitfeat: add initial support for evse definition in template
2023-04-22  Jérôme Benoitrefactor(simulator): cleanup constants definition in...
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-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-18  Jérôme Benoitfix: make ESM bundle work
2023-03-16  Jérôme Benoitfix(simulator): order firmware upgrade statuses properly
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-14  Jérôme Benoitrefactor(simulator): explicitly export needed types...
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 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 BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitFalsy/truthy test 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-14  Jérôme BenoitFix timestamping at OCPP firmware update command handling
2023-01-14  Jérôme BenoitImprove charging profiles handling debug logs
2023-01-14  Jérôme BenoitFix all misused promises
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 BenoitFactor out some common code between OCPP 1.6 and 2...
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 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 OCPP command payload validation:
2023-01-06  Jérôme BenoitMove OCPP command payload constants into its own file
2023-01-05  Jérôme BenoitAdd BootNotification and ClearCache OCPP 2.0.1 commands...
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-04  Jérôme BenoitUse import type in more places
2022-12-30  Jérôme BenoitAdd initial code structure for update firmware simulation
2022-11-16  Jérôme BenoitAdd DataTransfer support for incoming request
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-19  Jérôme BenoitStrict boolean checks
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
2022-10-02  Jérôme BenoitFix start charging stations and connectors status handling
2022-10-02  Jérôme BenoitOCPP: Cleanup helpers
2022-10-02  Jérôme BenoitCleanup shared helpers structure
2022-10-01  Jérôme BenoitUI protocol: cleanup version handling code
2022-09-09  Jérôme BenoitUI Protocol: add boot notification command support
2022-09-06  Jérôme BenoitMore strict boolean check
2022-09-05  Jérôme BenoitAdd types to OCPP configuration key handling code
2022-09-03  Jérôme BenoitUI HTTP server: fix stop simulator response handling
2022-09-03  Jérôme BenoitImports cleanup
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-08-30  Jérôme BenoitFix meterStop type in stop transaction payload
2022-08-29  Jérôme BenoitAvoid to reopen an already open WebSocket to the OCPP...
2022-08-28  Jérôme BenoitRefine UI protocol documentation
2022-08-28  Jérôme BenoitUniformize log messages, take 2
2022-08-28  Jérôme BenoitUniformize log messages format
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
2022-08-22  Lucas MigeonVue UI + UI server
2022-08-22  Jérôme BenoitBound most called methods in the OCPP stack
2022-08-20  Jérôme BenoitFix log messages in case of missing JSON schema for...
2022-08-20  Jérôme BenoitFactor out in helpers PDU payload validation
2022-08-18  Jérôme BenoitRequests PDU validation (#139)
2022-08-18  Jérôme BenoitIncoming requests payload validation with JSON schemas...
2022-08-11  Jérôme BenoitSeparate OCPP command support check implementation...
2022-08-11  Jérôme BenoitImprove supported OCPP commands filtering
2022-08-11  Jérôme BenoitAdd template section to list OCPP commands supported...
2022-07-23  Jérôme BenoitFix one log level
2022-07-21  Jérôme BenoitEnsure MeterValues command payload is properly formed
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-06-10  Jérôme BenoitAdd a shared cache per worker for authorized tags
2022-06-03  Jérôme BenoitPrepare the code for ESM support
2022-05-20  Jérôme BenoitPermit to disable persistent configuration storage.
2022-05-17  Jérôme BenoitReduce charging station instance memory footprint
2022-05-16  Jérôme BenoitUntangle ChargingStation class from OCPP services classes
2022-05-06  Jérôme BenoitUse the fixed JsonType definition where appropriate
2022-05-06  Jérôme BenoitFix Json type definition naming
2022-04-27  Jérôme BenoitRename result to response
2022-04-27  Jérôme BenoitFix truncated boot notification payload
2022-04-18  Jérôme BenoitAdd status notification support to trigger message...
next