refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / utils / Utils.ts
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-02-10  Jérôme Benoitfix(simulator): fix empty array detection helper semantic
2023-02-10  Jérôme Benoitrefactor(simulator): remove unneeded intermediate varia...
2023-02-10  Jérôme Benoitrefactor(simulator): random float generator signature...
2023-02-07  Jérôme Benoitrefactor(simulator): remove unneeded ternary operator
2023-02-07  Jérôme Benoitfix(simulator): detect string emptyness properly
2023-01-26  Jérôme BenoitUse arrow function for log messages prefixing
2023-01-26  Jérôme BenoitImprove isIterable() UT
2023-01-25  Jérôme BenoitRevert incorrect isEmptyString() semantic change
2023-01-25  Jérôme BenoitFix isEmptyString() semantic
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitStrict null type check fixes
2023-01-25  Jérôme BenoitRefine code formatting rules
2023-01-23  Jérôme BenoitFix extra whitespace in log messages prefix
2023-01-23  Jérôme BenoitAvoid strings concatenation
2023-01-23  Jérôme BenoitSwitch log messages to string literal
2023-01-22  Jérôme BenoitUse crypto unbiased random integer generator
2023-01-20  Jérôme BenoitFix OCPP messages buffering handling
2023-01-15  Jérôme BenoitCleanups
2023-01-07  Jérôme BenoitFixes to OCA OCPP 2.0.1 JSON schemas
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-12-29  Jérôme BenoitEnsure number conversion helpers do not return NaN
2022-12-28  Jérôme BenoitFixes to performance:
2022-12-23  Jérôme BenoitCleanups uneeded encapsulating methods
2022-12-23  Jérôme BenoitSwitch to more efficient object deep cloning and shallo...
2022-12-11  Jérôme BenoitSmall cleanups in Utils.ts
2022-12-11  Jérôme BenoitApply dependencies update
2022-11-07  Jérôme BenoitOptimize convertToInt() helper
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-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-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-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
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-05-24  Jérôme BenoitAdd a shared LRU cache per worker
2022-05-17  Jérôme BenoitReduce charging station instance memory footprint
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-05  Jérôme BenoitAdd isEmptyString() helper and use it
2022-03-04  Jérôme BenoitApply prettier formating
2021-12-01  Jérôme BenoitSwitch to current node.js LTS version
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-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
2021-09-18  Jérôme BenoitSecure random integer generator inputs
2021-09-17  Jérôme BenoitAdd scope to helper methods in Utils class.
2021-09-17  Jérôme BenoitRefine a method documentation
2021-09-17  Jérôme BenoitFix and secure random number generation code
2021-09-12  Jérôme BenoitRemove some any type usage
2021-08-26  Jérôme BenoitStorage: use worker threads message passing to store...
2021-08-23  Jérôme BenoitRevert wrong returned value after a test.
2021-08-14  Jérôme BenoitApply security dependencies update.
2021-08-14  Jérôme BenoitFix performance statistics handling at charging station...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-06-20  Jérôme BenoitOptimize random fluctuated computation
2021-06-19  Jérôme BenoitAdd per phase support to MeterValues in template.
2021-06-14  Jérôme BenoitUse ConnectionTineOut OCPP parameter as WS timeout
2021-05-31  Jérôme BenoitGracefully handle simulator missing files or files...
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-02  Jérôme BenoitCheck for threadId worker attribute only
2021-04-15  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-04-11  Jérôme BenoitImprove a bit JSDoc.
2021-04-04  Jérôme BenoitLinter fixes.
2021-03-24  Jérôme BenoitAdd eslint jsdoc plugin and refine a bit the existing...
2021-03-18  Jérôme BenoitSimplify pool settings detection.
2021-01-25  Jérôme BenoitDisplay worker process mode at startup.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.
2021-01-17  Jérôme BenoitHandle availability and registration properly.
2021-01-15  Jérôme BenoitAvoid code duplicatiom.
2021-01-08  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2020-12-31  Jérôme BenoitImprove charging station registration handling.
2020-12-22  Jérôme BenoitTyping.
2020-12-22  Jérôme BenoitUse generic for typing cloneObject helper.
2020-12-11  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:EVSE/ev...
2020-12-04  Jérôme BenoitAdd type sanity check to ChangeConfiguration OCPP command
2020-11-24  Jérôme BenoitFix rounding helper
2020-11-23  Jérôme BenoitMake Configuration class self-contained.
2020-11-22  Jérôme BenoitAdd exponential delay at reconnect
2020-11-17  Jérôme BenoitArray empty detection fix.
next