Skip to content
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

Migrate 'zwe init' actions to templated JCL #3718

Open
wants to merge 275 commits into
base: v2.x/staging
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 7, 2024

  1. Switch to tso version of is_data_set_exists

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8d1168b View commit details
    Browse the repository at this point in the history
  2. Fix syntax error preventing build

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7274478 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Fix line length on zweiapf

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3af22ed View commit details
    Browse the repository at this point in the history
  2. Split mvs task into 2 because usually authloadlib doesnt need to be c…

    …reated. trim vsam and mvs files
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    41bb33a View commit details
    Browse the repository at this point in the history
  3. Reduce duplicate code in each init phase

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    15f0163 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. fixed regression on finding jcllib and exiting on not

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4fff502 View commit details
    Browse the repository at this point in the history
  2. Add TS code from #3135 and adapt to new init stype

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3d67b46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda8687 View commit details
    Browse the repository at this point in the history
  4. Add TS version of zwe install

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ce48ee2 View commit details
    Browse the repository at this point in the history
  5. Revert install command for now while more testing is done

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4479db9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Do not rename members

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    10e8340 View commit details
    Browse the repository at this point in the history
  2. Split ZWENOKYR, fix bug on submitting right job for ZWEKRING replacem…

    …ents, and update workflows to reference right job names
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c9aa8b1 View commit details
    Browse the repository at this point in the history
  3. Fixes to bugs found by @Martin-Zeithaml

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3ffb478 View commit details
    Browse the repository at this point in the history
  4. Fix bug in init stc where it said ZWE**S**ISTC accidentally. Fix stri…

    …ng replace logic there too where a comma , was lost in string replace. Also improve code as suggested by @Martin-Zeithaml
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ce6b085 View commit details
    Browse the repository at this point in the history
  5. Simplify init certificate shell code by removing certificate/keyring-…

    …jcl middleman (unused elsewhere) and putting read-yaml usage into only the conditions that will need them, so that unused vars do not slow down execution
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0acee7e View commit details
    Browse the repository at this point in the history
  6. Fix bug in keyring generation where commonname fields were not substi…

    …tuted
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    dedef42 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Added EXEC statement

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0dd2d90 View commit details
    Browse the repository at this point in the history
  2. RACF specific JCL

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    20c0aeb View commit details
    Browse the repository at this point in the history
  3. Remove extra periods '.' in various JCL. Add quotes around runtime di…

    …rectory pathname in JCL. Add 'remove' JCL that is needed when using commands with --allow-overwrite
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    781f688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cc018f View commit details
    Browse the repository at this point in the history
  5. Allow remover jcls to continue execution even if bad rc, because we d…

    …ont check for full existence before full removal
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b81bfdf View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Valid DSN example

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2c5c17c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Schema validations: datasets

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    08b0d1c View commit details
    Browse the repository at this point in the history
  2. zwe diagnose running under configmgr

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    36dff34 View commit details
    Browse the repository at this point in the history
  3. bin/libs/string.sh: trim update

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9d5a738 View commit details
    Browse the repository at this point in the history
  4. build: sigstore sign build artifacts

    Signed-off-by: MarkAckert <[email protected]>
    MarkAckert authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cdb1741 View commit details
    Browse the repository at this point in the history
  5. build: add id-token permissions for sigstore

    Signed-off-by: MarkAckert <[email protected]>
    MarkAckert authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1ffb834 View commit details
    Browse the repository at this point in the history
  6. build: discrete permissions cont..

    Signed-off-by: MarkAckert <[email protected]>
    MarkAckert authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b90883f View commit details
    Browse the repository at this point in the history
  7. build: discrete permissions cont... PR

    Signed-off-by: MarkAckert <[email protected]>
    MarkAckert authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fcf21c0 View commit details
    Browse the repository at this point in the history
  8. build: update contents permissions (ack locks)

    Signed-off-by: MarkAckert <[email protected]>
    MarkAckert authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5679583 View commit details
    Browse the repository at this point in the history
  9. Update zwe for handeling missing parms

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c14385a View commit details
    Browse the repository at this point in the history
  10. Use the zos function for getFileEncoding (#3642)

    * Use the zos function
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    
    * CCSID only for platform=zos
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    
    * Update type declaration file
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    
    ---------
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    Co-authored-by: Mark Ackert <[email protected]>
    2 people authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f161163 View commit details
    Browse the repository at this point in the history
  11. update changelog to align with 2.15.0

    Signed-off-by: MarkAckert <[email protected]>
    MarkAckert authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    38b99d6 View commit details
    Browse the repository at this point in the history
  12. TSS: Detect zOSMF Root CA (#3725)

    * TSS: Detect zOSMF Root CA
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    
    * Parameters updated
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    
    * Minor text change
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    
    ---------
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    Signed-off-by: Martin Zeithaml <[email protected]>
    Co-authored-by: Mark Ackert <[email protected]>
    2 people authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    44f1316 View commit details
    Browse the repository at this point in the history
  13. Split zowe class creation out of the security jcls because its not ne…

    …eded on newer zos. fix vsam existence check with new function.
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    820979e View commit details
    Browse the repository at this point in the history
  14. WIP on use of a generator script for JCL

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2b1def8 View commit details
    Browse the repository at this point in the history
  15. Added 2 more samplib contents to omit as not jcl

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a882a72 View commit details
    Browse the repository at this point in the history
  16. Add 'zwe init generate' for running ZWEGENER. Migrate init mvs logic …

    …to 'ZWEIMVS' JCL. Uncomment defaults in example-zowe.yaml for ZWEGENER success. Improve templates of ZWEKRING, ZWENOKYR, ZWENOSEC. Add zos-jes from PR 3135 for use in generate. Add dry-run mode to init mvs.
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    eb43f56 View commit details
    Browse the repository at this point in the history
  17. Do string replace on zwegener in zwe init generate to fill in require…

    …d params
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b98d254 View commit details
    Browse the repository at this point in the history
  18. Bump tsconfig to es2021 due to replaceAll

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6ec8559 View commit details
    Browse the repository at this point in the history
  19. Revert to es2020 and use replace instead of replaceall

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5201654 View commit details
    Browse the repository at this point in the history
  20. Revert ZWESECUR for now. VTL template issues.

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    79c2d68 View commit details
    Browse the repository at this point in the history
  21. Whitespace fixes for jcl

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e631203 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    22e00ea View commit details
    Browse the repository at this point in the history
  23. Add STC to jcl lib output. Fix whitespace on ZWEGENER

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    08a12f2 View commit details
    Browse the repository at this point in the history
  24. Fix zwekring reference and vsam breaking rexx

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0779be4 View commit details
    Browse the repository at this point in the history
  25. Fixes for job submission and update of stc jcl

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f3cf28b View commit details
    Browse the repository at this point in the history
  26. Fixes after testing

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0e59510 View commit details
    Browse the repository at this point in the history
  27. Add way to fill in config file into zweslstc. run gener in init steps…

    … that see it is missing. make clear start and end to jcl output
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    639d2e4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f969f99 View commit details
    Browse the repository at this point in the history
  29. Separate ZWESECUR into each security product, and simplify zwe init s…

    …ecurity to use it.
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d3ef233 View commit details
    Browse the repository at this point in the history
  30. split zwekring into 9 parts, 3 for each esm. printing of jcl to not u…

    …se temp file. add zosmf keyring info to example-zowe
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6308184 View commit details
    Browse the repository at this point in the history
  31. Fixes for getting gener to run if an init subcommand called directly,…

    … and having wait for job wait properly
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    593da2e View commit details
    Browse the repository at this point in the history
  32. Fix missing quote in the shell zos-jes

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    04dca12 View commit details
    Browse the repository at this point in the history
  33. Fix quote syntax error

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9273fed View commit details
    Browse the repository at this point in the history
  34. Fix wait for job and submit job hanging

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7b91d8a View commit details
    Browse the repository at this point in the history
  35. bugfix vsam, simplify stc, and bugfix stc rename if same name

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    276a4cf View commit details
    Browse the repository at this point in the history
  36. Added setting zowe.setup.vsam.name to automated tests

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    db6a809 View commit details
    Browse the repository at this point in the history
  37. Fix extra . present in some jcl after templating. make zwegen00 not c…

    …opy un-needed jcl. add jcl for init apfauth command. start to deduplicate boilerplate
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2645607 View commit details
    Browse the repository at this point in the history
  38. Switch to tso version of is_data_set_exists

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    65c7035 View commit details
    Browse the repository at this point in the history
  39. Fix syntax error preventing build

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bf6b470 View commit details
    Browse the repository at this point in the history
  40. Fix line length on zweiapf

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    92865d6 View commit details
    Browse the repository at this point in the history
  41. Split mvs task into 2 because usually authloadlib doesnt need to be c…

    …reated. trim vsam and mvs files
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8c5240e View commit details
    Browse the repository at this point in the history
  42. Reduce duplicate code in each init phase

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ced83b6 View commit details
    Browse the repository at this point in the history
  43. fixed regression on finding jcllib and exiting on not

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7d14e05 View commit details
    Browse the repository at this point in the history
  44. Add TS code from #3135 and adapt to new init stype

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ce165e2 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    74d6e64 View commit details
    Browse the repository at this point in the history
  46. Add TS version of zwe install

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2f89815 View commit details
    Browse the repository at this point in the history
  47. Revert install command for now while more testing is done

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2965629 View commit details
    Browse the repository at this point in the history
  48. Do not rename members

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    db44b8f View commit details
    Browse the repository at this point in the history
  49. Split ZWENOKYR, fix bug on submitting right job for ZWEKRING replacem…

    …ents, and update workflows to reference right job names
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    088a21c View commit details
    Browse the repository at this point in the history
  50. Fixes to bugs found by @Martin-Zeithaml

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9b764d8 View commit details
    Browse the repository at this point in the history
  51. Fix bug in init stc where it said ZWE**S**ISTC accidentally. Fix stri…

    …ng replace logic there too where a comma , was lost in string replace. Also improve code as suggested by @Martin-Zeithaml
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    10cdfc4 View commit details
    Browse the repository at this point in the history
  52. Simplify init certificate shell code by removing certificate/keyring-…

    …jcl middleman (unused elsewhere) and putting read-yaml usage into only the conditions that will need them, so that unused vars do not slow down execution
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2536cd9 View commit details
    Browse the repository at this point in the history
  53. Fix bug in keyring generation where commonname fields were not substi…

    …tuted
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    25e9864 View commit details
    Browse the repository at this point in the history
  54. Added EXEC statement

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    96b52de View commit details
    Browse the repository at this point in the history
  55. RACF specific JCL

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    72a49c1 View commit details
    Browse the repository at this point in the history
  56. Remove extra periods '.' in various JCL. Add quotes around runtime di…

    …rectory pathname in JCL. Add 'remove' JCL that is needed when using commands with --allow-overwrite
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b66ed56 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    6003c49 View commit details
    Browse the repository at this point in the history
  58. Allow remover jcls to continue execution even if bad rc, because we d…

    …ont check for full existence before full removal
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2ef27ea View commit details
    Browse the repository at this point in the history
  59. Valid DSN example

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bfd8f6a View commit details
    Browse the repository at this point in the history
  60. Schema validations: datasets

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml authored and 1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7a72b63 View commit details
    Browse the repository at this point in the history
  61. Split zowe class creation out of the security jcls because its not ne…

    …eded on newer zos. fix vsam existence check with new function.
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cdd56ea View commit details
    Browse the repository at this point in the history
  62. Fix error descriptions. Fix gener not checking for if config has righ…

    …t properties
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5422ff2 View commit details
    Browse the repository at this point in the history
  63. Merge branch 'feature/v3/jcl' of github.com:zowe/zowe-install-packagi…

    …ng into feature/v3/jcl
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    50aca02 View commit details
    Browse the repository at this point in the history
  64. Fix wrong variable name

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4adf4a5 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    aae7ba8 View commit details
    Browse the repository at this point in the history
  66. Remove duplicate end message

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f284db5 View commit details
    Browse the repository at this point in the history
  67. Fix generate handling of multiple input files

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e62c122 View commit details
    Browse the repository at this point in the history
  68. Add missing stringlib import

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2e32df3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. escapeDollar already in copyMvsToUss

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fdf6cfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17bf2df View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Exit before first procedures

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f59c01e View commit details
    Browse the repository at this point in the history
  2. SET in in-stream

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    08c398a View commit details
    Browse the repository at this point in the history
  3. Copy executables with flag -X

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e728717 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Make room for the longest posible dsn

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bd46246 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Handle $ in DSN or runtime path

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    017d4ac View commit details
    Browse the repository at this point in the history
  2. Init MVS prints JCL and enhanced trace

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a4ffe30 View commit details
    Browse the repository at this point in the history
  3. Simplify JCL prinitng, isVsamDatasetExists bug

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    52eea1c View commit details
    Browse the repository at this point in the history
  4. Create INSTALLATION.md

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c8b54b5 View commit details
    Browse the repository at this point in the history
  5. Update README.md for pointing to installation doc

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3661121 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3cf1a1a View commit details
    Browse the repository at this point in the history
  7. Update INSTALLATION.md formatting

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    116d513 View commit details
    Browse the repository at this point in the history
  8. Update INSTALLATION.md for formatting

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    345ae31 View commit details
    Browse the repository at this point in the history
  9. Update INSTALLATION.md datasets -> dataset typo

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c927de9 View commit details
    Browse the repository at this point in the history
  10. Update INSTALLATION.md with links

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2bce6ff View commit details
    Browse the repository at this point in the history
  11. Update INSTALLATION.md

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    af6709d View commit details
    Browse the repository at this point in the history
  12. Update INSTALLATION.md with disclaimer

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    693c5ca View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Add new, hacky approach to getting log file to be readable by setting…

    … chtag 819 on end of command
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    262da5a View commit details
    Browse the repository at this point in the history
  2. Update manifest.json.template

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3c820fc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Change node and java detect behavior when empty in zowe.yaml

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    081afc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90374cd View commit details
    Browse the repository at this point in the history
  3. Fix syntax error on json and filename error in certificates

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    51f03f1 View commit details
    Browse the repository at this point in the history
  4. Update ZWEIAPF to handle sms vs volume modes

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5551e5d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Update INSTALLATION.md

    Added networking info and action summaries for jcl
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    79defd1 View commit details
    Browse the repository at this point in the history
  2. Update INSTALLATION.md

    Add bind example to IPs
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e1cd402 View commit details
    Browse the repository at this point in the history
  3. Update INSTALLATION.md

    Formatting
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a48611b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. isDatasetSmsManaged: check the correct flag

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    50cae0d View commit details
    Browse the repository at this point in the history
  2. Update zos-dataset.ts

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6d671bf View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. cat DSN with dollar sign

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b62e3d2 View commit details
    Browse the repository at this point in the history
  2. Fix mixed up pluginlib ref

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5c582fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af6a5a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    3b5221d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9eb3c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Typos

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e0ccc21 View commit details
    Browse the repository at this point in the history
  2. Sleep bug

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ec40fa7 View commit details
    Browse the repository at this point in the history
  3. Fix the SMP/e build (#3748)

    * update smpmcs with new samp members
    
    Signed-off-by: MarkAckert <[email protected]>
    
    * fix member name
    
    Signed-off-by: MarkAckert <[email protected]>
    
    ---------
    
    Signed-off-by: MarkAckert <[email protected]>
    MarkAckert authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2188d7d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Re-test with os.sleep if fixed

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8d3aa02 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge branch 'v2.x/staging' into feature/v3/jcl

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f1955c9 View commit details
    Browse the repository at this point in the history
  2. Split init steps on playbook to help troubleshoot

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e760e47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041d316 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fix tsoIsDatasetExists use

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    41cea5a View commit details
    Browse the repository at this point in the history
  2. Fixed nokyr extra }

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9281230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f965d41 View commit details
    Browse the repository at this point in the history
  4. Cleanup sleep and existence logic now that sleep bug fixed

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3cb4062 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix ZWEIRMVS running due to typo. Fix pds listing print out in existe…

    …nce check. fix apf not running due to substitution error, now just use exports
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    12a2459 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Do not touch szweauth in init

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f0824be View commit details
    Browse the repository at this point in the history
  2. Fix that the testbed was not setting loadlib propertly

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    bb7958c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Use new launcher build

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6160126 View commit details
    Browse the repository at this point in the history
  2. Restore java and node and runtimedir setup in zwe init. Switch back t…

    …o mainline configmgr
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a8d6dc3 View commit details
    Browse the repository at this point in the history
  3. Move home and runtime update logic into common function to run in bot…

    …h init and init mvs in an attempt to catch more users
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a0ef3ab View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Use 2.15.0 apiml since saw staging errors in test

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2fe99e9 View commit details
    Browse the repository at this point in the history
  2. replace null with empty for env var strings

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2c3c381 View commit details
    Browse the repository at this point in the history
  3. Update example-zowe.yaml

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fd656b4 View commit details
    Browse the repository at this point in the history
  4. Switch back to staging apiml and normal init

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    db2a8da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e46952 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Take the rest as the second argument and change in hex

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ad7b1b9 View commit details
    Browse the repository at this point in the history
  2. Add new line at the end

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9354047 View commit details
    Browse the repository at this point in the history
  3. Fix keyring tmp file use

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b6ffea9 View commit details
    Browse the repository at this point in the history
  4. Update with staging

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    bdeb9b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    597457c View commit details
    Browse the repository at this point in the history
  6. Re-add updateZoweYamlFromObj removed in conflict resolution

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e38e877 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Trace or debug for zwe -> verbose in REXX

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6be8565 View commit details
    Browse the repository at this point in the history
  2. Update INSTALLATION.md

    Change order of keyring description
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9126333 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Deal with possible dollar sign in DSN

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a2617d5 View commit details
    Browse the repository at this point in the history
  2. Change OneOf to separate pieces

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e6b4ee8 View commit details
    Browse the repository at this point in the history
  3. Add HEAPPOOLS64(OFF)

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4dcd997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72ad7f6 View commit details
    Browse the repository at this point in the history
  5. Split init up again for testing

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6e29cbb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Fixed "name" -> "file" in certificate section

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored May 2, 2024
    Configuration menu
    Copy the full SHA
    d7b5a33 View commit details
    Browse the repository at this point in the history
  2. Update INSTALLATION.md

    Added log suffix to table
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored May 2, 2024
    Configuration menu
    Copy the full SHA
    83b6b42 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Fix bug where cert was self-signed due to incorrect name

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 7, 2024
    Configuration menu
    Copy the full SHA
    db8e85d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v2.x/staging' into feature/v3/jcl

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored May 7, 2024
    Configuration menu
    Copy the full SHA
    e8ce84e View commit details
    Browse the repository at this point in the history
  3. Fixed that the tests for keyring were not specifying values

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 7, 2024
    Configuration menu
    Copy the full SHA
    149f324 View commit details
    Browse the repository at this point in the history
  4. Fix keyring -> keystore naming in the test file

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ab669e0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Simplify detection of zosmf flag and update incorrect jcl info on ver…

    …ify certificates value
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cd8057c View commit details
    Browse the repository at this point in the history
  2. Update SMPMCS.txt

    Was missing ZWEIAPF2
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored May 8, 2024
    Configuration menu
    Copy the full SHA
    240393b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. set config for zwe init (useconfigmgr?)

    Signed-off-by: MarkAckert <[email protected]>
    MarkAckert committed May 10, 2024
    Configuration menu
    Copy the full SHA
    319bacb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Support runing gener if zweimvs is not found, such as in pre-existing…

    … jcllib (like smpe case)
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 14, 2024
    Configuration menu
    Copy the full SHA
    bb10e99 View commit details
    Browse the repository at this point in the history
  2. cat datasets with dollar sign

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f4f1d31 View commit details
    Browse the repository at this point in the history
  3. VSAM help update

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c3f1fca View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Use defaults.yaml, a reduction of example-zowe.yaml, to have the righ…

    …t defaults in case of upgrades such as in smpe
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3c97836 View commit details
    Browse the repository at this point in the history
  2. Comment out sysMessages items in defaults.yaml

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bbe30a5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Remove arrays that are unique

    This avoids schema failure
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored May 16, 2024
    Configuration menu
    Copy the full SHA
    7c7977d View commit details
    Browse the repository at this point in the history
  2. Validate ZIS Parmlib member as ZWESIPnn

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cf70fe4 View commit details
    Browse the repository at this point in the history
  3. Minor JCL changes

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2db1e9e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Adding zwe internal config output as a way to have zwe init certifica…

    …te have configmgr yaml without rewriting it
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8aa1056 View commit details
    Browse the repository at this point in the history
  2. Remove unused function arguments

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ba2f480 View commit details
    Browse the repository at this point in the history
  3. Create temp folder that is used in output command

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cac1dc2 View commit details
    Browse the repository at this point in the history
  4. Error if dataset/member does not exist

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed May 21, 2024
    Configuration menu
    Copy the full SHA
    dfc9092 View commit details
    Browse the repository at this point in the history
  5. Store and restore the config path after using merged yaml

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0ec2829 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Use templates in defaults.yaml to avoid combining certificate scenari…

    …o 1 with other scenarios
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 22, 2024
    Configuration menu
    Copy the full SHA
    adb8577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e33830b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea9f8ab View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Safe cp for datasets with dollar sign

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a47703f View commit details
    Browse the repository at this point in the history
  2. Revert to null approach for zowe.setup.certificate. allow null in sch…

    …ema. This is a quirk of configmgr template and merge behavior that should be enhanced in the future.
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 23, 2024
    Configuration menu
    Copy the full SHA
    88eebe0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Fixed keyring yaml write to temp file, and run certificate init throu…

    …gh main init
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 24, 2024
    Configuration menu
    Copy the full SHA
    eb02d0b View commit details
    Browse the repository at this point in the history
  2. Minor help update

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed May 24, 2024
    Configuration menu
    Copy the full SHA
    59dcb03 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Split possible long RACF statement

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8334e19 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Remove error about needing configmgr set for init actions. It is not …

    …necessary. Add generate check to protect against known incompatibility with using a parmlib member not of name ZWEYAML
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b753b91 View commit details
    Browse the repository at this point in the history
  2. Allow zwe init mvs to modify ZWEIMVS if zis parmlib member name is no…

    …t ZWESIP00
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2b8cbac View commit details
    Browse the repository at this point in the history
  3. Allow zowe.setup.vsam.name to be empty by defaulting to the caching s…

    …ervice vsam name if present. This should be better for upgrades and users who do not expect the newer parameter, as this hides it better.
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e983af0 View commit details
    Browse the repository at this point in the history
  4. Fix JSON syntax

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored May 28, 2024
    Configuration menu
    Copy the full SHA
    8de84b3 View commit details
    Browse the repository at this point in the history
  5. Add defaults.yaml to ZWEGENER

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6dc6766 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Updated init help, dry run flag name, error message ids, and removed …

    …zowe.setup.datasets properties from defaults.yaml according to review feedback. removed zwe install ts code for now.
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0711755 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Stop infinite loop

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bfea339 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Check length of substitution

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b80aed5 View commit details
    Browse the repository at this point in the history
  2. Check for undefined

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0e2670e View commit details
    Browse the repository at this point in the history
  3. Remove traling spaces

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bc5de91 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fix IEBCOPY SELECT MEMBER statement

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3112e35 View commit details
    Browse the repository at this point in the history
  2. Update manifest.json.template

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    27ae846 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Respect --dry-run for init generate

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    29d19b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. ISREDIT change limitation

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    60c0d51 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Variable name typo

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c6b4173 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. change with propres apostrophes

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d665b33 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Small update of errors

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3ea37c1 View commit details
    Browse the repository at this point in the history
  2. Message with proper name

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e256237 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Minor help update

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    875d672 View commit details
    Browse the repository at this point in the history
  2. Missing generate parameters

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5335edb View commit details
    Browse the repository at this point in the history
  3. MD yaml syntax

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cc76862 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. RLM -> RLS

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5dd2c91 View commit details
    Browse the repository at this point in the history
  2. Space added

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e0dcada View commit details
    Browse the repository at this point in the history
  3. Compare realpath and escape dollar

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3e5d5f0 View commit details
    Browse the repository at this point in the history
  4. Minor text updates

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e8e776a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Info for user

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    aaf66be View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. ZWE variable typo

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    716caf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. ZWEGEN00 split CONFIG entry over multiple lines (#3873)

    * WIP to have ZWEGEN00 split CONFIG entry over multiple lines.
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    
    * Update CONFIG= for launcher
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    
    * Simplify macro
    
    Signed-off-by: Martin Zeithaml <[email protected]>
    
    * Update SMPMCS.txt
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    
    * Update SMPMCS.txt
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    
    ---------
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    Signed-off-by: Martin Zeithaml <[email protected]>
    Co-authored-by: Martin Zeithaml <[email protected]>
    1000TurquoisePogs and Martin-Zeithaml authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9188de0 View commit details
    Browse the repository at this point in the history
  2. Fix defaults.yaml not loading due to incorrect substr

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e47fa35 View commit details
    Browse the repository at this point in the history
  3. Remove defaults.yaml from ZWEGENER

    It is not needed twice. ZWEGEN00 adds it automatically.
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e6e9694 View commit details
    Browse the repository at this point in the history
  4. Fix stc existence check only checking last one

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bbb3272 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. ZWEGEN00: verify the operation and verbosity (#3745)

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4cf6e9d View commit details
    Browse the repository at this point in the history
  2. Fixes from review

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f77b238 View commit details
    Browse the repository at this point in the history
  3. Minor changes

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c327287 View commit details
    Browse the repository at this point in the history
  4. Clarification on help doc

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ed3b340 View commit details
    Browse the repository at this point in the history
  5. Add back init_missing_yaml_properties for init mvs

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cfa2a2a View commit details
    Browse the repository at this point in the history
  6. Fix typos on help and env name

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c79d7d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Typo

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    907bc70 View commit details
    Browse the repository at this point in the history
  2. Incorrect variable name for getting original config

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3650dd0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v2.x/staging' into feature/v3/jcl

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ca22e45 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge branch 'v2.x/staging' into feature/v3/jcl

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    699667f View commit details
    Browse the repository at this point in the history
  2. Update defaults.yaml

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    004088f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v2.x/staging' into feature/v3/jcl

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2bb8121 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Copy check

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c7bdbd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Certificate type details

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3346ac5 View commit details
    Browse the repository at this point in the history
  2. Schema update

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2e7b46a View commit details
    Browse the repository at this point in the history
  3. Install update

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9c3c036 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge branch 'v2.x/staging' into feature/v3/jcl

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7653681 View commit details
    Browse the repository at this point in the history
  2. Include zss changes

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1352976 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Catch possible yaml error

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    29b9e37 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    1a55ec6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Set _auto_ for TSS (detect CA)

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9df5f67 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. safkeyring message update

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    161266d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Install update

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8df3053 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Small security process enhancement

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    03f373b View commit details
    Browse the repository at this point in the history
  2. Help update

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2451e93 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Updates for v3

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fd77523 View commit details
    Browse the repository at this point in the history
  2. Update INSTALLATION.md

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    84b342e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update INSTALLATION.md with details blocks

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7ddeafc View commit details
    Browse the repository at this point in the history
  2. Bold collapsed sections

    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    04b4d33 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    bd47e6a View commit details
    Browse the repository at this point in the history