Skip to content

Releases: dmwm/dbs2go

Release v00.06.47rc3

16 May 13:37
Compare
Choose a tag to compare
Release v00.06.47rc3 Pre-release
Pre-release
  - 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

30 Apr 14:54
Compare
Choose a tag to compare
Release v00.06.47rc2 Pre-release
Pre-release
  - 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

30 Apr 09:07
0032900
Compare
Choose a tag to compare
Release v00.06.47rc1 Pre-release
Pre-release
  - 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

29 Apr 12:24
Compare
Choose a tag to compare
  - Revert "Merge pull request #117 from dmwm/dependabot/go_modules/g…

Release v00.06.45

03 Apr 13:46
7ad1be1
Compare
Choose a tag to compare
Merge pull request #124 from dmwm/dbs-errors-new-codes

Change generic error code to explicit ones

Release v00.06.44

12 Jul 13:34
8effd5a
Compare
Choose a tag to compare

Currently deployed in production

Full Changelog: v00.06.43...v00.06.44

Release v00.06.43

24 Oct 14:59
4d184ca
Compare
Choose a tag to compare
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

21 Nov 18:47
Compare
Choose a tag to compare
Add new integration test to test injection of the same block

Release v00.06.41

21 Nov 14:13
Compare
Choose a tag to compare
Add helper function checkBlockExist; use it as first part of bulblock…

Release v00.06.40

15 Nov 19:47
Compare
Choose a tag to compare
Add DoesNotExist error codes which is used by bulkblocks2.go codebase