diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index aef5a4be..21570c5a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: Report an issue with a package part of UI5 Tooling Extensions +about: Report an issue with a package part of UI5 CLI Extensions title: '' type: Bug labels: needs triage @@ -10,7 +10,7 @@ assignees: '' ## Is your feature request related to a problem? Please describe. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 739a8df8..8d57bcd6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ To get it merged faster, kindly review the checklist below: ## Pull Request Checklist -- [ ] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#-contributing-code) - + Especially the [How to Contribute](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#how-to-contribute) section -- [ ] [No merge commits](https://github.com/SAP/ui5-tooling-extensions/blob/main/docs/Guidelines.md#no-merge-commits) -- [ ] [Correct commit message style](https://github.com/SAP/ui5-tooling-extensions/blob/main/docs/Guidelines.md#commit-message-style) +- [ ] Reviewed the [Contributing Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#-contributing-code) + + Especially the [How to Contribute](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#how-to-contribute) section +- [ ] [No merge commits](https://github.com/UI5/cli-extensions/blob/main/docs/Guidelines.md#no-merge-commits) +- [ ] [Correct commit message style](https://github.com/UI5/cli-extensions/blob/main/docs/Guidelines.md#commit-message-style) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df3aa2e1..89a4e9b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to the UI5 Tooling +# Contributing to the UI5 CLI ## Content @@ -9,23 +9,23 @@ ### ⚡️ Quick Links for Maintainers -- [All Open Pull Requests](https://github.com/SAP/ui5-tooling-extensions/pulls) -- [All Open Issues](https://github.com/SAP/ui5-tooling-extensions/pulls) +- [All Open Pull Requests](https://github.com/UI5/cli-extensions/pulls) +- [All Open Issues](https://github.com/UI5/cli-extensions/pulls) ## 📝 Reporting Issues ### Seeking Help / Not a Bug -If you need help setting something up, or if you have questions regarding UI5 Tooling, please seek help on a community platform like [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-tooling) or the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). +If you need help setting something up, or if you have questions regarding UI5 CLI, please seek help on a community platform like [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-cli) or the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). ### How to Report an Issue -1. **Only UI5 Tooling Extensons issues** +1. **Only UI5 CLI Extensons issues** * Please do not report: * Issues caused by dependencies. * Issues caused by the use of non-public/internal methods. Only the public methods listed in the API documentation may be used. * Something you do not get to work properly, see [Not a Bug / Questions](#not-a-bug--questions). -2. **No duplicate**: You have searched the [issue tracker](https://github.com/SAP/ui5-tooling-extensions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) to make sure the bug has not already been reported. +2. **No duplicate**: You have searched the [issue tracker](https://github.com/UI5/cli-extensions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) to make sure the bug has not already been reported. 3. **Good summary**: The summary should be specific to the issue. 4. **Current bug**: The bug can be reproduced in the most current version of the relevant module(s). 5. **Reproducible bug**: There are step-by-step instructions provided on how to reproduce the issue. @@ -38,7 +38,7 @@ If you need help setting something up, or if you have questions regarding UI5 To We encourage you to follow the issue template that will be presented to you when creating a new issue. -When you are ready, report your issue here: https://github.com/SAP/ui5-tooling-extensions/issues/new +When you are ready, report your issue here: https://github.com/UI5/cli-extensions/issues/new ### Reporting Security Issues @@ -60,7 +60,7 @@ GitHub offers labels to categorize issues. The labels can only be set and modifi - **`Bug`**: This issue is a bug in the code. - **`Feature`**: This is not a bug report, but an feature request. -#### Specific issue categories for UI5 Tooling Extensions: +#### Specific issue categories for UI5 CLI Extensions: - **`documentation`**: This issue is about wrong documentation. - **`needs triage`**: This issue needs to be investigated and confirmed as a valid issue that is not a duplicate @@ -79,15 +79,15 @@ GitHub offers labels to categorize issues. The labels can only be set and modifi ### Issue Reporting Disclaimer -We want to improve the quality of the UI5 Tooling and good bug reports are welcome! But our capacity is limited, so we cannot handle questions or consultation requests, and we cannot afford to ask for required details. +We want to improve the quality of the UI5 CLI and good bug reports are welcome! But our capacity is limited, so we cannot handle questions or consultation requests, and we cannot afford to ask for required details. -Therefore, we reserve the right to close or to not process insufficient bug reports in favor of those which are clearly documented and easy to reproduce. Even though we would like to solve each well-documented issue, there is always the chance that it won't happen - please remember: The UI5 Tooling is Open Source and comes without warranty. +Therefore, we reserve the right to close or to not process insufficient bug reports in favor of those which are clearly documented and easy to reproduce. Even though we would like to solve each well-documented issue, there is always the chance that it won't happen - please remember: The UI5 CLI is Open Source and comes without warranty. Bug report analysis support is always very welcome! See [Analyze Issues](#-analyzing-issues). ## 🤩 Feature Requests -You can request most features by creating an issue in the UI5 Tooling repository: https://github.com/SAP/ui5-tooling-extensions/issues/new +You can request most features by creating an issue in the UI5 CLI repository: https://github.com/UI5/cli-extensions/issues/new For bigger features an RFC (Request for Comment) might be necessary. You should always clarify the need for an RFC with the project contributors upfront. You could do this either by opening an issue or in our [Slack channel](#seeking-help--not-a-bug). You can use [this template](rfcs/0000-template.md) for creating an RFC. @@ -104,13 +104,13 @@ You may be able to add additional or missing information, such as a step-by-step ### General Remarks -You are welcome to contribute code to the UI5 Tooling in order to fix bugs or to implement new features. +You are welcome to contribute code to the UI5 CLI in order to fix bugs or to implement new features. There are three important things to know: 1. You must be aware of the Apache License (which describes contributions) and **agree to the Developer Certificate of Origin***. This is common practice in major Open Source projects. To make this process as simple as possible, we are using *[CLA assistant](https://cla-assistant.io/)* for individual contributions. CLA assistant is an open source tool that integrates with GitHub very well and enables a one-click experience for accepting the DCO. For company contributers, special rules apply. See the respective section below for details. 2. Follow our **[Development Conventions and Guidelines](docs/Guidelines.md)**. -3. **Not all proposed contributions can be accepted**. Some features may just fit a third-party add-on better. The code must match the overall direction of the UI5 Tooling and improve it. So there should be some "bang for the byte". For most bug fixes this is a given, but a major feature implementation first needs to be discussed with one of the committers. Possibly, one who touched the related code or module recently. The more effort you invest, the better you should clarify in advance whether the contribution will match the project's direction. The best way would be to just open an enhancement ticket in the issue tracker to discuss the feature you plan to implement (make it clear that you intend to contribute). We will then forward the proposal to the respective code owner. This avoids disappointment. +3. **Not all proposed contributions can be accepted**. Some features may just fit a third-party add-on better. The code must match the overall direction of the UI5 CLI and improve it. So there should be some "bang for the byte". For most bug fixes this is a given, but a major feature implementation first needs to be discussed with one of the committers. Possibly, one who touched the related code or module recently. The more effort you invest, the better you should clarify in advance whether the contribution will match the project's direction. The best way would be to just open an enhancement ticket in the issue tracker to discuss the feature you plan to implement (make it clear that you intend to contribute). We will then forward the proposal to the respective code owner. This avoids disappointment. ### Developer Certificate of Origin (DCO) @@ -122,7 +122,7 @@ This DCO replaces the previously used CLA ("Contributor License Agreement") as w ### How to Contribute 1. Make sure the change is welcome (see [General Remarks](#general-remarks)). - - Also check on the [UI5 Tooling Extensions Task Board](https://github.com/orgs/SAP/projects/39) whether related tasks are already being worked on, blocked, or in discussion. + - Also check on the [UI5 CLI Extensions Task Board](https://github.com/orgs/SAP/projects/39) whether related tasks are already being worked on, blocked, or in discussion. 1. Create a branch by forking the relevant module repository and apply your change. 1. Commit and push your change on that branch. - 👉 **Please follow our [Development Conventions and Guidelines](docs/Guidelines.md).** diff --git a/README.md b/README.md index 0d7ad11c..a5bcae15 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,38 @@ ![UI5 logo](./docs/images/UI5_logo_wide.png) -# ui5-tooling-extensions +# ui5-cli-extensions -> A monorepo containing several packages that provide further capabilities for users of [UI5 Tooling](https://github.com/SAP/ui5-tooling). +> A monorepo containing several packages that provide further capabilities for users of [UI5 CLI](https://github.com/UI5/cli). -[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-tooling-extensions/badge.svg)](https://coveralls.io/github/SAP/ui5-tooling-extensions) +[![Coverage Status](https://coveralls.io/repos/github/UI5/cli-extensions/badge.svg)](https://coveralls.io/github/UI5/cli-extensions) [![OpenUI5 Community Slack (#tooling channel)](https://img.shields.io/badge/slack-join-44cc11.svg)](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) -[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-tooling-extensions)](https://api.reuse.software/info/github.com/SAP/ui5-tooling-extensions) +[![REUSE status](https://api.reuse.software/badge/github.com/UI5/cli-extensions)](https://api.reuse.software/info/github.com/UI5/cli-extensions) ## Requirements -The offered extensions require UI5 Tooling Version 3 and above. +The offered extensions require UI5 CLI Version 3 and above. ## Packages -UI5 Tooling Extensions consist of multiple packages managed in a separate folder: +UI5 CLI Extensions consist of multiple packages managed in a separate folder: - [middleware-code-coverage](packages/middleware-code-coverage/): A custom server middleware providing an endpoint for code instrumentation -These extensions are developed and maintained by SAP. There are many more UI5 Tooling extensions available developed by the open-source community. Check out [Best of UI5](https://bestofui5.org/) to explore the world of custom UI5 Tooling middlewares/tasks, UI5 controls and more. +These extensions are developed and maintained by SAP. There are many more UI5 CLI extensions available developed by the open-source community. Check out [Best of UI5](https://bestofui5.org/) to explore the world of custom UI5 CLI middlewares/tasks, UI5 controls and more. ## Code of Conduct -Please check our [Code of Conduct](https://github.com/SAP/ui5-tooling-extensions/blob/main/CODE_OF_CONDUCT.md). +Please check our [Code of Conduct](https://github.com/UI5/cli-extensions/blob/main/CODE_OF_CONDUCT.md). ## Contributing -Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md). +Please check our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md). ## Support -Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue. Or chat with us in the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). For public Q&A, use the [`ui5-tooling` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/ui5-tooling). +Please follow our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue. Or chat with us in the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). For public Q&A, use the [`ui5-cli` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/ui5-cli). ## Licensing -Copyright 2025 SAP SE or an SAP affiliate company and UI5 Tooling Extensions contributors. Please see our [LICENSE.txt](LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-tooling-extensions). +Copyright 2025 SAP SE or an SAP affiliate company and UI5 CLI Extensions contributors. Please see our [LICENSE.txt](LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/UI5/cli-extensions). diff --git a/REUSE.toml b/REUSE.toml index 37699a1f..5b8c88c6 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,11 +1,11 @@ version = 1 -SPDX-PackageName = "ui5-tooling" +SPDX-PackageName = "ui5-cli-extensions" SPDX-PackageSupplier = "SAP OpenUI5 " -SPDX-PackageDownloadLocation = "https://github.com/SAP/ui5-tooling-extensions" +SPDX-PackageDownloadLocation = "https://github.com/UI5/cli-extensions" SPDX-PackageComment = "The code in this project may include calls to APIs (“API Calls”) of\n SAP or third-party products or services developed outside of this project\n (“External Products”).\n “APIs” means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project’s code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls." [[annotations]] path = "**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 Tooling contributors" +SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI extensions contributors" SPDX-License-Identifier = "Apache-2.0" diff --git a/SUPPORT.md b/SUPPORT.md index ce176ee1..9bbb6992 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,10 +1,10 @@ ### Support -If you need help setting something up, or if you have questions regarding packages part of UI5 Tooling Extensions, please refrain from opening an issue on GitHub. +If you need help setting something up, or if you have questions regarding packages part of UI5 CLI Extensions, please refrain from opening an issue on GitHub. Instead, please use one of the following platforms to seek help: -* [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-tooling) +* [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-cli) * The [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). -If you want to report an issue or request a new feature, please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#-feature-requests). +If you want to report an issue or request a new feature, please follow our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#-feature-requests). diff --git a/docs/templates/README_template.md b/docs/templates/README_template.md index abebdfbc..ce9aad06 100644 --- a/docs/templates/README_template.md +++ b/docs/templates/README_template.md @@ -4,7 +4,7 @@ Describe the basic benefit of this extension. ## Requirements -This middleware requires UI5 Tooling Version 3 and above. +This middleware requires UI5 CLI Version 3 and above. ## Install @@ -49,16 +49,16 @@ Describe in more details what the extensions does. ## Code of Conduct -Please check our [Code of Conduct](https://github.com/SAP/ui5-tooling-extensions/blob/main/CODE_OF_CONDUCT.md). +Please check our [Code of Conduct](https://github.com/UI5/cli-extensions/blob/main/CODE_OF_CONDUCT.md). ## Contributing -Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md). +Please check our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md). ## Support -Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue. Or chat with us in the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). For public Q&A, use the [`ui5-tooling` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/ui5-tooling). +Please follow our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue. Or chat with us in the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). For public Q&A, use the [`ui5-cli` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/ui5-cli). ## Licensing -Copyright 2025 SAP SE or an SAP affiliate company and UI5 Tooling Extensions contributors. Please see our [LICENSE.txt](../../LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-tooling-extensions). +Copyright 2025 SAP SE or an SAP affiliate company and UI5 CLI Extensions contributors. Please see our [LICENSE.txt](../../LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/UI5/cli-extensions). diff --git a/package-lock.json b/package-lock.json index 449883fa..558f4b0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "ui5-tooling-extensions", + "name": "ui5-cli-extensions", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "ui5-tooling-extensions", + "name": "ui5-cli-extensions", "version": "0.0.0", "license": "Apache-2.0", "workspaces": [ diff --git a/package.json b/package.json index 693da810..a5d3790d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "ui5-tooling-extensions", + "name": "ui5-cli-extensions", "private": true, "version": "0.0.0", - "description": "A repository offering extensions of UI5 Tooling", + "description": "A repository offering extensions of UI5 CLI", "author": { "name": "SAP SE", "email": "openui5@sap.com", @@ -21,7 +21,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "git@github.com:SAP/ui5-tooling-extensions.git" + "url": "git@github.com:UI5/cli-extensions.git" }, "engines": { "node": "^20.11.0 || >=22.0.0", diff --git a/packages/middleware-code-coverage/CHANGELOG.md b/packages/middleware-code-coverage/CHANGELOG.md index ad45b807..54cbcf70 100644 --- a/packages/middleware-code-coverage/CHANGELOG.md +++ b/packages/middleware-code-coverage/CHANGELOG.md @@ -1,15 +1,15 @@ # Changelog -## [2.0.1](https://github.com/SAP/ui5-tooling-extensions/compare/middleware-code-coverage-v2.0.0...middleware-code-coverage-v2.0.1) (2024-09-20) +## [2.0.1](https://github.com/UI5/cli-extensions/compare/middleware-code-coverage-v2.0.0...middleware-code-coverage-v2.0.1) (2024-09-20) ### Dependencies -* Bump body-parser from 1.20.2 to 1.20.3 ([a244517](https://github.com/SAP/ui5-tooling-extensions/commit/a244517c4736b9fa9ec80e813c1bf61ac22a2011)) -* Bump serve-static from 1.15.0 to 1.16.0 ([c2bedbf](https://github.com/SAP/ui5-tooling-extensions/commit/c2bedbffb5054cab75a9b0274385a0a42b3e177e)) -* Bump sinon from 18.0.1 to 19.0.2 and router from 1.3.8 to 2.0.0 ([#303](https://github.com/SAP/ui5-tooling-extensions/issues/303)) ([1516b38](https://github.com/SAP/ui5-tooling-extensions/commit/1516b383c2bda0db3a78634f7181bcf0d56fcaf7)) +* Bump body-parser from 1.20.2 to 1.20.3 ([a244517](https://github.com/UI5/cli-extensions/commit/a244517c4736b9fa9ec80e813c1bf61ac22a2011)) +* Bump serve-static from 1.15.0 to 1.16.0 ([c2bedbf](https://github.com/UI5/cli-extensions/commit/c2bedbffb5054cab75a9b0274385a0a42b3e177e)) +* Bump sinon from 18.0.1 to 19.0.2 and router from 1.3.8 to 2.0.0 ([#303](https://github.com/UI5/cli-extensions/issues/303)) ([1516b38](https://github.com/UI5/cli-extensions/commit/1516b383c2bda0db3a78634f7181bcf0d56fcaf7)) -## [2.0.0](https://github.com/SAP/ui5-tooling-extensions/compare/middleware-code-coverage-v1.1.1...middleware-code-coverage-v2.0.0) (2024-07-25) +## [2.0.0](https://github.com/UI5/cli-extensions/compare/middleware-code-coverage-v1.1.1...middleware-code-coverage-v2.0.0) (2024-07-25) ### ⚠ BREAKING CHANGES @@ -18,66 +18,66 @@ ### Features -* Drop support for node v16, v18, v21 ([#267](https://github.com/SAP/ui5-tooling-extensions/issues/267)) ([40b607e](https://github.com/SAP/ui5-tooling-extensions/commit/40b607e999a840b9135c2fcd1989d8505cf873f7)) +* Drop support for node v16, v18, v21 ([#267](https://github.com/UI5/cli-extensions/issues/267)) ([40b607e](https://github.com/UI5/cli-extensions/commit/40b607e999a840b9135c2fcd1989d8505cf873f7)) ### Dependencies -* bump istanbul-lib-instrument from 6.0.1 to 6.0.2 ([b7e0c58](https://github.com/SAP/ui5-tooling-extensions/commit/b7e0c58f0774f8e33d8f55969b127b25d773f9e2)) -* bump istanbul-reports from 3.1.6 to 3.1.7 ([db471fd](https://github.com/SAP/ui5-tooling-extensions/commit/db471fd60c7d8d39baec3e50a68be6b191ba2c0b)) +* bump istanbul-lib-instrument from 6.0.1 to 6.0.2 ([b7e0c58](https://github.com/UI5/cli-extensions/commit/b7e0c58f0774f8e33d8f55969b127b25d773f9e2)) +* bump istanbul-reports from 3.1.6 to 3.1.7 ([db471fd](https://github.com/UI5/cli-extensions/commit/db471fd60c7d8d39baec3e50a68be6b191ba2c0b)) -## [1.1.1](https://github.com/SAP/ui5-tooling-extensions/compare/middleware-code-coverage-v1.1.0...middleware-code-coverage-v1.1.1) (2023-11-24) +## [1.1.1](https://github.com/UI5/cli-extensions/compare/middleware-code-coverage-v1.1.0...middleware-code-coverage-v1.1.1) (2023-11-24) ### Bug Fixes -* **middleware-code-coverage:** fix incomplete string escaping or encoding ([#194](https://github.com/SAP/ui5-tooling-extensions/issues/194)) ([87cabdb](https://github.com/SAP/ui5-tooling-extensions/commit/87cabdb6c6839e19c088e675b97b3f1e0beb9f81)) +* **middleware-code-coverage:** fix incomplete string escaping or encoding ([#194](https://github.com/UI5/cli-extensions/issues/194)) ([87cabdb](https://github.com/UI5/cli-extensions/commit/87cabdb6c6839e19c088e675b97b3f1e0beb9f81)) ### Dependencies -* bump istanbul-lib-coverage from 3.2.0 to 3.2.2 ([a60139b](https://github.com/SAP/ui5-tooling-extensions/commit/a60139b21428b95832a1ed8525ddb573d16c0ec5)) -* bump istanbul-lib-instrument from 6.0.0 to 6.0.1 ([0057e96](https://github.com/SAP/ui5-tooling-extensions/commit/0057e96105faabec6a391c02f90b271f70128382)) +* bump istanbul-lib-coverage from 3.2.0 to 3.2.2 ([a60139b](https://github.com/UI5/cli-extensions/commit/a60139b21428b95832a1ed8525ddb573d16c0ec5)) +* bump istanbul-lib-instrument from 6.0.0 to 6.0.1 ([0057e96](https://github.com/UI5/cli-extensions/commit/0057e96105faabec6a391c02f90b271f70128382)) -## [1.1.0](https://github.com/SAP/ui5-tooling-extensions/compare/middleware-code-coverage-v1.0.3...middleware-code-coverage-v1.1.0) (2023-09-19) +## [1.1.0](https://github.com/UI5/cli-extensions/compare/middleware-code-coverage-v1.0.3...middleware-code-coverage-v1.1.0) (2023-09-19) ### Features -* **middleware-code-coverage:** allow coverage watermarks configuration via frontend ([#145](https://github.com/SAP/ui5-tooling-extensions/issues/145)) ([ece9fa6](https://github.com/SAP/ui5-tooling-extensions/commit/ece9fa64e04a93d69d910a41016ad197fa0beae9)) +* **middleware-code-coverage:** allow coverage watermarks configuration via frontend ([#145](https://github.com/UI5/cli-extensions/issues/145)) ([ece9fa6](https://github.com/UI5/cli-extensions/commit/ece9fa64e04a93d69d910a41016ad197fa0beae9)) ### Dependencies -* bump istanbul-lib-instrument from 5.2.1 to 6.0.0 ([fbf8b29](https://github.com/SAP/ui5-tooling-extensions/commit/fbf8b29664fb6a9f953ea88dd22b14911be0dffe)) -* bump istanbul-lib-report from 3.0.0 to 3.0.1 ([9bc4b39](https://github.com/SAP/ui5-tooling-extensions/commit/9bc4b39ba91aebcd34e3b1d91cdd0cf545cc7f46)) -* bump istanbul-reports from 3.1.5 to 3.1.6 ([bd5a78a](https://github.com/SAP/ui5-tooling-extensions/commit/bd5a78abaf0cf8a1218db9b2e076442398e4c184)) -* bump xml2js from 0.6.0 to 0.6.2 ([18904fe](https://github.com/SAP/ui5-tooling-extensions/commit/18904fee24f2a06ace088d2eb639154acb1375a6)) +* bump istanbul-lib-instrument from 5.2.1 to 6.0.0 ([fbf8b29](https://github.com/UI5/cli-extensions/commit/fbf8b29664fb6a9f953ea88dd22b14911be0dffe)) +* bump istanbul-lib-report from 3.0.0 to 3.0.1 ([9bc4b39](https://github.com/UI5/cli-extensions/commit/9bc4b39ba91aebcd34e3b1d91cdd0cf545cc7f46)) +* bump istanbul-reports from 3.1.5 to 3.1.6 ([bd5a78a](https://github.com/UI5/cli-extensions/commit/bd5a78abaf0cf8a1218db9b2e076442398e4c184)) +* bump xml2js from 0.6.0 to 0.6.2 ([18904fe](https://github.com/UI5/cli-extensions/commit/18904fee24f2a06ace088d2eb639154acb1375a6)) -## [1.0.3](https://github.com/SAP/ui5-tooling-extensions/compare/middleware-code-coverage-v1.0.2...middleware-code-coverage-v1.0.3) (2023-04-18) +## [1.0.3](https://github.com/UI5/cli-extensions/compare/middleware-code-coverage-v1.0.2...middleware-code-coverage-v1.0.3) (2023-04-18) ### Bug Fixes -* **middleware-code-coverage:** ignore excludes marked as 'external' ([#82](https://github.com/SAP/ui5-tooling-extensions/issues/82)) ([7daeaea](https://github.com/SAP/ui5-tooling-extensions/commit/7daeaea7634013148b8784e94357b60968b718d7)) +* **middleware-code-coverage:** ignore excludes marked as 'external' ([#82](https://github.com/UI5/cli-extensions/issues/82)) ([7daeaea](https://github.com/UI5/cli-extensions/commit/7daeaea7634013148b8784e94357b60968b718d7)) -## [1.0.2](https://github.com/SAP/ui5-tooling-extensions/compare/middleware-code-coverage-v1.0.1...middleware-code-coverage-v1.0.2) (2023-04-14) +## [1.0.2](https://github.com/UI5/cli-extensions/compare/middleware-code-coverage-v1.0.1...middleware-code-coverage-v1.0.2) (2023-04-14) ### Bug Fixes -* **deps:** bump xml2js from 0.4.23 to 0.5.0 ([#77](https://github.com/SAP/ui5-tooling-extensions/issues/77)) ([300d62e](https://github.com/SAP/ui5-tooling-extensions/commit/300d62ebc44e404e0fcea07168bff72b46455628)) +* **deps:** bump xml2js from 0.4.23 to 0.5.0 ([#77](https://github.com/UI5/cli-extensions/issues/77)) ([300d62e](https://github.com/UI5/cli-extensions/commit/300d62ebc44e404e0fcea07168bff72b46455628)) -## [1.0.1](https://github.com/SAP/ui5-tooling-extensions/compare/middleware-code-coverage-v1.0.0...middleware-code-coverage-v1.0.1) (2023-03-28) +## [1.0.1](https://github.com/UI5/cli-extensions/compare/middleware-code-coverage-v1.0.0...middleware-code-coverage-v1.0.1) (2023-03-28) ### Bug Fixes -* **middleware-code-coverage:** fix ping endpoint middleware version ([e59e921](https://github.com/SAP/ui5-tooling-extensions/commit/e59e921780ace11cdf2bc1ff98e2af241580f118)) +* **middleware-code-coverage:** fix ping endpoint middleware version ([e59e921](https://github.com/UI5/cli-extensions/commit/e59e921780ace11cdf2bc1ff98e2af241580f118)) ## 1.0.0 (2023-03-22) ### Features -* **middleware-code-coverage:** add middleware ([e122b92](https://github.com/SAP/ui5-tooling-extensions/commit/e122b92db5e2cbc3a419be0c8b9ff4e849659a1c)) +* **middleware-code-coverage:** add middleware ([e122b92](https://github.com/UI5/cli-extensions/commit/e122b92db5e2cbc3a419be0c8b9ff4e849659a1c)) diff --git a/packages/middleware-code-coverage/README.md b/packages/middleware-code-coverage/README.md index da552ad1..b0cfc1d9 100644 --- a/packages/middleware-code-coverage/README.md +++ b/packages/middleware-code-coverage/README.md @@ -1,11 +1,11 @@ # UI5 Middleware Code Coverage -This UI5 Tooling Server Middleware offers code instrumentation powered by [Istanbul](https://istanbul.js.org/). This makes it easy to enable client-side coverage determination. +This UI5 CLI Server Middleware offers code instrumentation powered by [Istanbul](https://istanbul.js.org/). This makes it easy to enable client-side coverage determination. -[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-tooling-extensions/badge.svg)](https://coveralls.io/github/SAP/ui5-tooling-extensions) +[![Coverage Status](https://coveralls.io/repos/github/UI5/cli-extensions/badge.svg)](https://coveralls.io/github/UI5/cli-extensions) [![OpenUI5 Community Slack (#tooling channel)](https://img.shields.io/badge/slack-join-44cc11.svg)](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) -[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-tooling-extensions)](https://api.reuse.software/info/github.com/SAP/ui5-tooling-extensions) +[![REUSE status](https://api.reuse.software/badge/github.com/UI5/cli-extensions)](https://api.reuse.software/info/github.com/UI5/cli-extensions) ## Sample @@ -13,11 +13,11 @@ You find this middleware in action in the [OpenUI5 Sample App](https://github.co ## Requirements -This middleware requires UI5 Tooling v3 and is meant for UI5 1.113 and above. +This middleware requires UI5 CLI v3 and is meant for UI5 1.113 and above. ## Limitations -Note that this middleware is currently not compatible with TypeScript based projects, see [TypeScript support #189](https://github.com/SAP/ui5-tooling-extensions/issues/189). +Note that this middleware is currently not compatible with TypeScript based projects, see [TypeScript support #189](https://github.com/UI5/cli-extensions/issues/189). ## Install @@ -211,16 +211,16 @@ The `qunit-coverage-istanbul.js` (part of `sap.ui.core` library) file requests t ## Code of Conduct -Please check our [Code of Conduct](https://github.com/SAP/ui5-tooling-extensions/blob/main/CODE_OF_CONDUCT.md). +Please check our [Code of Conduct](https://github.com/UI5/cli-extensions/blob/main/CODE_OF_CONDUCT.md). ## Contributing -Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md). +Please check our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md). ## Support -Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue. Or chat with us in the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). For public Q&A, use the [`ui5-tooling` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/ui5-tooling). +Please follow our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue. Or chat with us in the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). For public Q&A, use the [`ui5-cli` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/ui5-cli). ## Licensing -Copyright 2025 SAP SE or an SAP affiliate company and UI5 Tooling Extensions contributors. Please see our [LICENSE.txt](../../LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-tooling-extensions). +Copyright 2025 SAP SE or an SAP affiliate company and UI5 CLI Extensions contributors. Please see our [LICENSE.txt](../../LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/UI5/cli-extensions). diff --git a/packages/middleware-code-coverage/eslint.common.config.js b/packages/middleware-code-coverage/eslint.common.config.js index ab97b4f6..be5dd78a 100644 --- a/packages/middleware-code-coverage/eslint.common.config.js +++ b/packages/middleware-code-coverage/eslint.common.config.js @@ -7,7 +7,7 @@ import google from "eslint-config-google"; export default [ { ignores: [ - // Common ignore patterns across all tooling repos + // Common ignore patterns across all UI5 CLI repos "**/coverage/", "test/tmp/", "test/expected/", @@ -20,7 +20,7 @@ export default [ google, ava.configs["flat/recommended"], { - name: "Common ESLint config used for all tooling repos", + name: "Common ESLint config used for all UI5 CLI repos", plugins: { jsdoc, diff --git a/packages/middleware-code-coverage/lib/middleware.js b/packages/middleware-code-coverage/lib/middleware.js index f81f5dba..08e5fca0 100644 --- a/packages/middleware-code-coverage/lib/middleware.js +++ b/packages/middleware-code-coverage/lib/middleware.js @@ -20,7 +20,7 @@ import {promisify} from "node:util"; * Logger instance for use in the custom middleware. * This parameter is only provided to custom middleware * @param {object} parameters.middlewareUtil Specification version dependent interface to a - * [MiddlewareUtil]{https://sap.github.io/ui5-tooling/v3/api/@ui5_server_middleware_MiddlewareUtil.html} instance + * [MiddlewareUtil]{https://ui5.github.io/cli/v3/api/@ui5_server_middleware_MiddlewareUtil.html} instance * @param {object} parameters.options Options * @param {string} [parameters.options.configuration] Custom server middleware configuration if given in ui5.yaml * @param {object} parameters.resources Resource collections diff --git a/packages/middleware-code-coverage/package.json b/packages/middleware-code-coverage/package.json index e9058920..da141430 100644 --- a/packages/middleware-code-coverage/package.json +++ b/packages/middleware-code-coverage/package.json @@ -1,7 +1,7 @@ { "name": "@ui5/middleware-code-coverage", "version": "2.0.1", - "description": "UI5 Tooling middleware to instrument code coverage with Istanbul", + "description": "UI5 CLI middleware to instrument code coverage with Istanbul", "author": { "name": "SAP SE", "email": "openui5@sap.com", @@ -20,7 +20,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "git@github.com:SAP/ui5-tooling-extensions.git" + "url": "git@github.com:UI5/cli-extensions.git" }, "type": "module", "files": [ diff --git a/ui5-tooling-extensions.code-workspace b/ui5-cli-extensions.code-workspace similarity index 96% rename from ui5-tooling-extensions.code-workspace rename to ui5-cli-extensions.code-workspace index 4d4a4860..c882c0d2 100644 --- a/ui5-tooling-extensions.code-workspace +++ b/ui5-cli-extensions.code-workspace @@ -5,7 +5,7 @@ "path": "packages/middleware-code-coverage" }, { - "name": "ui5-tooling-extensions", + "name": "ui5-cli-extensions", "path": "." } ], diff --git a/ui5-tooling-extensions.sublime-project b/ui5-cli-extensions.sublime-project similarity index 100% rename from ui5-tooling-extensions.sublime-project rename to ui5-cli-extensions.sublime-project