Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,7 +10,7 @@ assignees: ''

<!--
Hey there 👋 Please have a look at our guidelines on reporting issues:
https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#-reporting-issues
https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#-reporting-issues

Please use this template and replace as many "{...}" and "unknown" as possible.
Thank you 🧡
Expand All @@ -36,7 +36,7 @@ Thank you 🧡

## Context

- UI5 Tooling Extension package and version
- UI5 CLI Extension package and version
- UI5 Module Version (output of `ui5 --version` when using the CLI): **`unknown`**
- Node.js Version: **`unknown`**
- npm Version: `unknown`
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
about: Request a new feature to be added to a package part of UI5 Tooling Extensions
about: Request a new feature to be added to a package part of UI5 CLI Extensions
title: ''
type: Feature
assignees: ''
Expand All @@ -9,7 +9,7 @@ assignees: ''

<!--
Hey there 👋 Please also have a look at our guidelines on feature requests:
https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#-feature-requests
https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#-feature-requests
-->

## Is your feature request related to a problem? Please describe.
Expand Down
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
28 changes: 14 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to the UI5 Tooling
# Contributing to the UI5 CLI

## Content

Expand All @@ -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.
Expand All @@ -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

Expand All @@ -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
Expand All @@ -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.

Expand All @@ -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)

Expand All @@ -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).**
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
6 changes: 3 additions & 3 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version = 1
SPDX-PackageName = "ui5-tooling"
SPDX-PackageName = "ui5-cli-extensions"
SPDX-PackageSupplier = "SAP OpenUI5 <openui5@sap.com>"
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"
6 changes: 3 additions & 3 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -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).
Loading