-
Notifications
You must be signed in to change notification settings - Fork 143
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
Merge develop into main for zAppBuild 3.0.0 release #256
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* move logical file creation after call to copySourceFiles Signed-off-by: Luke Burgess <[email protected]> * setting logical file in copySourceFiles Signed-off-by: Luke Burgess <[email protected]> * adding check for dependency resolver Signed-off-by: Luke Burgess <[email protected]> Co-authored-by: Luke Burgess <[email protected]>
Signed-off-by: Dennis Behm <[email protected]>
* skip unnecessary impact calculation on generated full build list Signed-off-by: Dennis Behm <[email protected]>
* Revised implementation of reporting of external impacts Signed-off-by: Dennis Behm <[email protected]> * Revisions to Function Overview of Report External Impacts Signed-off-by: Lauren Li <[email protected]> * Handle case with back-level DBB server Signed-off-by: Dennis Behm <[email protected]> Signed-off-by: Dennis Behm <[email protected]> Signed-off-by: Lauren Li <[email protected]> Co-authored-by: Lauren Li <[email protected]>
* Initial commit * initial add of zappbuild:main: * replace repository client with metadatastore * fixes, improvements * fix * clean up implementation * update print stmnt * update attachment * use buildReport.generateHTML() * cleanup * resolve outstanding conflicts * remove repositoryclient instances * fix * add db2 metadatastore constructor * Implement db2 metadatastore * improvements * Implement db2 metadatastore creation logic * fix MetadataStore initialization * cleanup * print build result * fix * testing * fix * improvements * clarification improvement * test * test * fix * cast password as String to resolve ambiguous method exception * fix * support null id * improvements * useSearchConfig set to true * debug * add dbg stmnt * clean up * remove MetadataStore as param * remove MetadataStore as a param for createMergeBuildList, use factory to get instance instead * remove MetadataStore as a param for scanOnlyStaticDependencies, replace with factory getter method * remove MetadataStore param from calculateConcurrentChanges() * remove MetadataStore param from generateConcurrentChangesReports() * remove MetadataStore param from reportExternalImpacts definition and calls * remove MetadataStore param from calculateLogicalImpactedFile definition and calls * remove MetadataStore param from updateCollection() * remove MetadataStore param from saveStaticLinkDependencies definition and calls * remove MetadataStore param from verifyCollections() definition and calls * fix updateCollection MetadataStore API calls * remove metadataStore arg from BuildUtilities.updateBuildResult and GitUtilities.updateBuildResult * remove MetadataStore arg from retrieveLastBuildResult definition and calls * clean up, remove unecessary MetadataStore vars, fixes * clean up repository client references * debug * debug * debug * fix * relativize paths * update README for MetadataStore options * remove MetadataStore variable and getter from language files, no longer needed * cleanup * remove useSearchConfiguration property, old DependencyResolver and ImpactResolver are removed in DBB 2.0 * minor improvement * remove debug println stmnt * change 'repository' to 'MetadataStore' * clarity * provide example for JDBC URL * fix wording for db2 command line options, update BUILD.md * add property to readme Co-authored-by: Daniel Bruce <[email protected]> Co-authored-by: Luke Burgess <[email protected]>
* Fix NPE when using dependency file (#230) (#231) * move logical file creation after call to copySourceFiles Signed-off-by: Luke Burgess <[email protected]> * setting logical file in copySourceFiles Signed-off-by: Luke Burgess <[email protected]> * adding check for dependency resolver Signed-off-by: Luke Burgess <[email protected]> Co-authored-by: Luke Burgess <[email protected]> Co-authored-by: Luke Burgess <[email protected]> Co-authored-by: Luke Burgess <[email protected]> * Merge Develop into main for zAppBuild v2.5.2 release (#252) * Fix NPE when using dependency file (#230) * move logical file creation after call to copySourceFiles Signed-off-by: Luke Burgess <[email protected]> * setting logical file in copySourceFiles Signed-off-by: Luke Burgess <[email protected]> * adding check for dependency resolver Signed-off-by: Luke Burgess <[email protected]> Co-authored-by: Luke Burgess <[email protected]> * Assembler.groovy removal of hard coded library name (#237) Signed-off-by: Dennis Behm <[email protected]> * Skip unnecessary impact calculation on created full build list (#236) * skip unnecessary impact calculation on generated full build list Signed-off-by: Dennis Behm <[email protected]> * Revised implementation of reporting of external impacts feature (#239) * Revised implementation of reporting of external impacts Signed-off-by: Dennis Behm <[email protected]> * Revisions to Function Overview of Report External Impacts Signed-off-by: Lauren Li <[email protected]> * Handle case with back-level DBB server Signed-off-by: Dennis Behm <[email protected]> Signed-off-by: Dennis Behm <[email protected]> Signed-off-by: Lauren Li <[email protected]> Co-authored-by: Lauren Li <[email protected]> Signed-off-by: Dennis Behm <[email protected]> Signed-off-by: Lauren Li <[email protected]> Co-authored-by: Luke Burgess <[email protected]> Co-authored-by: Luke Burgess <[email protected]> Co-authored-by: Dennis Behm <[email protected]> Co-authored-by: Lauren Li <[email protected]> * remove another merge conflict * remove leftover RepositoryClient references after merge Signed-off-by: Dennis Behm <[email protected]> Signed-off-by: Lauren Li <[email protected]> Co-authored-by: Dennis Behm <[email protected]> Co-authored-by: Dan Bruce <[email protected]> Co-authored-by: Luke Burgess <[email protected]> Co-authored-by: Lauren Li <[email protected]>
lburgess07
approved these changes
Oct 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.