Skip to content

Commit

Permalink
Zowe Suite v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Nov 7, 2020
2 parents c2a1b17 + c437248 commit 1654f0c
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 168 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Zlux Editor Changelog

## `2.3.0`

- Added ability to change owner and permissions of files and folders similar to the commands `chown` and `chmod`
- Added ability to change tagging of a file or folder of files similar to the command `chtag`

## `2.2.3`

- Bugfix: Fixed missing fonts used for icons
Expand Down
25 changes: 7 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,15 @@ This is a Monaco-powered editor of remote files and datasets that are accessible

**To request features or report bugs, please use the issues page at the [zlux repo](https://github.com/zowe/zlux/issues) with the editor or app tags**

## Install Dependencies
## Building

There is an Angular module in "webClient" folder.
This repo uses the zlux angular file tree component, which is hosted on Zowe's artifactory.
To install that as a prereq, you must first do:

Go to this folder
Configure your npm registry to pickup Zowe dependencies
`npm config set @zowe:registry https://zowe.jfrog.io/zowe/api/npm/npm-release/`

```
npm config set registry https://zowe.jfrog.io/zowe/api/npm/npm-release/
npm install
```
Afterwards, read this wiki on building: https://github.com/zowe/zlux/wiki/Building-Plugins

## Build
## Installing

Run ```npm run build``` and you will find a folder named "web" in root directory. Then this application is able to run in a zLUX environment.

This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html

SPDX-License-Identifier: EPL-2.0

Copyright Contributors to the Zowe Project.
Read this wiki on installing: https://github.com/zowe/zlux/wiki/Installing-Plugins
2 changes: 1 addition & 1 deletion pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"identifier": "org.zowe.editor",
"apiVersion": "1.0.0",
"pluginVersion": "2.2.3",
"pluginVersion": "2.3.0",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/zlux-editor",
Expand Down
1 change: 1 addition & 0 deletions webClient/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@zowe:registry=https://zowe.jfrog.io/zowe/api/npm/npm-release/
Loading

0 comments on commit 1654f0c

Please sign in to comment.