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

patroni / patroni
100%

Build:
DEFAULT BRANCH: master
Repo Added 17 Jun 2024 07:19AM UTC
Files 58
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
  • REL_3_3
  • REL_4_0
  • Support-for-pyinstaller-4.4
  • add-gucs-pg18
  • add_postgres_state_metric
  • add_systemd_support
  • behave/streaming
  • bigfix/subprocess-exception
  • bug/cluster-name-slash
  • bugfix/assert-error
  • bugfix/cancel-async-on-stop
  • bugfix/demote-offline
  • bugfix/drop-physical-slots-with-xmin
  • bugfix/etcd-check-term
  • bugfix/etcd3-cache-check-term
  • bugfix/etcd3-lease-refresh
  • bugfix/etcd3-pyopenssl
  • bugfix/etcd3-unavailable
  • bugfix/etcd3-watch-cancelation
  • bugfix/failsafe-etcd
  • bugfix/get-config
  • bugfix/global_config_init
  • bugfix/k8s-post-failsafe
  • bugfix/pg95
  • bugfix/priority-failover
  • bugfix/quorum
  • bugfix/quorum-switchover
  • bugfix/slots-retention-on-failover
  • bump-gh-action-pypi-publish
  • ci/citus-13
  • ci/priority-sync-behave
  • ci/pyright-1.1.394
  • ci/return-citus-13
  • ci/revert-citus-13
  • ci/unit-test-cleanup
  • click-min-version-5
  • codestyle/role-to-enum
  • codestyle/state-to-enum
  • compat/18-rc1
  • compat/click-8.2
  • compat/click-8.2.1
  • compat/distlib
  • compat/pg18-beta1
  • compat/pg18-beta1-v2
  • compat/py-consul-1.6.0
  • compat/python-3.13
  • compat/python-3.6
  • compat/python-json-logger-3.1
  • compat/python-latest-urlparse
  • compat/setuptools-warning
  • conf-file-perms-outside-pgdata
  • debug/slow-macos
  • dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
  • dev/PAT-273
  • docs-planning-improvement
  • docs/pin-sphinx
  • featrue/receive-replay-lag
  • feature/bootstrap-labels
  • feature/citus-multi
  • feature/demote-cluster
  • feature/demote-promote-cluster-ctl
  • feature/improved-readiness-api
  • feature/logical-failover-slots
  • feature/reload-update-configs
  • feature/synchronous_mode_strict-take2
  • feature/update-docs-citus-multi
  • feature/wal-receiver-status
  • fix-init-process-logger-no-handler
  • fix-signal-handler-reentrancy-deadlock
  • fix/add-str-enum-repr
  • fix/advance-slot-replay-lsn
  • fix/callback-test
  • fix/localhost-listen-address
  • fix/replay-receive-lag
  • followup/3388
  • improve-error-on-empty-conf
  • issue-3251
  • normalize-data-dir-before-rename
  • prevent-endpoints-deleted-with-leader-annotation
  • print-validated-config
  • release/v3.3.6
  • release/v3.3.7
  • release/v3.3.8
  • release/v4.0.5
  • release/v4.0.6
  • release/v4.0.7
  • release/v4.1.0
  • sophia/doc-fix
  • zalando-deploy

23 Sep 2025 12:48PM UTC coverage: 99.865%. First build
17946668688

push

github

web-flow
Release v4.1.0 (#3447)

Add release notes, update version

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

14802 of 14822 relevant lines covered (99.87%)

2.98 hits per line

Relevant lines Covered
Build:
Build:
14822 RELEVANT LINES 14802 COVERED LINES
2.98 HITS PER LINE
Source Files on master
  • Tree
  • List 57
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17946668688 master Release v4.1.0 (#3447) Add release notes, update version push 23 Sep 2025 12:53PM UTC web-flow github
99.87
17940663486 master Pin MacOS to 14 (#3446) 15 has some local network access regression which looks like will not be fixed: https://github.com/actions/runner-images/issues/10924 push 23 Sep 2025 08:55AM UTC web-flow github
99.86
17921077304 master Release v4.0.7 (#3442) push 22 Sep 2025 04:03PM UTC web-flow github
99.86
17918961639 master Solve annoying setuptools warning (#3444) ``` SetuptoolsDeprecationWarning: License classifiers are deprecated. ******************************************************************************** Please consider removing the following classifiers i... push 22 Sep 2025 02:46PM UTC web-flow github
99.86
17913166173 master Add 'from-leader' parameter for patronictl reinit (#3331) Thus we can add the '--from-leader' option when executing the patronictl reinit command to synchronize the wal log from the leader node of patroni. push 22 Sep 2025 11:10AM UTC web-flow github
99.86
17913046854 master Compatibility with PostgreSQL 18 rc1 (#3441) - `log_lock_failure` renamed to `log_lock_failures` - `idle_replication_slot_timeout` updated `unit` and `max_val` push 22 Sep 2025 10:59AM UTC web-flow github
99.86
17909109232 master Merge 6b6060c20 into e4a8ac988 Pull #3331 22 Sep 2025 08:42AM UTC web-flow github
99.86
17906350535 master Follow up on #3388 (#3430) As it was correctly pointed out _drop_physical_slot() is used to drop any kinds of replication slots, not only physical, therefore renaming it to _drop_replication_slot(). push 22 Sep 2025 06:20AM UTC web-flow github
99.86
17906186175 master Don't use `assert` for production validation (#3427) Replace it with `PatroniAssertionError` where it is possible. Close https://github.com/patroni/patroni/pull/3421 push 22 Sep 2025 06:12AM UTC web-flow github
99.86
17524421676 master Bump pypa/gh-action-pypi-publish in /.github/workflows (#3432) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) -... push 07 Sep 2025 05:37AM UTC web-flow github
99.86
See All Builds (582)
  • 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