feat: allow to provision number of stations by template
[e-mobility-charging-stations-simulator.git] / src / charging-station / SharedLRUCache.ts
2024-03-26  Jérôme Benoitfeat: allow to provision number of stations by template
2024-03-11  Jérôme Benoitrefactor: convert home made helpers to rambda ones
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-01-31  Jérôme Benoitrefactor: consolidate charging stations tracking
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-12  Jérôme Benoitbuild(deps-dev): apply updates
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
2024-01-04  Jérôme Benoitrefactor: switch eslint configuration to strict type...
2023-12-29  Jérôme Benoitrefactor: cleanup eslint-disable
2023-12-29  Jérôme Benoitrefactor: cleanup isNullOrdefined usage
2023-12-29  Jérôme Benoitrefactor: more coding style fixes
2023-12-29  Jérôme Benoitchore: switch coding style to JS standard
2023-12-28  Jérôme Benoitbuild: temporary silence linter errors
2023-12-28  Jérôme Benoitbuild: switch to NodeNext module resolution
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-05  Jérôme Benoitrefactor: split Utils static methods class into functions
2023-05-30  Jérôme Benoitfix: fix commonjs import issue with node.js 16.x.x
2023-05-29  Jérôme Benoitfix: allow to set some x509 certificates in templates
2023-05-29  Jérôme Benoitrefactor: use mnemonist queue implementation instead...
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-04-30  Jérôme Benoitfix: fix ATG refresh at template changes
2023-03-22  Jérôme Benoitrefactor(simulator): refine LRU cache type name
2023-03-18  Jérôme Benoitfix: make ESM bundle work
2023-03-04  Jérôme Benoitstyle(simulator): align case on enum key/value
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-12  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-02-12  Jérôme Benoitfix(simulator): make the modules export/import a bit...
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-07  Jérôme Benoitfix(simulator): detect string emptyness properly
2023-02-02  Jérôme Benoitchore(ui): apply dependencies update
2023-02-02  Jérôme Benoitfix(simulator): calculate LRU cache capacity dynamicall...
2023-01-25  Jérôme BenoitStrict null type check fixes
2023-01-23  Jérôme BenoitAvoid strings concatenation
2022-10-19  Jérôme BenoitMove ts-node configurations to tsconfig.json
2022-09-20  Jérôme BenoitReplace more interface with type for types definition
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-21  Jérôme BenoitImplement singleton design pattern with strict null...
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-07-03  Jérôme BenoitAdd helper in LRU cache to get cache key
2022-06-12  Jérôme BenoitRename class ChargingStatinCache to SharedLRUCache