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

Externalise methods accessing DBB MetadataStore #495

Draft
wants to merge 34 commits into
base: develop
Choose a base branch
from

Commits on Oct 17, 2022

  1. Merge pull request IBM#256 from IBM/develop

    Merge develop into main for zAppBuild 3.0.0 release
    drbruce-git authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    99624f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Merge pull request IBM#300 from IBM/zappbuild_301

    Release zAppBuild 3.0.1
    dennis-behm authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    83fbf19 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge pull request IBM#294 from IBM/develop

    Release zAppBuild 3.1.0
    dennis-behm authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5a649f0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge pull request IBM#354 from IBM/develop

    Release zAppBuild 3.2.0
    dennis-behm authored May 15, 2023
    Configuration menu
    Copy the full SHA
    85e0df0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge pull request IBM#360 from IBM/develop

    Release zAppBuild 3.3.0
    dennis-behm authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9beaa58 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Merge pull request IBM#392 from IBM/develop

    Release zAppBuild 3.4.0
    dennis-behm authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d018b5c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Merge pull request IBM#430 from IBM/develop

    Release zAppBuild 3.5.0
    dennis-behm authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d177891 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request IBM#456 from IBM/develop

    Release zAppBuild 3.6.0
    dennis-behm authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    dd59b05 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Remove unused code

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f3782a0 View commit details
    Browse the repository at this point in the history
  2. Assembler.groovy only create MVSExecs when necessary

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    235007c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Introduce MetadatastoreUtils

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    175f482 View commit details
    Browse the repository at this point in the history
  2. Merge pull request IBM#483 from IBM/develop

    Release zAppBuild 3.7.0
    dennis-behm authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f272ed7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Merge pull request IBM#485 from IBM/develop

    zAppBuild 3.7.0 version file update
    dennis-behm authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9f25617 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Update GitUtils to include the metadataUtils

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6e43b06 View commit details
    Browse the repository at this point in the history
  2. Introduce Matcher Utils

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    02bb149 View commit details
    Browse the repository at this point in the history
  3. Fix transform

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    66c8e04 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix loading path for metadatstore

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4035883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41ad70f View commit details
    Browse the repository at this point in the history
  3. fix syntax error

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0402db7 View commit details
    Browse the repository at this point in the history
  4. add props import

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ae9f332 View commit details
    Browse the repository at this point in the history
  5. missing import

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dfd2bcf View commit details
    Browse the repository at this point in the history
  6. move internal methods for metadatautils

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    58de6c8 View commit details
    Browse the repository at this point in the history
  7. add scanner utils

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c3746cc View commit details
    Browse the repository at this point in the history
  8. fix imports

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    75f2bce View commit details
    Browse the repository at this point in the history
  9. fix import of utils

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1401358 View commit details
    Browse the repository at this point in the history
  10. drop dependency on buildUtils in MetadatastoreUtils

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e895b8d View commit details
    Browse the repository at this point in the history
  11. move property method into metadatatoreutils

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7027046 View commit details
    Browse the repository at this point in the history
  12. fix property dependency

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fd619fc View commit details
    Browse the repository at this point in the history
  13. fix syntax issue

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a213055 View commit details
    Browse the repository at this point in the history
  14. Merge origin/main

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    acc6c8a View commit details
    Browse the repository at this point in the history
  15. reset BMS file

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bc05412 View commit details
    Browse the repository at this point in the history
  16. Add missing script loading

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fabdb8d View commit details
    Browse the repository at this point in the history
  17. add property dependenies

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ad92f68 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge upstream/develop

    Signed-off-by: Dennis Behm <[email protected]>
    dennis-behm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    865c5ee View commit details
    Browse the repository at this point in the history