This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v1.3.0' into public-main
- Loading branch information
Showing
65 changed files
with
2,277 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
.idea/*.iml | ||
.idea/modules | ||
.idea/.gitignore | ||
.idea/codeStyles | ||
build | ||
.gradle | ||
.gradle.properties | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# R2Z Changelog | ||
|
||
All notable changes to the R2Z will be documented in this file. | ||
|
||
## `1.3.0 (2023-02-22)` | ||
|
||
* Deprecation: This library is deprecated since 1.3.0 | ||
|
||
|
||
* Feature: GitHub issue #3: Zowe Kotlin SDK: Java-like Kotlin API ([56788c1a](https://github.com/zowe/zowe-explorer-intellij/commit/56788c1a)) | ||
* Feature: Implement ZosUssFile (copying methods - from uss to dsn and to uss folder) ([2bb0b257](https://github.com/zowe/zowe-explorer-intellij/commit/2bb0b257)) | ||
|
||
|
||
* Bugfix: GitHub issue #9: Error Creating Connection ([bbc16d72](https://github.com/zowe/zowe-client-kotlin-sdk/commit/bbc16d72)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.library-name a { | ||
position: relative; | ||
margin-left: 55px; | ||
} | ||
|
||
.library-name a::before { | ||
content: ''; | ||
background: url("../images/zowe-icon.png") center no-repeat; | ||
background-size: contain; | ||
position: absolute; | ||
width: 50px; | ||
height: 50px; | ||
top: -18px; | ||
left: -55px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<#macro display> | ||
<div class="footer"> | ||
<span class="go-to-top-icon"> | ||
<a href="#content" id="go-to-top-link"></a> | ||
</span> | ||
<span>${footerMessage}</span> | ||
<span class="pull-right"> | ||
<span>Generated by </span> | ||
<a href="https://github.com/Kotlin/dokka"> | ||
<span>dokka</span> | ||
<span class="padded-icon"></span> | ||
</a> | ||
</span> | ||
</div> | ||
</#macro> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<#import "source_set_selector.ftl" as source_set_selector> | ||
<#macro display> | ||
<div class="navigation-wrapper" id="navigation-wrapper"> | ||
<div id="leftToggler"><span class="icon-toggler"></span></div> | ||
<div class="library-name"> | ||
<@template_cmd name="pathToRoot"> | ||
<a href="${pathToRoot}index.html"> | ||
<@template_cmd name="projectName"> | ||
<span>Zowe Client Kotlin SDK</span> | ||
</@template_cmd> | ||
</a> | ||
</@template_cmd> | ||
</div> | ||
<div> | ||
<#-- This can be handled by the versioning plugin --> | ||
<@version/> | ||
</div> | ||
<div class="pull-right d-flex"> | ||
<@source_set_selector.display/> | ||
<a href="https://for-mainframe.github.io/" style="font-weight: 500; display: flex; align-items: center;">Other Docs</a> | ||
<button id="theme-toggle-button"><span id="theme-toggle"></span></button> | ||
<div id="searchBar"></div> | ||
</div> | ||
</div> | ||
</#macro> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<#macro display> | ||
<title>${pageName} - Zowe Client Kotlin SDK Documentation</title> | ||
<@template_cmd name="pathToRoot"> | ||
<link href="${pathToRoot}images/zowe-icon.png" rel="icon" type="image/png"> | ||
</@template_cmd> | ||
</#macro> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// Copyright © 2020 IBA Group, a.s. All rights reserved. Use of this source code is governed by Eclipse Public License – v 2.0 that can be found at: https://www.eclipse.org/legal/epl-2.0/ | ||
|
||
package eu.ibagroup.r2z | ||
|
||
import eu.ibagroup.r2z.annotations.AvailableSince | ||
import eu.ibagroup.r2z.annotations.ZVersion | ||
import retrofit2.Call | ||
|
||
import retrofit2.http.Body | ||
import retrofit2.http.Header | ||
import retrofit2.http.PUT | ||
import retrofit2.http.Path | ||
|
||
interface ConsoleAPI { | ||
|
||
@AvailableSince(ZVersion.ZOS_2_1) | ||
@PUT("/zosmf/restconsoles/consoles/{consolename}") | ||
fun issueCommand( | ||
@Header("Authorization") authorizationToken: String, | ||
@Header("Content-type") contentType: ContentType = ContentType.APP_JSON, | ||
@Path("consolename") consoleName: String, | ||
@Body body: IssueRequestBody | ||
): Call<IssueResponse> | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.