X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=0171ed01ceff0899db84e34e6124782f07d85ed5;hb=684bad51d3298b7bf2cc55463e1f05c1ce45e41f;hp=47336a6509ebf8e9ce92b8051421d2d968857b88;hpb=311be0837309f0a9c3ed4677efe60fbb660ed0a6;p=e-mobility-charging-stations-simulator.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 47336a65..0171ed01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,76 @@ # Changelog -## [v1.1.83](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.82...v1.1.83) +## [v1.1.86](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.85...v1.1.86) + +- Apply dependencies update [`3ebeb51`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3ebeb51babe7f0a2d5a32b089351ebbd37a2bc24) +- Remove now unneeded istanbul rollup plugin [`a812cd6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a812cd6b2916522126bc438e970fe56b1b8ef083) +- Use release-it plugin to bump version in sonar-project.properties [`5148ca7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5148ca7aaf464c84f2edce6ed00f94ce0bb4b610) +- Add Utils unit tests [`a2111e8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a2111e8df05d41021f5f0def70af8a832d8555c8) +- Apply dependencies update [`1df0126`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1df0126b105151d9d7c201ebec7b38ae54671a39) +- Apply dependencies update [`58a9807`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/58a9807697106691f2fac0aa917d3be2545e5e21) +- Initial web ui integration in sonar [`c7382e0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c7382e085a97f5945a30129eaca886016439faa2) +- Fix isEmptyArray() logic [`30e2749`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/30e2749175efd5daa751c9640441936bbd203265) +- Improve Utils unit tests [`45999aa`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/45999aab924e2662784f4c7b0fbf5d4622a18d92) +- Move web ui code in its own directory [`ebbfbf1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ebbfbf1c01e010d051956867484b74a94237f546) +- Disable web ui sonar CI action [`c2d3028`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c2d3028f2593d516d2a4e0c8d2bb646f6052a392) +- Implement an optimized (20x) version of isEmptyObject() [`87f82a9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/87f82a940257f8d6814cf6af47fa8f1b66573eea) +- Fix UUID validation regexp [`8bd0250`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8bd02502e5cb44f91964241a5bc93b762ca7557e) +- Silence sonar cleanups [`81e3cc3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/81e3cc3895d5dc289404c72459246d2b5215fe82) +- Add vscode configuration for unit tests [`5f60a7f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5f60a7fd5ff43e25d148d9be1ec999f13eac5a83) +- Fix random number generators input checks [`b3aa9f5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b3aa9f53cdbf6dac72396c4392e11dcc4c37df65) +- Add node stable version to CI build [`2312423`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2312423276fef2557f704df1c26b5ef71e4848c6) +- Refine lint-staged configuration [`b4bb758`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b4bb75826e017f6a51c5674bd69c502e152addf8) +- Add more tests for UUID validation [`9664207`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/96642078c6b041716ada8cb721ac1abb8221f48d) +- Refine sonar-project.properties [`0cb6853`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0cb6853e4b885801f29d83be565131751c3791ff) +- Fix web ui sonar CI action [`95616e4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/95616e4a28e5d95d9e61d02e3e0f3c4121ca2894) +- Cleanups [`67f2439`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/67f24396f2a7f2e1f149e1c110325b8e562e9d47) +- Fix random integer generator [`1f86b12`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1f86b121076f7bed00f42e3f58c9f09166eda7ff) +- Sonar cleanup [`bd770dd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bd770ddec2df168952038892f54799c62bb57bc7) +- Ensure the UUID generator define a value [`d12e7f3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d12e7f3c812d4ce351492eb3b5da2722d261f331) + +## [v1.1.85](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.84...v1.1.85) (2022-10-22) + +- Apply dependencies update [`ef85c95`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ef85c95abf79b049e1cae653372bdf46b233dfac) +- Switch from nyc to c8 [`12240a2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/12240a2ea6b5c924befefa8846732249ad357730) +- Apply dependencies update [`24559de`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/24559de55842ec10ea45ccb3d9b8935c18ac6d5b) +- Apply dependencies update [`192927e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/192927e0a96e35e9d302b3ce845a2db99f19e9df) +- Strict boolean checks [`3a13fc9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3a13fc92f2bc5236dcde66fe5e79e0cea89f1c3d) +- Version 1.1.85 [`7fddbed`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7fddbedb65822b4d67a85191941a77e69cc60e8f) +- Downgrade rollup to 2.x to fix windows build [`875e954`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/875e9541d6c760511b03a401d2cf18997d2855ce) +- Apply dependencies security update [`f452b35`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f452b3569a95d9ac740447e951ac3ef0e82deef5) +- Move ts-node configurations to tsconfig.json [`a56d48e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a56d48e76a52c589c7ac4433c15fa028b39345ea) +- Strict boolean checks [`2329015`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2329015067d5715c3eb0b56984a66cdc1fe31452) +- Cleanup GitHub actions [`d5d2241`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d5d2241eaa804299589416c871d277e5b9311f29) +- GH action cleanup [`a1deee0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a1deee04b887e89dcb63f2811f80c42bfff0d8cd) +- Properly separate eslint run between UI and main code [`d557022`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d557022543fd191373c3d0eafee5bcdbe0b70fd3) + +## [v1.1.84](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.83...v1.1.84) (2022-10-17) + +- Apply dependencies update [`15e8421`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/15e8421581ce8c028eb758e6b6928f378f29c928) +- Use node crypto built-in uuid v4 generator [`03eacbe`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/03eacbe58030b56149284730a0af0367a01383cd) +- Apply dependencies update [`4883f1c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4883f1c4b5839b6599815c839869f514d8b87cef) +- Version 1.1.84 [`293c552`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/293c552db1b65507cd2b96e0b7ae41fa59f8fc1e) +- README.md: update default poolifier tasks scheduling [`19dbb57`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/19dbb57060f93eaa33284a3b439a0adc10af63e3) +- Apply dependencies update [`2a06a8c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2a06a8c08973aa64459ed93232f3e34de8ec8853) +- Spell fixes to CHANGELOG.md [`521c07f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/521c07fc0b510269917608fdb1d943d1866c81f2) +- Refine CI GitHub actions [`46df94c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/46df94cf75de62d4615f34afd07be17422f2b3bd) +- Fix conditions on CI jobs [`f6a807e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f6a807ed6b62298b99d592021b2caa96274e391f) +- Fix CI conditions on jobs [`fc00457`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fc00457c7751ad71d67a52670e2ed6f50827d133) +- Fix conditions on CI job [`64e284d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/64e284d892ad1ce6b121ce1438790b609d58a460) +- Fix CI jobs on windows [`afc5e62`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/afc5e62a9f7e9a3d566029b24bd4478993df2333) +- Default to ROUND_ROBIN poolifier tasks scheduling until [`5cfb6fe`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5cfb6feecf97e4b2c158fc08e10aca84bbdd2bb8) +- Fix CI job condition [`b34f298`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b34f298bddc27f4d154fb6febe012dd51b5073a9) +- Refine condition on CI jobs [`6b9a6b0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6b9a6b079cdac5e7ec596e2708ef46890186957d) +- Fix CI build failure in CI [`9cef572`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9cef5729ef5f199fdb660b7a1bace8371727d08d) +- Docker: add .npmrc to builder [`b03ca9f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b03ca9f60f95ed0ae1e3129c48412958f3220098) +- Refine lint staged configuration [`5a5111e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5a5111e5ce57d93a7a8c5bf2accf9eba62adfb51) +- Remove pointless script to run npm-check [`e4b6479`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e4b6479644e9f34eb661561b68ddc06f5ed5f51b) +- Add missing .npmrc [`4d6df2c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4d6df2cea1cd2f7cf92d2f96e5cfabf04c817458) + +## [v1.1.83](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.82...v1.1.83) (2022-10-15) - Apply dependencies update [`f50109d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f50109db1905dde83e5a2c8da7157fd9d18993d1) +- Version 1.1.83 [`311be08`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/311be0837309f0a9c3ed4677efe60fbb660ed0a6) - Update poolifier to 2.3.3 [`65b31f8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/65b31f8db46b0066a5cc06ead28520d71e66fef5) - Revert docker build to one OS only [`4bfd22d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4bfd22def612cf8ad6e4a31c5d5df3ffcca45e70) - Run docker image build in CI [`f672adb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f672adbfee38df6d56de237a23d6f2862f4441f7)