Skip to content

Commit

Permalink
Merge branch 'master' into copy-pds-enhancement
Browse files Browse the repository at this point in the history
Signed-off-by: Pujal Gandhi <[email protected]>
  • Loading branch information
pujal0909 authored Dec 20, 2024
2 parents 8e502df + aa2d6e6 commit 8fc2cc8
Show file tree
Hide file tree
Showing 38 changed files with 2,010 additions and 267 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/merge-by-comments.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Merge-by

on:
pull_request:
types: [opened, ready_for_review]
jobs:
rfr_add_date:
name: "Post merge-by date as comment"
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: zowe-actions/shared-actions/merge-by@main
with:
operation: "bump-dates"
25 changes: 25 additions & 0 deletions .github/workflows/merge-by-table.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Merge-by

on:
pull_request:
types: [opened, ready_for_review, converted_to_draft]
pull_request_review:
types: [submitted]
push:
branches:
- main
- next
workflow_dispatch:
schedule:
- cron: "0 11 * * *"
jobs:
rfr_add_date:
name: "Build table and notify users"
runs-on: ubuntu-latest
permissions:
discussions: write
pull-requests: write
steps:
- uses: zowe-actions/shared-actions/merge-by@main
with:
operation: "build-table"
149 changes: 86 additions & 63 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli-test-utils",
"version": "8.8.3",
"version": "8.10.1",
"description": "Test utilities package for Zowe CLI plug-ins",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/uuid": "^10.0.0",
"@zowe/imperative": "8.8.3"
"@zowe/imperative": "8.10.1"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0"
Expand Down
411 changes: 411 additions & 0 deletions docs/Design_for_selecting_auth_type.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.8.4",
"version": "8.10.1",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
116 changes: 58 additions & 58 deletions npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log
All notable changes to the Zowe CLI package will be documented in this file.

## Recent Changes
## `8.10.0`
-Enhancement: The `zowe zos-files copy data-set` command now copies members from a source partitioned data set to an existing target partitioned data set.[#2386](https://github.com/zowe/zowe-cli/pull/2386)

## Recent Changes
## `8.9.0`
- Enhancement: Added new command zowe zos-files download all-members-matching, (zowe files dl amm), to download members matching specified pattern(s). The success message for the Download.allMembers API was changed from originally "Data set downloaded successfully" to "Member(s) downloaded successfully." The change also alters the commandResponse when using the --rfj flag. [#2359](https://github.com/zowe/zowe-cli/pull/2359)

## `8.8.0`
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli",
"version": "8.8.4",
"version": "8.10.1",
"zoweVersion": "v3.0.0",
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
"author": "Zowe",
Expand Down Expand Up @@ -58,17 +58,17 @@
"preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "8.8.3",
"@zowe/imperative": "8.8.3",
"@zowe/provisioning-for-zowe-sdk": "8.8.3",
"@zowe/zos-console-for-zowe-sdk": "8.8.3",
"@zowe/zos-files-for-zowe-sdk": "8.8.4",
"@zowe/zos-jobs-for-zowe-sdk": "8.8.4",
"@zowe/zos-logs-for-zowe-sdk": "8.8.3",
"@zowe/zos-tso-for-zowe-sdk": "8.8.3",
"@zowe/zos-uss-for-zowe-sdk": "8.8.3",
"@zowe/zos-workflows-for-zowe-sdk": "8.8.4",
"@zowe/zosmf-for-zowe-sdk": "8.8.3",
"@zowe/core-for-zowe-sdk": "8.10.1",
"@zowe/imperative": "8.10.1",
"@zowe/provisioning-for-zowe-sdk": "8.10.1",
"@zowe/zos-console-for-zowe-sdk": "8.10.1",
"@zowe/zos-files-for-zowe-sdk": "8.10.1",
"@zowe/zos-jobs-for-zowe-sdk": "8.10.1",
"@zowe/zos-logs-for-zowe-sdk": "8.10.1",
"@zowe/zos-tso-for-zowe-sdk": "8.10.1",
"@zowe/zos-uss-for-zowe-sdk": "8.10.1",
"@zowe/zos-workflows-for-zowe-sdk": "8.10.1",
"@zowe/zosmf-for-zowe-sdk": "8.10.1",
"find-process": "1.4.7",
"lodash": "4.17.21",
"minimatch": "9.0.5",
Expand All @@ -78,7 +78,7 @@
"@types/diff": "^5.0.9",
"@types/lodash": "^4.17.6",
"@types/tar": "^6.1.11",
"@zowe/cli-test-utils": "8.8.3",
"@zowe/cli-test-utils": "8.10.1",
"comment-json": "^4.2.3",
"strip-ansi": "^6.0.1",
"which": "^4.0.0"
Expand Down
Loading

0 comments on commit 8fc2cc8

Please sign in to comment.