From 1431575e995278a60704820f3d1e637094eb161e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 9 Nov 2022 20:21:24 +0100 Subject: [PATCH] Version 1.1.87 --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 36 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0171ed01..25c9655c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,42 @@ # Changelog -## [v1.1.86](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.85...v1.1.86) +## [v1.1.87](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.86...v1.1.87) + +- Add trigger message type feature flag in charging station template [`#257`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/257) +- Apply dependencies update [`ac4c061`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ac4c0616e19a30934bc0a64dc043d40cbac11940) +- Apply dependencies update [`4a5a786`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4a5a7863e5ded6a0776f08f558d1812773336cdc) +- Apply dependencies update [`ac69344`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ac69344c5a34c74b3cc0cbabd78f34f9b01206bd) +- Apply dependencies update [`21ded0d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/21ded0d5d8067120ad1b876068c4b40f5ad7aa66) +- Add unit tests for more Utils. helpers [`df645d8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/df645d8f4155cf4aa401603857f6a6784b5db871) +- Apply dependencies update [`6e3bc6a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6e3bc6a7d80e20dce4db30928419bf1348894e72) +- Apply dependencies update [`e46077f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e46077f35000abf0e8caf57c6bc5fb071c8be23c) +- Dockerfile: optimization [`0e30690`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0e3069040a7c2653d6aacfb8d7c79582d3a5721a) +- Improve Utils unit tests [`04dda06`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/04dda061d7b337390a0ee7b9d0bd41d4895fd4ca) +- Bump rollup to 3.2.4 [`96fcbe2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/96fcbe25b25cc80a9f04da4112451966d0a6dd29) +- Remove now uneeded vscode configuration [`39efd40`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/39efd40d46487e9266edc1acbc92b75be16b0b25) +- Add UTs debugging configuration [`3e985d1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3e985d188b320d1bc333fbcd9420ebb7c5e7040d) +- Add unit test for isUndefined() [`429f8c9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/429f8c9d472e04611466b56448f64af12e1dabcc) +- Small improvements to Utils UTs [`0b31220`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0b3122086d4ad8e3cc0c97774a1234681785ffe3) +- Optimize convertToInt() helper [`3df786f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3df786f9814812ee9a586da3d8f69d11d25d3033) +- Improve random number generators unit tests [`bd9f680`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bd9f680e5ac3b20551b7aafe1d844542cc7a0dab) +- Cleanup npm scripts [`4544f16`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4544f162cf2984bf71c2ca242998ba22f470d4b3) +- docker: ensure argument have a default value [`809e22c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/809e22c4556531efcefac96a6f081bbc306c360c) +- Check for null or undefined in isEmptyObject() [`d20581e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d20581eee9c09db9eb4650c1c187857e1d91cda6) +- Remove unneeded type check in isEmptyObject(). [`684bad5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/684bad51d3298b7bf2cc55463e1f05c1ce45e41f) +- Refine .gitignore to handle several CF manifest files [`082494a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/082494a43d10cc61450c5f329655435beea7d638) +- Refine connector id validation error message [`8eb3b68`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8eb3b688c4b6fb3e946f38d474a5125caf1d056a) +- Fix connector Id validation in TriggerMessage handling [`4caa7e6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4caa7e6792df07e1cdc6bfadd1f6cec6947fdd06) +- Reduce CF disk image size to the supported maximum [`6628cd1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6628cd10b4a53348ead7a47ff3bea92ba5f919ab) +- Enlarge the CF app disk size to permit logging for a while [`e0c1ceb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e0c1ceb98f9fe4c64924f0ddf65b7d2e7be89489) +- Fixlet to isEmptyObject() [`5e5ba12`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5e5ba121b515e64808fdbf4573c5d7400e4fe15b) + +## [v1.1.86](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.85...v1.1.86) (2022-10-26) - 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) +- Version 1.1.86 [`4d635a5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4d635a5c993741aff43add16a70331eaa9a28646) - 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) diff --git a/package-lock.json b/package-lock.json index 0afd3fdb..02795ea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.86", + "version": "1.1.87", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.86", + "version": "1.1.87", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.5.2", diff --git a/package.json b/package.json index b54e4aa5..36df2688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.86", + "version": "1.1.87", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 6ccde370..d3e703d2 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator -sonar.projectVersion=1.1.86 +sonar.projectVersion=1.1.87 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -- 2.34.1