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

cybertec-postgresql / vip-manager
90%

Build:
DEFAULT BRANCH: master
Repo Added 23 Feb 2026 06:59PM UTC
Files 11
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 394-fix-cancelled-watch
  • add-checker-tests
  • add-test-ipconfiguration
  • add-tests-basicconfigurer
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/actions/setup-go-7
  • dependabot/github_actions/actions/stale-11
  • dependabot/github_actions/github/codeql-action-4.37.3
  • dependabot/github_actions/github/codeql-action-4.37.4
  • dependabot/github_actions/github/codeql-action-4.37.5
  • dependabot/go_modules/github.com/hashicorp/consul/api-1.34.3
  • dependabot/go_modules/github.com/hashicorp/consul/api-1.34.4
  • dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.43.0
  • dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.44.0
  • dependabot/go_modules/github.com/testcontainers/testcontainers-go/modules/consul-0.43.0
  • dependabot/go_modules/github.com/testcontainers/testcontainers-go/modules/consul-0.44.0
  • dependabot/go_modules/github.com/testcontainers/testcontainers-go/modules/etcd-0.44.0
  • dependabot/go_modules/go.etcd.io/etcd/client/v3-3.6.12
  • dependabot/go_modules/go.etcd.io/etcd/client/v3-3.6.13
  • dependabot/go_modules/go.etcd.io/etcd/client/v3-3.7.0
  • dependabot/go_modules/go.etcd.io/etcd/client/v3-3.7.1
  • dependabot/go_modules/golang.org/x/sys-0.44.0
  • dependabot/go_modules/golang.org/x/sys-0.45.0
  • dependabot/go_modules/golang.org/x/sys-0.46.0
  • etcdleaderchecker-expired-ctx
  • fix/dcs-disconnection-handling
  • improve-err-messages
  • improve-tests-basicconfigure
  • pashagolub/studious-garbanzo
  • refactor-config
  • sighup_log_reopen

12 Aug 2026 12:50PM UTC coverage: 90.19% (+0.1%) from 90.084%
31598414170

push

github

web-flow
[+] bump `testcontainers/testcontainers-go` from 0.43.0 to 0.44.0 (#412)

* Bump github.com/testcontainers/testcontainers-go from 0.43.0 to 0.44.0

Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.43.0...v0.44.0)

---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump etcd and consul modules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Golub <pavlo.golub@gmail.com>

855 of 948 relevant lines covered (90.19%)

1.44 hits per line

Relevant lines Covered
Build:
Build:
948 RELEVANT LINES 855 COVERED LINES
1.44 HITS PER LINE
Source Files on master
  • Tree
  • List 11
  • 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
31598414170 master [+] bump `testcontainers/testcontainers-go` from 0.43.0 to 0.44.0 (#412) * Bump github.com/testcontainers/testcontainers-go from 0.43.0 to 0.44.0 Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainer... push 12 Aug 2026 12:53PM UTC web-flow github
90.19
30992807791 master [+] bump `github/codeql-action` from 4.37.3 to 4.37.4 (#409) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.3 to 4.37.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://gi... push 05 Aug 2026 09:21AM UTC web-flow github
90.08
30629079053 master [+] bump `github/codeql-action` from 4 to 4.37.3 (#408) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/g... push 31 Jul 2026 12:03PM UTC web-flow github
90.4
30470834531 master [+] improve test coverage for `EtcdLeaderChecker` (#406) * [+] improve test coverage for `EtcdLeaderChecker` * add `TestNewEtcdLeaderChecker_InvalidConfig()` * fix test * fix race expectation * add `TestGetNetIface_InterfaceDown()` * make li... push 29 Jul 2026 04:29PM UTC web-flow github
90.19
30462199845 master [+] improve test coverage for `BasicConfigure` (#405) * improve test coverage for `BasicConfigure` * add loggers * add tests for `sendPacketLinux()` * fix tests * Run tests in privileged container to enable raw socket and IP configuration tests *... push 29 Jul 2026 02:44PM UTC web-flow github
89.66
30445302506 master [-] fix error handling in `HetznerConfigurer` - fix bounds checking bug. The credential parsing code would panic on lines shorter than 4 characters. Added bounds checking to skip short lines safely. - fix error handling bug. In `queryAddress()`,... push 29 Jul 2026 10:52AM UTC pashagolub github
84.39
30437448249 master [+] add tests for `BasicConfigurer` (#404) push 29 Jul 2026 08:56AM UTC web-flow github
62.43
30388760081 master [+] add tests for `IPConfiguration` (#403) push 28 Jul 2026 06:44PM UTC web-flow github
58.59
30352680303 master [+] bump `actions/stale` from 10 to 11 (#402) Bumps [actions/stale](https://github.com/actions/stale) from 10 to 11. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.m... push 28 Jul 2026 10:56AM UTC web-flow github
57.74
30105177989 master [+] bump `go.etcd.io/etcd/client/v3` from 3.7.0 to 3.7.1 (#400) Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](https://github.com/etc... push 24 Jul 2026 03:26PM UTC web-flow github
57.74
See All Builds (74)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc