From 8858547c11d42cedc8d5f67af8e2d04e7345b93e Mon Sep 17 00:00:00 2001 From: Danil Kostromin Date: Thu, 14 Nov 2024 16:11:16 +0300 Subject: [PATCH] chore(release): v0.7.0 Release 0.7.0 Signed-off-by: Danil Kostromin --- CHANGELOG.md | 44 +++++++++++++++ .../deploy-info/src/lib/changelog.mdx | 55 +++++++++++++++++-- .../deploy-info/src/lib/git-info.json | 10 ++-- package.json | 2 +- 4 files changed, 101 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1799b8c..64300196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,47 @@ +## [0.7.0](https://github.com/ts-factory/bublik-ui/compare/v0.6.2...v0.7.0) (2024-11-14) + +### 🚀 New Feature + +* **report:** added link from report to log page ([d2c63cb](https://github.com/ts-factory/bublik-ui/commit/d2c63cba37d7310f8c1fbaaab458c2115d3fb0b2)), closes [#214](https://github.com/ts-factory/bublik-ui/issues/214) +* **report:** added run details to report ([70b0b25](https://github.com/ts-factory/bublik-ui/commit/70b0b25c4fefacf644fc112ce00ac84d7295ef88)) +* **run:** [results] added artifacts and requirements to results ([a00d9bc](https://github.com/ts-factory/bublik-ui/commit/a00d9bc72e5ec5d5aaa0efb51d521c687157311b)) +* **run:** added endpoint to get verdicts and artifacts for iteration ([551352d](https://github.com/ts-factory/bublik-ui/commit/551352d79050a3c1b74d7278a628181325f392c2)) + +### 💅 Polish + +* **log:** [details] removed minimum height for details block ([e0c4fd9](https://github.com/ts-factory/bublik-ui/commit/e0c4fd931800bce66dd06de51331727bbeadee35)) +* **run:** [details] removed minimum height for details block ([3d76aac](https://github.com/ts-factory/bublik-ui/commit/3d76aac5542de1072b0921a9115bf4adfc662165)) + +### 🐛 Bug Fix + +* **config:** [update] added handling for error when config with same name exists ([00296f8](https://github.com/ts-factory/bublik-ui/commit/00296f89120e70c543cc160c7991b05b503ee9f5)) +* **log:** added scroll to top on page change ([9b479e8](https://github.com/ts-factory/bublik-ui/commit/9b479e835893f551fda5ea1f1fa39e99caa580a3)) +* **run, log:** disable source link on URL retrieval failure ([ed3c420](https://github.com/ts-factory/bublik-ui/commit/ed3c420619c4dcb77ddf53d9edf8cc0cc128d1a8)), closes [#216](https://github.com/ts-factory/bublik-ui/issues/216) +* **run:** [results] added handling for results in progress ([932773a](https://github.com/ts-factory/bublik-ui/commit/932773aafe80b2ce9a9a18f507f12a9b1770b785)) + +### ♻ Code Refactoring + +* **config:** added name field to update config form ([5148e56](https://github.com/ts-factory/bublik-ui/commit/5148e5677be5c80d4bce5d3072e27553adeed8f4)) +* **config:** adjusted logic for activating/deactivating config ([673dc0c](https://github.com/ts-factory/bublik-ui/commit/673dc0c7a64c9e8eb464fea1aaacf3a63471bc5d)) +* **config:** adjusted types to allow renaming configs ([b26fd97](https://github.com/ts-factory/bublik-ui/commit/b26fd97456ae69eb5a6a4ac74e513cd9928967ae)) +* **log:** [new-bug] try to get configuration from `special_categories` ([49875f9](https://github.com/ts-factory/bublik-ui/commit/49875f9eab060797269d29228c9ad97755153285)) +* **log:** get artifacts and verdicts from API and merge them into log ([fc38cca](https://github.com/ts-factory/bublik-ui/commit/fc38ccaa9ee68d7be25ffeef815ea6c70954a9e6)) +* **log:** made pagination look the same top and bottom ([67374a9](https://github.com/ts-factory/bublik-ui/commit/67374a9b0c81d6a1d1023de824152793d86d354b)) +* **report:** added report description frame with config and warnings ([4421048](https://github.com/ts-factory/bublik-ui/commit/442104867afc7f5af522b4c80b7f3e33bfd9df29)) + +### 🔧 Continuous Integration | CI + +* **build:** added check to ensure code is buildable ([86166a5](https://github.com/ts-factory/bublik-ui/commit/86166a52b25a8fd76eab83f0e7b1f1326a3aa9b6)) + +### 📦 Chores + +* **config:** adjusted alert dialog description for activation of the config ([9b69d74](https://github.com/ts-factory/bublik-ui/commit/9b69d74ecd05529cc3458fe8ee585f95e2a05c2f)) +* **config:** removed redundant endpoint ([b810389](https://github.com/ts-factory/bublik-ui/commit/b810389f258d431abc2f8274ade5bc045da9206d)) +* **log:** removed redundant prop ([6bd37aa](https://github.com/ts-factory/bublik-ui/commit/6bd37aacb340a6c87c5f2d6ec23837119d354957)) +* **log:** removed redundant type ([48d17a5](https://github.com/ts-factory/bublik-ui/commit/48d17a53c41140881bb593616a7755736bf8b970)) +* **log:** simplified logic for redirect to legacy ([e390fe7](https://github.com/ts-factory/bublik-ui/commit/e390fe72920a267a2dd4af132c7a79a4f93752ec)) +* **run:** [results] renamed badly named variables ([724a688](https://github.com/ts-factory/bublik-ui/commit/724a6884044cc8f2599370dbcf8d9d3651176b53)) + ### [0.6.2](https://github.com/ts-factory/bublik-ui/compare/v0.6.1...v0.6.2) (2024-10-31) ### 🚀 New Feature diff --git a/libs/bublik/features/deploy-info/src/lib/changelog.mdx b/libs/bublik/features/deploy-info/src/lib/changelog.mdx index 6e183f8d..a0c51490 100644 --- a/libs/bublik/features/deploy-info/src/lib/changelog.mdx +++ b/libs/bublik/features/deploy-info/src/lib/changelog.mdx @@ -1,22 +1,69 @@ # Changelog -### [0.6.2](https://github.com/ts-factory/bublik-ui/compare/v0.6.1...v0.6.2) (2024-10-31) +## [0.7.0](https://github.com/ts-factory/bublik-ui/compare/v0.6.2...v0.7.0) (2024-11-14) +### 🚀 New Feature + +* **report:** added link from report to log page ([d2c63cb](https://github.com/ts-factory/bublik-ui/commit/d2c63cba37d7310f8c1fbaaab458c2115d3fb0b2)), closes [#214](https://github.com/ts-factory/bublik-ui/issues/214) +* **report:** added run details to report ([70b0b25](https://github.com/ts-factory/bublik-ui/commit/70b0b25c4fefacf644fc112ce00ac84d7295ef88)) +* **run:** [results] added artifacts and requirements to results ([a00d9bc](https://github.com/ts-factory/bublik-ui/commit/a00d9bc72e5ec5d5aaa0efb51d521c687157311b)) +* **run:** added endpoint to get verdicts and artifacts for iteration ([551352d](https://github.com/ts-factory/bublik-ui/commit/551352d79050a3c1b74d7278a628181325f392c2)) + + +### 💅 Polish + +* **log:** [details] removed minimum height for details block ([e0c4fd9](https://github.com/ts-factory/bublik-ui/commit/e0c4fd931800bce66dd06de51331727bbeadee35)) +* **run:** [details] removed minimum height for details block ([3d76aac](https://github.com/ts-factory/bublik-ui/commit/3d76aac5542de1072b0921a9115bf4adfc662165)) + + +### 🐛 Bug Fix + +* **config:** [update] added handling for error when config with same name exists ([00296f8](https://github.com/ts-factory/bublik-ui/commit/00296f89120e70c543cc160c7991b05b503ee9f5)) +* **log:** added scroll to top on page change ([9b479e8](https://github.com/ts-factory/bublik-ui/commit/9b479e835893f551fda5ea1f1fa39e99caa580a3)) +* **run, log:** disable source link on URL retrieval failure ([ed3c420](https://github.com/ts-factory/bublik-ui/commit/ed3c420619c4dcb77ddf53d9edf8cc0cc128d1a8)), closes [#216](https://github.com/ts-factory/bublik-ui/issues/216) +* **run:** [results] added handling for results in progress ([932773a](https://github.com/ts-factory/bublik-ui/commit/932773aafe80b2ce9a9a18f507f12a9b1770b785)) + + +### ♻ Code Refactoring + +* **config:** added name field to update config form ([5148e56](https://github.com/ts-factory/bublik-ui/commit/5148e5677be5c80d4bce5d3072e27553adeed8f4)) +* **config:** adjusted logic for activating/deactivating config ([673dc0c](https://github.com/ts-factory/bublik-ui/commit/673dc0c7a64c9e8eb464fea1aaacf3a63471bc5d)) +* **config:** adjusted types to allow renaming configs ([b26fd97](https://github.com/ts-factory/bublik-ui/commit/b26fd97456ae69eb5a6a4ac74e513cd9928967ae)) +* **log:** [new-bug] try to get configuration from ([49875f9](https://github.com/ts-factory/bublik-ui/commit/49875f9eab060797269d29228c9ad97755153285)) +* **log:** get artifacts and verdicts from API and merge them into log ([fc38cca](https://github.com/ts-factory/bublik-ui/commit/fc38ccaa9ee68d7be25ffeef815ea6c70954a9e6)) +* **log:** made pagination look the same top and bottom ([67374a9](https://github.com/ts-factory/bublik-ui/commit/67374a9b0c81d6a1d1023de824152793d86d354b)) +* **report:** added report description frame with config and warnings ([4421048](https://github.com/ts-factory/bublik-ui/commit/442104867afc7f5af522b4c80b7f3e33bfd9df29)) + + +### 🔧 Continuous Integration | CI + +* **build:** added check to ensure code is buildable ([86166a5](https://github.com/ts-factory/bublik-ui/commit/86166a52b25a8fd76eab83f0e7b1f1326a3aa9b6)) + + +### 📦 Chores + +* **config:** adjusted alert dialog description for activation of the config ([9b69d74](https://github.com/ts-factory/bublik-ui/commit/9b69d74ecd05529cc3458fe8ee585f95e2a05c2f)) +* **config:** removed redundant endpoint ([b810389](https://github.com/ts-factory/bublik-ui/commit/b810389f258d431abc2f8274ade5bc045da9206d)) +* **log:** removed redundant prop ([6bd37aa](https://github.com/ts-factory/bublik-ui/commit/6bd37aacb340a6c87c5f2d6ec23837119d354957)) +* **log:** removed redundant type ([48d17a5](https://github.com/ts-factory/bublik-ui/commit/48d17a53c41140881bb593616a7755736bf8b970)) +* **log:** simplified logic for redirect to legacy ([e390fe7](https://github.com/ts-factory/bublik-ui/commit/e390fe72920a267a2dd4af132c7a79a4f93752ec)) +* **run:** [results] renamed badly named variables ([724a688](https://github.com/ts-factory/bublik-ui/commit/724a6884044cc8f2599370dbcf8d9d3651176b53))### [0.6.2](https://github.com/ts-factory/bublik-ui/compare/v0.6.1...v0.6.2) (2024-10-31) + ### 🚀 New Feature * **log:** [new-bug] added artifacts to new bug ([5f34ed0](https://github.com/ts-factory/bublik-ui/commit/5f34ed0eecedce8ced72d83b49111ac07f8c9fbb)) * **run:** added persistence for column visibility state ([dae4b1b](https://github.com/ts-factory/bublik-ui/commit/dae4b1b533c474d87835016343241d77e7c98288)) - ### 🐛 Bug Fix * **history:** fixed filters incorrect reset when global filter has no values ([e585e4d](https://github.com/ts-factory/bublik-ui/commit/e585e4d7d6753b76aff98f16e4807c1f8de8c654)) - ### 📦 Chores -* **history:** renamed global search button labels ([54a6346](https://github.com/okt-limonikas/bublik/commit/54a63464094e1569d5135136d8d63cfd0ff85465))## [0.6.0](https://github.com/ts-factory/bublik-ui/compare/v0.5.1...v0.6.0) (2024-10-30) +* **history:** renamed global search button labels ([54a6346](https://github.com/ts-factory/bublik-ui/commit/54a63464094e1569d5135136d8d63cfd0ff85465)) + +## [0.6.0](https://github.com/ts-factory/bublik-ui/compare/v0.5.1...v0.6.0) (2024-10-30) ### 🚀 New Feature diff --git a/libs/bublik/features/deploy-info/src/lib/git-info.json b/libs/bublik/features/deploy-info/src/lib/git-info.json index 25907f77..0db97e79 100644 --- a/libs/bublik/features/deploy-info/src/lib/git-info.json +++ b/libs/bublik/features/deploy-info/src/lib/git-info.json @@ -1,7 +1,7 @@ { - "date": "2024.10.31", - "summary": "feat(run): added persistence for column visibility state", - "revision": "dae4b1b", - "branch": "main", - "latestTag": "v0.6.2" + "date": "2024.11.14", + "summary": "fix(log): added scroll to top on page change", + "revision": "9b479e8", + "branch": "release-0.7.0", + "latestTag": "v0.7.0" } diff --git a/package.json b/package.json index 13786594..82a2f11e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bublik-ui", - "version": "0.6.2", + "version": "0.7.0", "license": "Apache-2.0", "scripts": { "preinstall": "npx only-allow pnpm",