Refine connector id validation error message
[e-mobility-charging-stations-simulator.git] / src / utils /
2022-11-01  Jérôme BenoitAdd unit tests for more Utils. helpers
2022-10-27  Jérôme BenoitFixlet to isEmptyObject()
2022-10-27  Jérôme BenoitCheck for null or undefined in isEmptyObject()
2022-10-27  Jérôme BenoitRemove unneeded type check in isEmptyObject().
2022-10-26  Jérôme BenoitFix isEmptyArray() logic
2022-10-26  Jérôme BenoitImprove Utils unit tests
2022-10-25  Jérôme BenoitFix UUID validation regexp
2022-10-25  Jérôme BenoitAdd Utils unit tests
2022-10-25  Jérôme BenoitImplement an optimized (20x) version of isEmptyObject()
2022-10-24  Jérôme BenoitFix random number generators input checks
2022-10-24  Jérôme BenoitFix random integer generator
2022-10-17  Jérôme BenoitDefault to ROUND_ROBIN poolifier tasks scheduling until
2022-10-15  Jérôme BenoitUse node crypto built-in uuid v4 generator
2022-10-14  Jérôme BenoitDefault maximum random number generation to safe values
2022-10-14  Jérôme BenoitStrict boolean checks
2022-10-13  Jérôme BenoitUpdate to poolifier 2.3.1
2022-10-04  Jérôme BenoitUI Server: rename defaults constants
2022-10-04  Jérôme BenoitUI Server: Add support for cloud foundry deployment
2022-09-30  Jérôme BenoitCode cleanups in the OCPP incoming requests handling...
2022-09-24  Jérôme BenoitConvert interface to type
2022-09-15  Jérôme BenoitConvert types to native type
2022-09-08  Jérôme BenoitUI protocol: add meter values command
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-08-29  Jérôme BenoitAdd helper to serialize to JSON object with a map
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-26  Jérôme BenoitAdd UI HTTP server (#6)
2022-08-24  Jérôme BenoitImprove payload type checking in OCPP, UI and Broadcast...
2022-08-22  Lucas MigeonVue UI + UI server
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-07-13  Jérôme BenoitAvoid to instantiated static only classes
2022-07-13  Jérôme BenoitApply dependencies update
2022-07-13  Jérôme BenoitWarn if UI server is configured to listen on something...
2022-07-10  Jérôme BenoitApply dependencies update
2022-07-03  Jérôme BenoitUse spread on literal to handle default configuration...
2022-07-03  Jérôme BenoitMerge pull request #80 from SAP/worker-configuration
2022-07-02  Jérôme BenoitAdd worker configuration section
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-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-05-17  Jérôme BenoitReduce charging station instance memory footprint
2022-05-13  Jérôme BenoitAdd deprecation warning for ui server configuration...
2022-05-13  Jérôme BenoitRestructure UI server code to prepare it for issue...
2022-05-09  Jérôme BenoitUpdate dependencies
2022-05-06  Jérôme BenoitMerge branch 'master' into Extend-charging-profile...
2022-05-06  Jérôme BenoitRemove uneeded type usage
2022-05-06  Jérôme BenoitFix Json type definition naming
2022-05-02  Jérôme BenoitUse ternary operator in helpers methods
2022-04-27  Jérôme BenoitFix truncated boot notification payload
2022-03-14  Jérôme BenoitAdd stationInfo to persistent configuration
2022-03-13  Jérôme BenoitFixlet to configuration tunable deprecation
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 BenoitwatchJsonFile: ensure the argument is defined before...
2022-03-12  Jérôme BenoitAdd OCPP params file monitoring
2022-03-08  Jérôme BenoitFix deprecated configuration key detection in a section
2022-03-06  Jérôme BenoitRemove useless eslint-disable
2022-03-05  Jérôme BenoitFix remaining linter errors properly
2022-03-05  Jérôme BenoitFactor out worker related constants
2022-03-05  Jérôme BenoitAdd isEmptyString() helper and use it
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 BenoitFix incoming message error handling
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-24  Jérôme BenoitDo not throw an error at OCPP message sending to avoid...
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2022-02-18  Jérôme BenoitAdd return type to getLogger
2022-02-17  Jérôme BenoitEnforce singleton design pattern for the logger
2022-02-09  Jérôme BenoitSimplify some code logic
2022-02-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-06  Jérôme BenoitFix build due to winston types definition fix
2022-02-04  Jérôme BenoitFix PENDING state boot notification handling
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
2021-12-09  Jérôme BenoitFix default configuration handling on some sections
2021-12-09  Jérôme BenoitTry to propagate error on configuration file reload.
2021-12-08  Jérôme BenoitProperly default also the performance storage enablement
2021-12-08  Jérôme BenoitApply dependencies update
2021-12-07  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/charg...
2021-12-07  Jérôme BenoitMerge pull request #112 from jerome-benoit/fix-template
2021-12-07  Jérôme BenoitMerge branch 'master' into fix-template
2021-12-07  captaineaglexfix performanceStorage type assignment when not present
2021-12-06  Jérôme BenoitUse camel case everywhere
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-06  Jérôme BenoitFix callback invocation in promiseWithTimeout()
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-25  Jérôme BenoitTrack ATG status on a per connector basis.
2021-09-21  Jérôme BenoitFix negative values in meter values
2021-09-19  Jérôme BenoitAdd sanity checks to random integer generation
2021-09-19  Jérôme BenoitAdd sanity checks to random number generation code
2021-09-18  Jérôme BenoitSimplify calculation at duration formatting
2021-09-18  Jérôme BenoitDisplay milliseconds at duration formatting
2021-09-18  Jérôme BenoitFix duration formatting for large one
next