Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information