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

avito-tech / go-transaction-manager
94%

Build:
DEFAULT BRANCH: main
Repo Added 26 Nov 2022 06:44AM UTC
Files 43
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 main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • bump-to-1.24
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/supercharge/mongodb-github-action-1.12.1
  • dependabot/go_modules/drivers/goredis8/golang.org/x/net-0.33.0
  • dependabot/go_modules/drivers/gorm/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/drivers/gorm/gorm.io/driver/sqlite-1.6.0
  • dependabot/go_modules/drivers/gorm/gorm.io/gorm-1.31.1
  • dependabot/go_modules/drivers/pgxv4/github.com/jackc/pgconn-1.14.3
  • dependabot/go_modules/drivers/pgxv4/github.com/jackc/pgx/v4-4.18.3
  • dependabot/go_modules/drivers/pgxv5/github.com/jackc/pgx/v5-5.5.4
  • dependabot/go_modules/drivers/pgxv5/github.com/jackc/pgx/v5-5.9.0
  • dependabot/go_modules/drivers/pgxv5/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/drivers/sqlx/github.com/avito-tech/go-transaction-manager/drivers/sql/v2-2.0.2
  • dependabot/go_modules/trm/github.com/jmoiron/sqlx-1.4.0
  • dependabot/go_modules/trm/internal/prove_receiving_updates_without_vulnerabilities/github.com/jackc/pgx/v5-5.9.0
  • dependabot/go_modules/trm/internal/prove_receiving_updates_without_vulnerabilities/github.com/jackc/pgx/v5-5.9.2
  • dependabot/go_modules/trm/internal/prove_receiving_updates_without_vulnerabilities/golang.org/x/crypto-0.35.0
  • fix-pgx-awaitdone-context-race
  • fix/is-closed-mutex-deadlock
  • golangcilint-v2
  • russian-to-english
  • russian-to-english-v1

25 May 2026 07:35PM UTC coverage: 94.224% (-0.2%) from 94.389%
26416784676

push

github

web-flow
upgrade golangci-lint to v2 (#136)

* Bump github.com/jackc/pgx/v5 from 5.5.4 to 5.9.0 in /drivers/pgxv5

Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.4 to 5.9.0.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.5.4...v5.9.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: bump go.work to 1.25

* chore: migrate golangci-lint config to v2

* ci: upgrade golangci-lint-action to v7 with v2 support

* fix: add CommitQuery field to pgx.TxOptions in settings

* fix: resolve golangci-lint v2 issues across trm and drivers

* Revert "Bump github.com/jackc/pgx/v5 from 5.5.4 to 5.9.0 in /drivers/pgxv5"

This reverts commit 5cde52326.

* chore: replace wsl with wsl_v5 and fix related lint issues

* fix: rename benchmark package common to benchutil

* fix: remove unnecessary whitespace in closer.go

* docs: highlight disclaimer in red

* fix unknown goerr113 linter in nolint directive

* revert: restore go.work to 1.21 and remove CommitQuery from pgx.TxOptions

* docs: highlight disclaimer in CAUTION

* refactor package name benchmark/common->benchutil

* chore: remove default wsl_v5 settings

`allow-first-in-block: true` and `branch-max-lines: 2` are defaults.


* chore: use YAML anchors for internal exclusions, drop trm/context

Replaced repeated `path` fields with a YAML anchor.
Removed `trm/context` from var-naming exclusion — no linting
warnings fire on it without the exclusion.

* chore: remove phantom exclusion paths

`third_party` and `builtin` were golangci-lint v1 defaults that leaked
in during migration — these directories don't exist in the project.
Removed `examples` exclusion to keep examples linted.

* chore: switch to enable-all linters strategy

* chore: remove nolint d... (continued)

1615 of 1714 relevant lines covered (94.22%)

7.51 hits per line

Relevant lines Covered
Build:
Build:
1714 RELEVANT LINES 1615 COVERED LINES
7.51 HITS PER LINE
Source Files on main
  • Tree
  • List 43
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26416784676 main upgrade golangci-lint to v2 (#136) * Bump github.com/jackc/pgx/v5 from 5.5.4 to 5.9.0 in /drivers/pgxv5 Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.4 to 5.9.0. - [Changelog](https://github.com/jackc/pgx/blob/master/CHA... push 25 May 2026 07:41PM UTC web-flow github
94.22
25550326812 main Bump github.com/jackc/pgx/v5 (#134) Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.4 to 5.9.0. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v5.5.4...... push 08 May 2026 10:24AM UTC web-flow github
94.39
25548991982 main scoped Dependabot to per-module configs and ignore old-version pins push 08 May 2026 10:01AM UTC maranqz github
94.39
24602514720 main Bump github.com/jackc/pgx/v5 (#134) Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.4 to 5.9.0. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v5.5.4...... push 18 Apr 2026 10:22AM UTC web-flow github
94.39
18772414785 main * fixed trm dep in all drivers push 24 Oct 2025 07:12AM UTC maranqz github
94.39
18772089752 main * update Changelog before release push 24 Oct 2025 07:01AM UTC maranqz github
94.39
18772044608 main fix: correct mutex unlock in IsClosed.Err() method> (#129) * fix: correct mutex unlock in IsClosed.Err() method> * extend test to catch this problem in the future --------- Co-authored-by: ilia.sergunin <ilia.sergunin@tabby.ai> push 24 Oct 2025 06:59AM UTC web-flow github
94.39
18256243043 main * Added authors and update deps push 05 Oct 2025 08:44AM UTC maranqz github
94.39
17176245123 main * bumped up golang version * updated CHANGELOG.md * removed unnecessary go versions in github actions push 23 Aug 2025 01:56PM UTC maranqz github
94.39
17176142976 main * bump up golang version * updated CHANGELOG.md push 23 Aug 2025 01:43PM UTC maranqz github
94.39
See All Builds (249)
  • 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