• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / go-storage
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: bigbes/gh-no-hex-codecs-v2
DEFAULT BRANCH: master
Repo Added 23 Dec 2025 02:48PM UTC
Files 51
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH bigbes/gh-no-hex-codecs-v2
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bigbes/gh-29-dummy-driver
  • bigbes/gh-29-etcd-driver
  • bigbes/gh-29-locker-helpers
  • bigbes/gh-29-locker-package
  • bigbes/gh-29-locker/dummy-driver
  • bigbes/gh-29-locker/etcd-driver
  • bigbes/gh-29-locker/locker-package
  • bigbes/gh-29-locker/storage-wiring
  • bigbes/gh-29-locker/tcs-driver
  • bigbes/gh-29-storage-wiring
  • bigbes/gh-29-tcs-driver
  • bigbes/gh-30-basic-integration-tests
  • bigbes/gh-31-readme-md
  • bigbes/gh-34-remove-mocks
  • bigbes/gh-61-implement-count
  • bigbes/gh-no-add-additional-marshallers
  • bigbes/gh-no-add-go-generate-target
  • bigbes/gh-no-add-legacy-namer
  • bigbes/gh-no-connect-unify-probin
  • bigbes/gh-no-etcdtest
  • bigbes/gh-no-fix-govulncheck
  • bigbes/gh-no-fix-interface
  • bigbes/gh-no-fix-namer-prefixes
  • bigbes/gh-no-fix-nil-hasher
  • bigbes/gh-no-fix-watch-bug
  • bigbes/gh-no-full-key-method
  • bigbes/gh-no-hex-codecs
  • bigbes/gh-no-hex-codecs-v2
  • bigbes/gh-no-namer-key-prefix
  • bigbes/gh-no-prefix-check
  • bigbes/gh-no-prefixed-leading-slash
  • bigbes/gh-no-remove-typed-storage
  • bigbes/gh-no-tarantool-v3
  • bigbes/gh-no-tx-storage-wrapper
  • bigbes/gh-no-unnamed-codec
  • bigbes/gh-no-update-contributing-md
  • bigbes/gh-no-update-golangci-lint
  • bigbes/gh-no-v2
  • bigbes/release-v1.1.0
  • bigbes/release-v1.1.1
  • bigbes/release-v1.1.2
  • bigbes/release-v1.2.0
  • bigbes/release-v1.3.0
  • bigbes/release-v1.4.0
  • bigbes/release-v1.5.0
  • bigbes/release-v1.6.0
  • bigbes/tntp-7585-new-namer
  • bigbes/tntp-7587-codec-api
  • bigbes/tntp-7587-examples
  • bigbes/tntp-7587-new-namer
  • bigbes/tntp-7587-prefixed-storage-wrapper
  • bigbes/tntp-7587-store-api
  • bigbes/tntp-7587-tx-api
  • bigbes/tntp-7706-integrity-empty-watch
  • bigbes/tntp-7707-integrity-empty-range
  • bigbes/tntp-7708-watch-signal-contract
  • bigbes/tntp-7709-namer-multi-segment
  • bigbes/tntp-7710-integrity-singleton
  • bigbes/tntp-7780-fix-admin-for-connect-v2
  • ci/inline-govulncheck
  • g.rybakov/123
  • g.rybakov/gh-25-integrity-predicates
  • g.rybakov/gh-26-fix-non-empty-range
  • g.rybakov/tntp-4544-add-dummy-driver
  • g.rybakov/tntp-7387-add-ping-tcs
  • g.rybakov/tntp-7387-fix-probe-returns
  • g.rybakov/tntp-7387-remove-ssl-build-tag
  • g.rybakov/tntp-7780-connect-timeout
  • g.rybakov/tntp-7780-fix-admin-for-connect
  • gh-no-range-double-slash
  • master
  • mockird31/TNTP-4192-usage-examples
  • mockird31/fix-prefix-generate
  • mockird31/gh-23-extend-validated-result
  • mockird31/gh-24-prefix-deleteion
  • mockird31/gh-24-prefix-deletion
  • mockird31/gh-30-integration-tests-integrity.Typed
  • oleg-jukovec/connect-schema-fixes
  • oleg-jukovec/replace-etcd-client-with-interface
  • oleg-jukovec/storage-create-helper
  • origin/mockird31/gh-30-integration-tests-integrity.Typed
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.1.2
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.4.0
  • refs/tags/v1.5.0
  • refs/tags/v1.6.0
  • v2

19 Jun 2026 02:18PM UTC coverage: 90.063% (+0.2%) from 89.891%
27831087319

Pull #115

github

