Skip to content

Commit c65bd98

Browse files
authored
Merge pull request #9 from TIBCOSoftware/add-tpcls
Add tpcls
2 parents 502e9ac + 8a8011c commit c65bd98

File tree

15 files changed

+132346
-12563
lines changed

15 files changed

+132346
-12563
lines changed

LICENSE.TXT

Lines changed: 0 additions & 12531 deletions
Large diffs are not rendered by default.

NOTICE

Lines changed: 12680 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [The TIBCO Developer Hub](https://backstage.io)
1+
# [The TIBCO® Developer Hub](https://backstage.io)
22

3-
The TIBCO Developer Hub is powered by the Backstage platform. See the Backstage.io documentation for more details.
3+
The TIBCO® Developer Hub is powered by the Backstage platform. See the Backstage.io documentation for more details.
44

55
## Architecture
66

@@ -97,11 +97,13 @@ yarn start
9797

9898
## Licenses
9999

100-
This project (TIBCO Developer Hub) is licensed under the [Apache 2.0 License](LICENSE.TXT).
100+
This project (TIBCO® Developer Hub) is licensed under the [Apache 2.0 License](LICENSE.TXT).
101101

102102
### Other Software
103103

104-
When you use some of the TIBCO Developer Hub, you fetch and use other charts that might fetch other container images, each with its own licenses. A partial summary of the third party software and licenses used in this project is available [here](./docs/third-party-software-licenses.md).
104+
When you use some of the TIBCO® Developer Hub, you fetch and use other charts that might fetch other container images, each with its own licenses.
105+
106+
A partial summary of the third party software and licenses used in this project is available [here](./docs/third-party-software-licenses.txt).
105107

106108
---
107109

app-config.production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app:
2-
title: The TIBCO Developer Hub
2+
title: TIBCO® Developer Hub
33
# Should be the same as backend.baseUrl when using the `app-backend` plugin.
44
baseUrl: http://localhost:7007/tibco/hub
55
support:
@@ -95,6 +95,6 @@ auth:
9595
scaffolder:
9696
# see https://backstage.io/docs/features/software-templates/configuration for software template options
9797
defaultAuthor:
98-
name: TIBCO Developer Hub # Defaults to `Scaffolder`
98+
name: TIBCO® Developer Hub # Defaults to `Scaffolder`
9999
email: test@test.com # Defaults to `scaffolder@backstage.io`
100100
defaultCommitMessage: 'Initial commit' # Defaults to 'Initial commit'

app-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app:
2-
title: The TIBCO Developer Hub
2+
title: TIBCO® Developer Hub
33
baseUrl: http://localhost:3000/tibco/hub
44
support:
55
url: https://support.tibco.com/s/
@@ -108,7 +108,7 @@ auth:
108108
scaffolder:
109109
# see https://backstage.io/docs/features/software-templates/configuration for software template options
110110
defaultAuthor:
111-
name: TIBCO Developer Hub # Defaults to `Scaffolder`
111+
name: TIBCO® Developer Hub # Defaults to `Scaffolder`
112112
email: test@test.com # Defaults to `scaffolder@backstage.io`
113113
defaultCommitMessage: 'Initial commit' # Defaults to 'Initial commit'
114114

build/platform/charts/tibco-developer-hub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: tibco-developer-hub
3-
description: A Helm chart for TIBCO Developer Hub
3+
description: A Helm chart for TIBCO® Developer Hub
44
type: application
55

66
# This is the chart version. This version number should be incremented each time you make changes

docs/app-config-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# App config extensions
22

3-
This document describes TIBCO Developer Hub custom extensions to the `app-config.yaml` schema.
3+
This document describes TIBCO® Developer Hub custom extensions to the `app-config.yaml` schema.
44

55
These are also described in the [`config.d.ts` file](../config.d.ts) with more details about each field.
66

@@ -51,5 +51,5 @@ Example config:
5151
cpLink: 'https://control-plane.domain.com'
5252

5353
No need to provide this in configuration.
54-
This is filled automatically while provisioing Tibco Developer Hub for a data plane.
54+
This is filled automatically while provisioing TIBCO® Developer Hub for a data plane.
5555
```

docs/third-party-software-licenses.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/third-party-software-licenses.txt

Lines changed: 119645 additions & 0 deletions
Large diffs are not rendered by default.

packages/app/src/components/home/components/Introduction/Introduction.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { Link } from 'react-router-dom';
66
export const Introduction = () => {
77
return (
88
<div className="tpdh-intro-container">
9-
<div className="tpdh-intro-title">What is the TIBCO Developer Hub ?</div>
9+
<div className="tpdh-intro-title">What is the TIBCO® Developer Hub ?</div>
1010
<p className="tpdh-intro-desc">
11-
Welcome to the TIBCO Developer Hub. This is a one-stop shop for a
11+
Welcome to the TIBCO® Developer Hub. This is a one-stop shop for
1212
developers on TIBCO Platform, here you can find and share documentation
1313
and assets with other developers. Aso you can create new TIBCO assets
1414
based on templates, you can manage and view your build pipelines and

0 commit comments

Comments
 (0)