Skip to content

Copied 1.7.0 packages related changes to Open source repo. #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ environment.sh

.idea

# Local environment variables
/.env.yarn
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ENV NODE_ENV=production
RUN --mount=type=cache,target=/var/cache/apk,sharing=locked,uid=65532,gid=65532 \
--mount=type=cache,target=/var/lib/apk,sharing=locked,uid=65532,gid=65532 \
apk update && \
apk add \
apk add git \
# add node for backstage
nodejs-$NODE_VERSION \
# add python for backstage techdocs
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ docker build -t <customImageName:customImageTag> .

| TIBCO Developer Hub Version | Minimum TIBCO Platform Version |
|-----------------------------|--------------------------------|
| 1.7.0 | 1.7.0 |
| 1.6.0 | 1.6.0 |
| 1.5.1 | 1.4.0 |
| 1.5.0 | 1.4.0 |
Expand Down
15 changes: 11 additions & 4 deletions app-config.production.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define: &docUrl 'https://docs.tibco.com/go/platform-cp/1.6.0/doc/html#cshid=developer_hub_overview'
define: &docUrl ${DOC_URL}
app:
title: TIBCO® Developer Hub
# Should be the same as backend.baseUrl when using the `app-backend` plugin.
Expand All @@ -7,16 +7,22 @@ app:
url: https://support.tibco.com/s/
items:
- title: 'TIBCO Support Page'
icon: 'email'
icon: email
links:
- url: 'https://support.tibco.com/s/'
title: 'TIBCO Support'
- title: 'TIBCO Documentation Page'
icon: 'docs'
icon: docs
links:
- url: *docUrl
title: 'TIBCO® Developer Hub Documentation'
- title: 'TIBCO® Developer Hub Open Source Repository'
icon: github
links:
- url: 'https://github.com/TIBCOSoftware/tibco-developer-hub'
title: 'TIBCO® Developer Hub Open Source Repository'
docUrl: *docUrl

organization:
name: TIBCO Software's

Expand Down Expand Up @@ -88,6 +94,7 @@ auth:
# see https://backstage.io/docs/auth/ to learn about auth providers
environment: production
providers:
guest: null
# Needs to be enabled if you want to try out Github auth
# See https://backstage.io/docs/auth/github/provider to learn about GitHub Authentication Provider
# While creating OAuth App on GitHub, The Homepage URL should point to TIBCO® Developer Hub frontend including '/tibco/hub' in the URL ,while the Authorization callback URL will point to the TIBCO® Developer Hub backend which also includes '/tibco/hub' in the URL
Expand All @@ -109,4 +116,4 @@ scaffolder:
defaultAuthor:
name: TIBCO® Developer Hub # Defaults to `Scaffolder`
email: test@test.com # Defaults to `scaffolder@backstage.io`
defaultCommitMessage: 'Initial commit' # Defaults to 'Initial commit'
defaultCommitMessage: 'Initial commit' # Defaults to 'Initial commit'
22 changes: 21 additions & 1 deletion app-config.template-local.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# copy this file and rename it to app-config.local.yaml
# then make any updates as needed
# all *.local.yaml files are ignored by git so it's safe to define secrets in that file
define: &docUrl https://docs.tibco.com/go/platform-cp/1.7.0/doc/html#cshid=developer_hub_overview
app:
baseUrl: http://localhost:3000
docUrl: *docUrl
support:
url: https://support.tibco.com/s/
items:
- title: 'TIBCO Support Page'
icon: email
links:
- url: 'https://support.tibco.com/s/'
title: 'TIBCO Support'
- title: 'TIBCO Documentation Page'
icon: docs
links:
- url: *docUrl
title: 'TIBCO® Developer Hub Documentation'
- title: 'TIBCO® Developer Hub Open Source Repository'
icon: github
links:
- url: 'https://github.com/TIBCOSoftware/tibco-developer-hub'
title: 'TIBCO® Developer Hub Open Source Repository'

backend:
baseUrl: http://localhost:7007
Expand Down Expand Up @@ -69,4 +89,4 @@ auth:
# Available providers: [github, guest]
# # on local developer setups only github and guest auth providers are available
# # Oauthproxy will only be available in Dataplane deployments.
enableAuthProviders: [guest]
enableAuthProviders: [guest]
13 changes: 9 additions & 4 deletions app-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
define: &docUrl 'https://docs.tibco.com/go/platform-cp/1.6.0/doc/html#cshid=developer_hub_overview'
define: &docUrl ${DOC_URL}
app:
title: TIBCO® Developer Hub
baseUrl: http://localhost:3000/tibco/hub
baseUrl: http://localhost:7007/tibco/hub
support:
url: https://support.tibco.com/s/
items:
- title: 'TIBCO Support Page'
icon: 'email'
icon: email
links:
- url: 'https://support.tibco.com/s/'
title: 'TIBCO Support'
- title: 'TIBCO Documentation Page'
icon: 'docs'
icon: docs
links:
- url: *docUrl
title: 'TIBCO® Developer Hub Documentation'
- title: 'TIBCO® Developer Hub Open Source Repository'
icon: github
links:
- url: 'https://github.com/TIBCOSoftware/tibco-developer-hub'
title: 'TIBCO® Developer Hub Open Source Repository'
docUrl: *docUrl

organization:
Expand Down
28 changes: 28 additions & 0 deletions docs/app-config-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,34 @@ walkThrough:
link: 'http://www.some-external-link.com/walk-through2'
```

## Template Groups

Configuration for the template groups in template page when click on the Develop button

Example config:

```yaml
templateGroups:
- name: templateGroup1
tagFilters: ['bwce', 'recommended']
- name: templateGroup2
tagFilters: ['flogo']
```

## Import Flow Groups

Configuration for the import flow groups in import flow page when click on the Import Flow button

Example config:

```yaml
importFlowGroups:
- name: importFlowGroup1
tagFilters: ['bwce', 'recommended']
- name: importFlowGroup2
tagFilters: ['flogo']
```

## Cp Link

Control plane link for the TIBCO® Developer Hub.
Expand Down
Loading