bigbes
hasher,crypto: hex output by default with WithRaw opt-out (v2)

Make the hasher and RSA-PSS signer/verifier emit and accept lower-case
hex-encoded output by default, with a WithRaw() option to fall back to raw
bytes. This is the v2 take on the hex decorators: instead of separate Hex
constructors, the single constructors gained variadic options.

- hasher: NewSHA256Hasher/NewSHA1Hasher take opts; Hash returns hex unless
  hasher.WithRaw() is passed. Name() is unchanged.
- crypto: NewRSAPSSSignerVerifier renamed to NewRSAPSS; NewRSAPSS and
  NewRSAPSSVerifier take opts; signatures are hex unless crypto.WithRaw() is
  passed. The internal digest fed to rsa.SignPSS stays raw via WithRaw.

Breaking change: default on-disk encoding of integrity hashes and signatures
is now hex, and NewRSAPSSSignerVerifier is gone. Validator fixtures that
embedded raw digests are updated to their hex form.
Pull Request #115: hasher,crypto: hex output by default with WithRaw opt-out (v2)

63 of 63 new or added lines in 4 files covered. (100.0%)

3861 of 4287 relevant lines covered (90.06%)

504.96 hits per line

Relevant lines Covered
Build:
Build:
4287 RELEVANT LINES 3861 COVERED LINES
504.96 HITS PER LINE
Source Files on master
  • Tree
  • List 51
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27831087319 bigbes/gh-no-hex-codecs-v2 hasher,crypto: hex output by default with WithRaw opt-out (v2) Make the hasher and RSA-PSS signer/verifier emit and accept lower-case hex-encoded output by default, with a WithRaw() option to fall back to raw bytes. This is the v2 take on the hex... Pull #115 19 Jun 2026 02:19PM UTC bigbes github
90.06
27829873855 bigbes/gh-no-hex-codecs hasher,crypto: add hex-encoding decorators Add hex variants that wrap the existing Hasher and SignerVerifier so the stored payload is lower-case hex while Name() is passed through unchanged, preserving the on-disk key layout. - hasher: NewHexHas... Pull #114 19 Jun 2026 01:55PM UTC bigbes github
90.09
27819594519 bigbes/gh-no-tarantool-v3 test(etcd): deflake locker ctx-cancellation acquisition wait TestLocker_CtxCancellation_AbortsLock guarded locker C's acquisition with an independent time.After(lockerTestTimeout) tripwire that was tighter than the test's own outer context (3*loc... Pull #111 19 Jun 2026 10:14AM UTC bigbes github
89.94
27816748402 bigbes/gh-no-tarantool-v3 test(tcs): stop ErrConnect hanging on go-tarantool/v3 pool.New go-tarantool/v3 pool.New blocks until every instance's connect attempt finishes, and the dial honours the context rather than Opts.Timeout. The non-routable 10.0.0.1 address black-hol... Pull #111 19 Jun 2026 09:14AM UTC bigbes github
89.94
27791403811 bigbes/gh-no-remove-typed-storage docs: changelog and migration guide for the v2 API cleanup Document the breaking changes under CHANGELOG [Unreleased] and add a "v2 API cleanup" section to MIGRATION.md with before/after for each change. Update README for the Codec-only integrity... Pull #112 18 Jun 2026 09:49PM UTC bigbes github
89.26
27762795942 v2 Bump module path to v2 Update the module path to github.com/tarantool/go-storage/v2 and rewrite all internal imports, the depguard allowlist, and README references accordingly. push 18 Jun 2026 01:28PM UTC bigbes github
89.89
27757225344 bigbes/gh-no-v2 Bump module path to v2 Update the module path to github.com/tarantool/go-storage/v2 and rewrite all internal imports, the depguard allowlist, and README references accordingly. Pull #110 18 Jun 2026 11:47AM UTC bigbes github
89.94
27756611340 bigbes/gh-no-v2 Bump module path to v2 Update the module path to github.com/tarantool/go-storage/v2 and rewrite all internal imports, the depguard allowlist, and README references accordingly. push 18 Jun 2026 11:35AM UTC bigbes github
89.94
27756193488 bigbes/gh-no-tarantool-v3 Port tarantool backend from go-tarantool v2 to v3 Migrate the tcs driver and its test scaffolding to go-tarantool/v3: - Switch all imports to github.com/tarantool/go-tarantool/v3. - Future is an interface now: DoerWatcher.Do and the mock doers r... push 18 Jun 2026 11:29AM UTC bigbes github
89.89
27756181499 v2 Release v1.6.0 push 18 Jun 2026 11:27AM UTC bigbes github
89.94
See All Builds (305)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc