Skip to content

Commit 89b8b74

Browse files
committed
[FIX] Rename project to UI5 CLI
JIRA: CPOUI5FOUNDATION-1098
1 parent 5fd82fd commit 89b8b74

13 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 🚨 Issues Have Been Transferred to UI5 Tooling Repository
1+
## 🚨 Issues Have Been Transferred to UI5 CLI Repository
22

3-
Please create new issues in the UI5 Tooling repository: https://github.com/SAP/ui5-tooling/issues/new/choose
3+
Please create new issues in the UI5 CLI repository: https://github.com/UI5/cli/issues/new/choose

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Report UI5 Tooling Issues or Request a Feature
4-
url: https://github.com/SAP/ui5-tooling/issues/new/choose
5-
about: Please create new issues in the UI5 Tooling repository
3+
- name: Report UI5 CLI Issues or Request a Feature
4+
url: https://github.com/UI5/cli/issues/new/choose
5+
about: Please create new issues in the UI5 CLI repository

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To get it merged faster, kindly review the checklist below:
44

55
## Pull Request Checklist
6-
- [ ] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#-contributing-code)
7-
+ Especially the [How to Contribute](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#how-to-contribute) section
8-
- [ ] [No merge commits](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md#no-merge-commits)
9-
- [ ] [Correct commit message style](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md#commit-message-style)
6+
- [ ] Reviewed the [Contributing Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#-contributing-code)
7+
+ Especially the [How to Contribute](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#how-to-contribute) section
8+
- [ ] [No merge commits](https://github.com/UI5/cli/blob/main/docs/Guidelines.md#no-merge-commits)
9+
- [ ] [Correct commit message style](https://github.com/UI5/cli/blob/main/docs/Guidelines.md#commit-message-style)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Contributing to the UI5 Tooling
1+
# Contributing to the UI5 CLI
22

3-
See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md) repository.
3+
See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md) repository.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/main/docs/images/UI5_logo_wide.png)
1+
![UI5 icon](https://raw.githubusercontent.com/UI5/cli/main/docs/images/UI5_logo_wide.png)
22

33
# ui5-server
44
> Modules for running a UI5 development server
5-
> Part of the [UI5 Tooling](https://github.com/SAP/ui5-tooling)
5+
> Part of the [UI5 CLI](https://github.com/UI5/cli)
66
77
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-server)](https://api.reuse.software/info/github.com/SAP/ui5-server)
88
[![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-server?branchName=main)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=34&branchName=main)
99
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fserver.svg)](https://www.npmjs.com/package/@ui5/server)
1010
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-server/badge.svg)](https://coveralls.io/github/SAP/ui5-server)
1111

1212
## Documentation
13-
UI5 Server documentation can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/v4/pages/Server/)
13+
UI5 Server documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/v4/pages/Server/)
1414

15-
The UI5 Server API Reference can be found here: [`@ui5/server`](https://sap.github.io/ui5-tooling/v4/api/module-@ui5_server.html)
15+
The UI5 Server API Reference can be found here: [`@ui5/server`](https://ui5.github.io/cli/v4/api/module-@ui5_server.html)
1616

1717
## Contributing
18-
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md).
18+
Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md).
1919

2020
## Support
21-
Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
21+
Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
2222

23-
Please report issues in the main [UI5 Tooling](https://github.com/SAP/ui5-tooling) repository.
23+
Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
2424

2525
## Release History
2626
See [CHANGELOG.md](CHANGELOG.md).

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (“AP
77
[[annotations]]
88
path = "**"
99
precedence = "aggregate"
10-
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 Tooling contributors"
10+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
1111
SPDX-License-Identifier = "Apache-2.0"
1212

1313
[[annotations]]

jsdoc.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
}
2626
},
2727
"openGraph": {
28-
"title": "UI5 Tooling - API Reference",
28+
"title": "UI5 CLI - API Reference",
2929
"type": "website",
30-
"image": "https://sap.github.io/ui5-tooling/v4/images/UI5_logo_wide.png",
31-
"site_name": "UI5 Tooling - API Reference",
32-
"url": "https://sap.github.io/ui5-tooling/"
30+
"image": "https://ui5.github.io/cli/v4/images/UI5_logo_wide.png",
31+
"site_name": "UI5 CLI - API Reference",
32+
"url": "https://ui5.github.io/cli/"
3333
},
3434
"docdash": {
3535
"sectionOrder": [
@@ -43,8 +43,8 @@
4343
"Interfaces"
4444
],
4545
"meta": {
46-
"title": "UI5 Tooling - API Reference - UI5 Server",
47-
"description": "UI5 Tooling - API Reference - UI5 Server",
46+
"title": "UI5 CLI - API Reference - UI5 Server",
47+
"description": "UI5 CLI - API Reference - UI5 Server",
4848
"keyword": "openui5 sapui5 ui5 build development tool api reference"
4949
},
5050
"search": true,

lib/middleware/MiddlewareManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ class MiddlewareManager {
101101
throw new Error(
102102
`Standard middleware "connectUi5Proxy", referenced by middleware "${middlewareName}" ` +
103103
`in project ${this.middlewareUtil.getProject()}, ` +
104-
`has been removed in this version of UI5 Tooling and can't be referenced anymore. ` +
105-
`Please see the migration guide at https://sap.github.io/ui5-tooling/updates/migrate-v3/`);
104+
`has been removed in this version of UI5 CLI and can't be referenced anymore. ` +
105+
`Please see the migration guide at https://ui5.github.io/cli/updates/migrate-v3/`);
106106
}
107107
if (refMiddlewareIdx === -1) {
108108
throw new Error(`Could not find middleware ${refMiddlewareName}, referenced by custom ` +

lib/middleware/serveResources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function createMiddleware({resources, middlewareUtil}) {
110110
res.setHeader("ETag", etagHeader);
111111
} else {
112112
// Fallback to buffer if stats are not available or insufficient or resource is modified.
113-
// Modified resources must use the buffer for cache invalidation so that UI5 Tooling changes
113+
// Modified resources must use the buffer for cache invalidation so that UI5 CLI changes
114114
// invalidate the cache even when the original resource is not modified.
115115
res.setHeader("ETag", etag(await resource.getBuffer()));
116116
}

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export async function serve(graph, {
182182
if (h2) {
183183
const nodeVersion = parseInt(process.versions.node.split(".")[0], 10);
184184
if (nodeVersion >= 24) {
185-
log.error("ERROR: With Node v24, usage of HTTP/2 is no longer supported. Please check https://github.com/SAP/ui5-tooling/issues/327 for updates.");
185+
log.error("ERROR: With Node v24, usage of HTTP/2 is no longer supported. Please check https://github.com/UI5/cli/issues/327 for updates.");
186186
process.exit(1);
187187
}
188188

0 commit comments

Comments
 (0)