e-mobility-charging-stations-simulator.git
2022-06-21  Jérôme BenoitVersion 1.1.63 v1.1.63
2022-06-20  Jérôme BenoitApply dependencies update
2022-06-18  Jérôme BenoitApply dependencies update
2022-06-16  Jérôme BenoitUse helper to close connection
2022-06-16  Jérôme BenoitMerge pull request #57 from SAP/fix-ws-reconnection
2022-06-16  Sébastien SavalleFix websocket reconnection
2022-06-14  Jérôme BenoitApply dependencies update
2022-06-12  Jérôme BenoitUnreference the worker implementation at stop
2022-06-12  Jérôme BenoitSimplify Bootstrap initialization code
2022-06-12  Jérôme BenoitRename class ChargingStatinCache to SharedLRUCache
2022-06-11  Jérôme BenoitFixlet to sonar properties handling script
2022-06-10  Jérôme BenoitVersion 1.1.62 v1.1.62
2022-06-10  Jérôme BenoitUpdate @mikro-orm packages to 5.2.0
2022-06-10  Jérôme BenoitUpdate ws to 8.8.0
2022-06-10  Jérôme BenoitUpdate sonarcloud configuration to SAP org
2022-06-10  Jérôme BenoitAdd script to sync sonar properties with package.json
2022-06-10  Jérôme BenoitAdd a shared cache per worker for authorized tags
2022-06-08  Jérôme BenoitApply dependencies update
2022-06-08  Jérôme BenoitApply dependencies update
2022-06-07  Jérôme BenoitVersion 1.1.61 v1.1.61
2022-06-07  Sebastian WolfAdd REUSE badge to README
2022-06-07  Sebastian WolfFix project name in dep5 file
2022-06-04  Jérôme BenoitRemove any usage in the charging station cache
2022-06-04  Jérôme BenoitOnly run GitHub CI code coverage when needed
2022-06-04  Jérôme BenoitFix GitHub CI run on windows
2022-06-04  Jérôme Benoitpackage.json: replace main by exports
2022-06-04  Jérôme BenoitApply dependencies
2022-06-03  Jérôme BenoitMake the ESM script a dev one
2022-06-03  Jérôme BenoitAlso build when testing the ESM support
2022-06-03  Jérôme BenoitAdd initial support for ESM build
2022-06-03  Jérôme BenoitPrepare the code for ESM support
2022-06-03  Jérôme BenoitApply dependencies update
2022-06-02  Jérôme BenoitEnsure that workerSet always properly start a worker...
2022-06-02  Jérôme BenoitCheck for empty templates configuration at startup
2022-06-01  Jérôme BenoitSimplify ATG logPrefix() method
2022-06-01  Jérôme BenoitREADME.md: use the project name
2022-06-01  Jérôme BenoitRename the project to SAP branding approved name
2022-06-01  Jérôme BenoitApply dependencies update
2022-05-31  Jérôme BenoitFix GitHub CI run on windows
2022-05-31  Jérôme BenoitFix CI jobs run on windows
2022-05-31  Jérôme BenoitRun sonarcloud CI job only on GNU/Linux
2022-05-31  Jérôme BenoitExtend GitHub CI actions
2022-05-31  Jérôme BenoitFix docker image build
2022-05-31  Jérôme BenoitApply dependencies update
2022-05-27  Jérôme BenoitAdd helpers to close and terminate WS connection
2022-05-26  Jérôme BenoitFix cut&paste typo
2022-05-26  Jérôme BenoitFix WS reconnect timeout calculation
2022-05-24  Jérôme BenoitMove cache related helper to the right class
2022-05-24  Jérôme BenoitRemove dead code
2022-05-24  Jérôme BenoitAdd a shared LRU cache per worker
2022-05-23  Jérôme BenoitRefine an error message
2022-05-23  Jérôme BenoitFix serial number propagation at charging station templ...
2022-05-23  Jérôme BenoitUntangle charging station info from charging station...
2022-05-20  Jérôme BenoitPermit to disable persistent configuration storage.
2022-05-19  Jérôme BenoitRefine issue template
2022-05-18  Jérôme BenoitRefine dependabot configuration
2022-05-18  Jérôme BenoitFix CI run on main branch
2022-05-18  Jérôme BenoitChange repo URI to SAP one
2022-05-18  Jérôme BenoitAdd LICENSES directory
2022-05-18  Jérôme BenoitPrepare the repository to be hosted on SAP GitHub organ...
2022-05-18  Jérôme BenoitVersion 1.1.60 v1.1.60
2022-05-18  Jérôme BenoitReduce a bit more the charging station instance memory...
2022-05-18  Jérôme BenoitFix not initialized variables at startup
2022-05-18  Jérôme BenoitRemove commented out code
2022-05-17  Jérôme BenoitReduce charging station instance memory footprint
2022-05-16  Jérôme BenoitApply dependencies update
2022-05-16  Jérôme BenoitUse import type where appropriate
2022-05-16  Jérôme BenoitUntangle ChargingStation class from OCPP services classes
2022-05-14  Jérôme BenoitApply dependencies update
2022-05-14  Jérôme BenoitAvoid attribute namespace collision
2022-05-14  Jérôme BenoitFix UI server options type and instantiation signature
2022-05-13  Jérôme BenoitAdd UI server factory with server class abstraction
2022-05-13  Jérôme BenoitAdd deprecation warning for ui server configuration...
2022-05-13  Jérôme BenoitRefine UI server attributes scope and type
2022-05-13  Jérôme BenoitRestructure UI server code to prepare it for issue...
2022-05-12  Jérôme BenoitMake the UI server request handler signature more generic
2022-05-09  Jérôme BenoitUpdate dependencies
2022-05-09  Jérôme BenoitProperly handle NaN in Math.min usage
2022-05-08  Jérôme BenoitVersion 1.1.59 v1.1.59
2022-05-08  Jérôme BenoitApply dependencies update
2022-05-08  Jérôme BenoitMerge pull request #232 from jerome-benoit/feature...
2022-05-08  Jérôme BenoitAdd missing src/charging-station/ocpp/OCPPServiceUtils...
2022-05-08  Jérôme BenoitAdd tunable in template to disable limitation on custom...
2022-05-08  Jérôme BenoitMake fluctuated metervalues around a static one respect...
2022-05-07  Jérôme BenoitFactor out power limitation calculation in metervalues
2022-05-07  Jérôme BenoitRefine JSDoc
2022-05-07  Jérôme BenoitRename a method to avoid confusion
2022-05-07  Jérôme BenoitImprove charging profiles power limitation debugging
2022-05-07  Jérôme BenoitMerge pull request #230 from OliveGerste/Extend-chargin...
2022-05-06  Jérôme BenoitMerge branch 'master' into Extend-charging-profile...
2022-05-06  Jérôme BenoitUse the fixed JsonType definition where appropriate
2022-05-06  OliveGersteExtended charging profile support
2022-05-06  Jérôme BenoitRemove uneeded type usage
2022-05-06  Jérôme BenoitFix Json type definition naming
2022-05-05  Jérôme BenoitRefine JsonType definition
2022-05-04  Jérôme BenoitApply dependencies update
2022-05-02  Jérôme BenoitUse ternary operator in helpers methods
2022-05-01  Jérôme BenoitImprove OCPP incoming requests handling
2022-04-29  Jérôme BenoitApply dependencies update
2022-04-27  Jérôme BenoitApply dependencies update
next