Skip to content

Tags: dmwm/dbs2go

Tags

v00.06.47rc3

Toggle v00.06.47rc3's commit message
 - 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.

v00.06.47rc2

Toggle v00.06.47rc2's commit message
 - 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

v00.06.47rc1

Toggle v00.06.47rc1's commit message
 - Merge pull request #137 from dmwm/dbs-error-codes-fix5

  - New unit test for code values
  - Use explicit code assignments for dbs errors

v00.06.46

Toggle v00.06.46's commit message
 - Revert "Merge pull request #117 from dmwm/dependabot/go_modules/go…

…lang.org/x/crypto-0.31.0"

  - Merge pull request #131 from dmwm/dbs-error-codes-fix3
  - Switch to list structure
  - Add /errors end-point to provide list of DBS errors and provide corresnding handler and API
  - Merge pull request #130 from dmwm/dbs-error-codes-fix2
  - New unit/integration test for nested error
  - Add explanation to DBS error codes
  - Merge pull request #129 from dmwm/dbs-error-codes-fix1
  - Adopt new set of error codes and replace generic codes with specific ones to make DBSError more concise about its content
  - Introduce series of new error codes and re-order codes in blocks of specific range
  - Change error codes in integration tests
  - Adjust data_tier_name regexp to avoid only digits (used in negative tests)
  - stop test execution right away if any test fails
  - fix name of validation error code

v00.06.45

Toggle v00.06.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #124 from dmwm/dbs-errors-new-codes

Change generic error code to explicit ones

v00.06.44

Toggle v00.06.44's commit message

Verified

This commit was signed with the committer’s verified signature.
vkuznet Valentin Kuznetsov
Properly handle HTTP error response when requested gzip encoding

v00.06.43

Toggle v00.06.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v00.06.42

Toggle v00.06.42's commit message
Add new integration test to test injection of the same block

v00.06.41

Toggle v00.06.41's commit message
Add helper function checkBlockExist; use it as first part of bulblock…

…s API logic

v00.06.40

Toggle v00.06.40's commit message
Add DoesNotExist error codes which is used by bulkblocks2.go codebase