-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zwe Init Refactor to JCL for v3.x/staging #4107
base: v3.x/staging
Are you sure you want to change the base?
Conversation
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
… that see it is missing. make clear start and end to jcl output Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
…ecurity to use it. Signed-off-by: 1000TurquoisePogs <[email protected]>
…se temp file. add zosmf keyring info to example-zowe Signed-off-by: 1000TurquoisePogs <[email protected]>
… and having wait for job wait properly Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
…opy un-needed jcl. add jcl for init apfauth command. start to deduplicate boilerplate Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
…reated. trim vsam and mvs files Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
I thought this will be merged (some day) into |
We should close out #3718 then to avoid confusion with this PR. I can update the title and description. cc @1000TurquoisePogs does that sound OK to you? |
Signed-off-by: MarkAckert <[email protected]>
Signed-off-by: MarkAckert <[email protected]>
Signed-off-by: MarkAckert <[email protected]>
I took a stab at problems 2 and 3, without a complete test suite pointed at it. I added a new message |
Signed-off-by: MarkAckert <[email protected]>
Signed-off-by: Martin Zeithaml <[email protected]>
Signed-off-by: Martin Zeithaml <[email protected]>
Signed-off-by: Martin Zeithaml <[email protected]>
ApfauthHelp:
When trying
Expectation: |
…ginlib}.SZWEAUTH Signed-off-by: MarkAckert <[email protected]>
I started on the Apfauth updates, testing in the other PR. More changes to come - the first commit isn't working yet. |
…inLib, regex multiline Signed-off-by: MarkAckert <[email protected]>
Replay #3951 onto correct base branch
Signed-off-by: MarkAckert <[email protected]>
Signed-off-by: MarkAckert <[email protected]>
Signed-off-by: MarkAckert <[email protected]>
Signed-off-by: MarkAckert <[email protected]>
setup: | ||
# MVS data set related configurations | ||
dataset: | ||
dataset: | ||
authLoadlib: ${{ zowe.setup.dataset.prefix }}.SZWEAUTH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of my old test is failing. There is no zowe.setup.dataset.prefix
defined in the main config, so this line will generate undefined.SZWEAUTH
. Then zwe
command fails on schema validation:
Validity Exceptions(s) with object at
Validity Exceptions(s) with object at /zowe
Validity Exceptions(s) with object at /zowe/setup
Validity Exceptions(s) with object at /zowe/setup/dataset
Validity Exceptions(s) with string at /zowe/setup/dataset/authLoadlib
string pattern match fail s='undefined.SZWEAUTH', pat='^([A-Z\$\#\@]){1}([A-Z0-9\$\#\@\-]){0,7}(\.([A-Z\$\#\@]){1}([A-Z0-9\$\#\@\-]){0,7}){0,11}$', at /zowe/setup/dataset/authLoadlib
Test PR so we can compare the changes in this PR against the existing
feature/v3/jcl
which is based onv2.x/staging
.When these changes look correct, we'll rebase the
feature/v3/jcl
branch.