Releases: dmwm/dbs2go
Releases · dmwm/dbs2go
Release v00.06.47rc3
- v00.06.47rc3 - Merge pull request #142 from todor-ivanov/feature_CICDStableTags_fix-141 - Separate Release Candidate actions from Stable Release actions for dbs2go - Merge pull request #140 from todor-ivanov/feature_AddBuildRelease_fixes-139 - Adapt WMCore's buildRelase script to dbs2go needs - Convert CHANGES file to a proper Markdown formated one && Rename it to CHANGES.md - Merge pull request #138 from todor-ivanov/bugfix_LongOutputModuleLabels_fixes-123 - Change OUTPUT_MODULE_LABEL size to VARCHAR2(100) in all schema creation files.
Release v00.06.47rc2
- v00.06.47rc2 - Add initial CHANGES file - Merge pull request #133 from dmwm/dbs-error-codes-fix4 - Adjust GetHash to allow shorten the hash of concurrent request, add new configuration parameter to specify this hash
Release v00.06.47rc1
- Merge pull request #137 from dmwm/dbs-error-codes-fix5 - New unit test for code values - Use explicit code assignments for dbs errors
Release v00.06.46
- Revert "Merge pull request #117 from dmwm/dependabot/go_modules/g…
Release v00.06.45
Merge pull request #124 from dmwm/dbs-errors-new-codes Change generic error code to explicit ones
Release v00.06.44
Currently deployed in production
Full Changelog: v00.06.43...v00.06.44
Release v00.06.43
Merge pull request #101 from d-ylee/feature-94-partial_parentage Allow Partial Parentage for fileparents API Need to provide `missingFiles` key in JSON body `child_parent_id_list` that is provided to the API must match the same number as the number of files that were injected from the block. Provide a child-parent id pair with the parent id as -1.
Release v00.06.42
Add new integration test to test injection of the same block
Release v00.06.41
Add helper function checkBlockExist; use it as first part of bulblock…
Release v00.06.40
Add DoesNotExist error codes which is used by bulkblocks2.go codebase