Skip to content

Commit

Permalink
IJMP-1216 Release/v1.0.3 to update some info
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <leksilonchikk@gmail.com>
  • Loading branch information
KUGDev committed Jul 18, 2023
2 parents 0469121 + e971706 commit 0953595
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 35 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# IntelliJ Plugin Changelog
# For Mainframe plug-in for IntelliJ IDEA™ Changelog

All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
All notable changes to the For Mainframe plug-in for IntelliJ IDEA™ will be documented in this file.

## `1.0.3 (2023-07-19)`

* Feature: The plug-in's description and name update

## `1.0.2 (2023-06-13)`

Expand All @@ -22,7 +26,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.

## `1.0.1 (2023-04-18)`

* Feature: Support for IntelliJ 2023.1
* Feature: Support for IntelliJ IDEA™ IDE v2023.1


* Bugfix: File is not displayed after folder moved inside another folder ([46e2fca8](https://github.com/zowe/zowe-explorer-intellij/commit/46e2fca8))
Expand All @@ -44,7 +48,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.

## `1.0.0 (2023-03-13)`

* Breaking: Java 17 usage introduced. Plugin requires to use it with IntelliJ version >= 2022.3
* Breaking: Java 17 usage introduced. Plugin requires to use it with IntelliJ IDEA™ IDE version >= 2022.3


* Feature: GitHub issue #31: Support for CHMOD operation ([3a166173](https://github.com/zowe/zowe-explorer-intellij/commit/3a166173))
Expand Down Expand Up @@ -78,7 +82,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
* Bugfix: Strange behavior of automatic reload and batch_size ([b4c5c2a6](https://github.com/zowe/zowe-explorer-intellij/commit/b4c5c2a6))
* Bugfix: Skip files copy files anyway ([237061ea](https://github.com/zowe/zowe-explorer-intellij/commit/237061ea))
* Bugfix: GitHub issue #107: I can't edit USS files ([1ff98872](https://github.com/zowe/zowe-explorer-intellij/commit/1ff98872))
* Bugfix: GitHub issue #108: Incompatible with IntelliJ 2022.3 ([9ae290d5](https://github.com/zowe/zowe-explorer-intellij/commit/9ae290d5))
* Bugfix: GitHub issue #108: Incompatible with IntelliJ IDEA™ IDEs v2022.3 ([9ae290d5](https://github.com/zowe/zowe-explorer-intellij/commit/9ae290d5))
* Bugfix: IDE error with UnsupportedEncodingException for some encodings ([06695658](https://github.com/zowe/zowe-explorer-intellij/commit/06695658))
* Bugfix: Impossible to close uss-file with write permission after changing encoding ([06695658](https://github.com/zowe/zowe-explorer-intellij/commit/06695658))
* Bugfix: There is no warning if copy/paste from remote to local ([11c4a90e](https://github.com/zowe/zowe-explorer-intellij/commit/11c4a90e))
Expand Down Expand Up @@ -126,7 +130,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.

## `0.7.0 (2022-10-31)`

* Breaking: Kotlin DSL v2 usage introduced. Plugin requires to use it with IntelliJ version >= 2022.1
* Breaking: Kotlin DSL v2 usage introduced. Plugin requires to use it with IntelliJ IDEA™ IDE version >= 2022.1


* Feature: Configurable batch size to load filter
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pipeline{
failure {
script{
if(!jiraTicket.contains('release') && !'development'.equals(jiraTicket) && !'zowe-development'.equals(jiraTicket) && !"null".equals(jiraTicket)) {
jiraAddComment idOrKey: "$jiraTicket", comment: "Hello! It's jenkins. Your push in branch failed to build for Intellij IDEA. You can get console output by the following link http://10.221.23.186:8080/job/BuildPluginPipeline/", site:"$jiraSite"
jiraAddComment idOrKey: "$jiraTicket", comment: "Hello! It's jenkins. Your push in branch failed to build for IntelliJ IDEA. You can get console output by the following link http://10.221.23.186:8080/job/BuildPluginPipeline/", site:"$jiraSite"
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Using our plugin you will be able to:

To start using the plugin:

* Install the plugin in your Intellij based IDE.
* Install the plugin in your IntelliJ IDEA™ platform based IDE.
* Contact your RACF administrator so that your user is in
the [IZUUSER RACF group](https://www.ibm.com/docs/en/zos/2.4.0?topic=guide-security-structures-zosmf)
* You are ready to go! Start working with z/OS from the IDE.
Expand All @@ -30,7 +30,7 @@ To start using the plugin:

## Introduction

"For Mainframe" is an IntelliJ plugin dedicated to facilitate working with z/OS datasets through providing a possibility
"For Mainframe" is an plug-in for IntelliJ IDEA™ dedicated to facilitate working with z/OS datasets through providing a possibility
to work with them in the IDE.

## Getting started
Expand Down Expand Up @@ -117,8 +117,8 @@ working set tree.

## Requirements

- IntelliJ IDEA version 2022.3 and later (Community will be enough)
- Java SDK 17 (IntelliJ built-in)
- IntelliJ IDEA™ platform IDE version 2022.3 and later (Community will be enough)
- Java SDK 17 (IntelliJ IDEA™ platform IDE's built-in)

## Setup steps

Expand All @@ -128,7 +128,7 @@ working set tree.

- Three options of working with the plugin are available:
- **Run plugin** - run the plugin in development mode
- **Package plugin** - make a zip portable package to install it in IntelliJ IDEA or publish somewhere
- **Package plugin** - make a zip portable package to install it in IntelliJ IDEA™ platform IDE or publish somewhere
- **Run tests** - run plugin tests to check the codebase with automated tests
- Proceed to [Contribution Guidelines](#how-to-contribute) to develop some new functionality for the project.

Expand Down Expand Up @@ -165,9 +165,9 @@ If you have any questions, related to the project development, further plans or
some of the communication chanels:

* [For Mainframe Slack channel in IBA workspace](https://iba-mainframe-tools.slack.com/archives/C01V4MZL9DH)
* [Zowe Explorer IntelliJ Slack channel in Open Mainframe Project workspace](https://openmainframeproject.slack.com/archives/C020BGPSU0M)
* [Zowe Explorer IntelliJ team Slack channel in Open Mainframe Project workspace](https://openmainframeproject.slack.com/archives/C020BGPSU0M)
* [For Mainframe GitHub (create or review issues)](https://github.com/for-mainframe/For-Mainframe/issues)
* [Zowe Explorer IntelliJ GitHub (create or review issues)](https://github.com/zowe/zowe-explorer-intellij/issues)
* [Zowe Explorer IntelliJ team GitHub (create or review issues)](https://github.com/zowe/zowe-explorer-intellij/issues)
* Email to: <a href="mailto:ukalesnikau@ibagroup.eu">Uladzislau Kalesnikau (Team Lead of the IJMP)</a>
* Email to: <a href="mailto:vkrus@ibagroup.eu">Valiantsin Krus (Tech Lead of the IJMP)</a>

Expand Down
23 changes: 4 additions & 19 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ apply(plugin = "org.jetbrains.intellij")
apply(from = "gradle/sonar.gradle")

group = "eu.ibagroup"
version = "1.0.2-232-eap"
version = "1.0.3-232-eap"
val remoteRobotVersion = "0.11.18"

repositories {
Expand Down Expand Up @@ -93,27 +93,12 @@ tasks {
untilBuild.set("232.*")
changeNotes.set(
"""
<b>WARNING: </b> version 1.0 introduces breaking change. You won't be able to use the plugin with IntelliJ version less than 2022.3
<b>WARNING: </b> version 1.0 introduces breaking change. You won't be able to use the plugin with IntelliJ IDEA™ version less than 2022.1
<br>
<br>
<b>New features:</b>
<b>Minor changes:</b>
<ul>
<li>Returned support for IntelliJ 2022.1</li>
<li>Focus on dataset name field in allocation dialog</li>
</ul>
<br>
<b>Fixed bugs:</b>
<ul>
<li>Memory leak bug</li>
<li>GitHub issue #132: IDE internal error - NPE</li>
<li>Access denied error when copy from remote to local file when local has folder with the same name</li>
<li>Paste to dataset with LRECL does not move exceeding characters to a new line</li>
<li>USS file with 0 permissions is not accessible and no error message displayed</li>
<li>Refresh does not work for job filter with one job after purge</li>
<li>Name conflict message if move uss-file from folder to mask and then back</li>
<li>File cash conflict</li>
<li>Cancel button does not work for TSO connection test during</li>
<li>Unknown file type after delete member after move</li>
<li>The plug-in's description and name update</li>
</ul>"""
)
}
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
</vendor>
<depends>com.intellij.modules.platform</depends>
<description><![CDATA[
<b>If you are going to use or are using a plugin in Android Studio, please write to us: YKirkorava@ibagroup.eu</b>
<br>
Smart and Interactive Mainframe code editing tool that brings support for browsing, editing and creating data on z/OS via <a href="https://www.ibm.com/docs/en/zos/2.4.0?topic=guide-using-zosmf-rest-services">z/OSMF REST API</a>.<br/>
IBA Group team of <b>mainframe enthusiasts</b> are actively developing new features for the open-source "For Mainframe" plugin.
We keep improving existing features that help you to:<br/>
Expand All @@ -26,11 +28,11 @@ We keep improving existing features that help you to:<br/>
<li>Edit datasets, files and members. Smart auto-save will keep your content both in the editor and on the mainframe in-sync.</li>
<li>Create multiple connections to different z/OS systems.</li>
<li>Perform all available operations with Jobs.</li>
<li>Highlight all IntelliJ supported languages automatically and recognize them once opened from the mainframe.</li>
<li>Highlight all IntelliJ IDEA™ platform supported languages automatically and recognize them once opened from the mainframe.</li>
</ul><br/>
To start using the plugin:<br/>
<ul>
<li>Install the plugin in your Intellij based IDE.</li>
<li>Install the plugin in your IntelliJ IDEA™ platform based IDE.</li>
<li>Contact your RACF administrator so that your user is in the <a href="https://www.ibm.com/docs/en/zos/2.4.0?topic=guide-security-structures-zosmf">IZUUSER RACF group</a></li>
<li>You are ready to go! Start working with z/OS from the IDE.</li>
</ul></br>
Expand Down

0 comments on commit 0953595

Please sign in to comment.