Skip to content

Commit

Permalink
Zowe Suite v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Apr 13, 2022
2 parents b13eca1 + 22daae1 commit 75ccdfa
Show file tree
Hide file tree
Showing 25 changed files with 8,015 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: '[Prep 2] Setup Node'
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: '[Prep 3] Setup jFrog CLI'
uses: jfrog/setup-jfrog-cli@v2
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to the Zlux App Manager will be documented in this file.

## `2.0.0`

- New desktop library versions: Angular 6->12, Corejs 2->3, Typescript 2->4 etc. For more information, visit https://www.zowe.org/vnext
- Enhancement: New desktop library versions: Angular 6->12, Corejs 2->3, Typescript 2->4 etc. For more information, visit https://www.zowe.org/vnext
- Breaking change: Due to new library versions, native apps such as Angular and React apps written for Zowe v1 may not work in Zowe v2. Rebuilding the apps with the same versions and the latest webpack build scripts is recommended.
- Enhancement: The web-browser and admin-desktop-notification apps now contains a manifest file so that it can be installed with `zwe components install`

## `1.25.0`

Expand Down
3,109 changes: 3,096 additions & 13 deletions bootstrap/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bootstrap/pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "org.zowe.zlux.bootstrap",
"apiVersion": "1.0.0",
"apiVersion": "2.0.0",
"pluginVersion": "0.0.0-zlux.version.replacement",
"pluginType": "bootstrap",
"webContent": {},
Expand Down
27 changes: 27 additions & 0 deletions system-apps/admin-notification-app/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: admin-desktop-notification
id: org.zowe.zlux.ng2desktop.admin-notification
# Without the v
version: 2.0.0
# Human readable component name
title: 'Admin Desktop Notification'
# Human readable component description
description: 'Send admin notifications to users of the Desktop'
homepage: https://zowe.org
keywords:
- zlux
- appfw
- app
- angular
license: EPL-2.0
repository:
type: git
url: https://github.com/zowe/zlux-app-manager.git
# we do not specify encoding here because its already tagged ascii
build:
branch: "{{build.branch}}"
number: "{{build.number}}"
commitHash: "{{build.commitHash}}"
timestamp: "{{build.timestamp}}"
appfwPlugins:
- path: .
18 changes: 9 additions & 9 deletions system-apps/admin-notification-app/pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"identifier": "org.zowe.zlux.ng2desktop.admin-notification",
"apiVersion": "1.0.0",
"pluginVersion": "1.0.1",
"apiVersion": "2.0.0",
"pluginVersion": "2.0.0",
"pluginType": "application",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/zlux-app-manager",
"isSystemPlugin":true,
"webContent": {
"framework": "angular2",
"framework": "angular",
"launchDefinition": {
"pluginShortNameKey": "Admin Notification",
"pluginShortNameDefault": "Admin Notification",
"pluginShortNameDefault": "Admin Desktop Notification",
"imageSrc": "assets/icon.png"
},
"descriptionKey": "notificationDescription",
"descriptionDefault": "Admin Notification App",
"isSingleWindowApp": true,
"descriptionDefault": "Send admin notifications to users of the Desktop",
"defaultWindowStyle": {
"width": 400,
"height": 400,
"x": 0,
"y": 0
"height": 400
}
}
}
10 changes: 5 additions & 5 deletions system-apps/admin-notification-app/webClient/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions system-apps/admin-notification-app/webClient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-notification",
"version": "1.0.1",
"name": "admin-desktop-notification",
"version": "2.0.0",
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
Expand Down
8 changes: 4 additions & 4 deletions system-apps/app-generator/nodeServer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions system-apps/app-generator/webClient/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions system-apps/app-prop-viewer/pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"identifier": "org.zowe.zlux.appmanager.app.propview",
"apiVersion": "1.0.0",
"pluginVersion": "1.0.2",
"apiVersion": "2.0.0",
"pluginVersion": "2.0.0",
"pluginType": "application",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/zlux-app-manager",
"isSystemPlugin":true,
"webContent": {
"framework": "angular2",
"framework": "angular",
"launchDefinition": {
"pluginShortNameKey": "Zowe Viewer",
"pluginShortNameDefault": "Zowe Viewer",
Expand Down
14 changes: 7 additions & 7 deletions system-apps/app-prop-viewer/webClient/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system-apps/app-prop-viewer/webClient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.zowe.zlux.appmanager.app.propview.webclient",
"version": "1.0.2",
"version": "2.0.0",
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
Expand Down
9 changes: 6 additions & 3 deletions system-apps/system-settings-preferences/pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"identifier": "org.zowe.zlux.ng2desktop.settings",
"apiVersion": "1.0.0",
"pluginVersion": "1.0.3",
"apiVersion": "2.0.0",
"pluginVersion": "2.0.0",
"pluginType": "application",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/zlux-app-manager",
"isSystemPlugin":true,
"webContent": {
"framework": "angular2",
"framework": "angular",
"launchDefinition": {
"pluginShortNameKey": "Personalization",
"pluginShortNameDefault": "Personalization",
Expand Down
76 changes: 13 additions & 63 deletions system-apps/system-settings-preferences/webClient/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.zowe.zlux.ng2desktop.settings",
"version": "1.0.3",
"version": "2.0.0",
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
Expand Down
Loading

0 comments on commit 75ccdfa

Please sign in to comment.