Commit graph

52 commits

Author SHA1 Message Date
Michael Banck dd02ea182b * debian/patches/check_postmaster.patch: Refreshed.
* debian/patches/avoid_distutils_spawn.patch: Removed, no longer needed.
  * debian/patches/disable_postgresql.conf_chmod.patch: Likewise.
2019-11-15 19:27:47 +01:00
Michael Banck aa406aea32 * debian/patches/avoid_distutils_spawn.patch: New patch, implements
find_executable() method and drops import of distutils.spawn.
  * debian/control (patroni/Depends): Removed python3-distutils.
2019-10-08 10:19:41 +02:00
Michael Banck a708d50f6a * debian/patches/acceptance_tests_timeouts.patch: New patch, increases a
timeout of an often failing autopkgtest test.
2019-10-07 20:41:17 +02:00
Michael Banck c9e40b4ddc Add actual patch 2019-09-20 19:36:39 +02:00
Michael Banck 91ed216419 * debian/patches/disable_postgresql.conf_chmod.patch: New patch, disables
setting the postgresql.conf permissions to 600, reported by Peter J.
    Holzer.
2019-09-20 19:01:45 +02:00
Michael Banck 8c2c318eba * debian/patches/check_postmaster.patch: Updated. 2019-08-05 18:05:05 +02:00
Michael Banck cb7ad1d1be * debian/patches/check_postmaster.patch: Refreshed. 2019-06-15 11:12:50 +02:00
Michael Banck 39bf90fbef * debian/patches/reclone-unable-pg_rewind.patch: Removed, no longer needed. 2019-02-15 23:35:02 +01:00
Michael Banck 7d1e81e853 * debian/patches/behave_failure_logging.patch: Removed, applied upstream.
* debian/patches/acceptance_tests_coverage_binary.patch: Likewise.
  * debian/patches/automatic_primary_reinit.patch: Likewise.
  * debian/patches/automatic_primary_reinit.patch: Likewise.
  * debian/patches/patronictl_timeline_info.patch: Likewise.
  * debian/patches/acceptance_tests_postgres_port.patch: Likewise.
  * debian/patches/fix_replication_connection.patch: Likewise.
  * debian/patches/consul_import.patch: Refreshed.
2019-02-15 20:29:59 +01:00
Michael Banck ec96dc075d * debian/patches/reclone-unable-pg_rewind.patch: New patch, reclones from the
primary if use_pg_rewind and remove_data_directory_on_rewind_failure are
    set, but the postgres password is empty.
2019-02-08 17:40:16 +01:00
Michael Banck bb564a258d Fix whitespace and refresh patches 2019-02-08 16:03:50 +01:00
Michael Banck fbfd686a2b * debian/patches/acceptance_tests_coverage_binary.patch: Updated according to
upstream feedback.
  * debian/patches/behave_failure_logging.patch: Likewise.
  * debian/patches/acceptance_tests_postgres_port.patch: Refreshed.
  * debian/patches/acceptance_tests_system_patroni.patch: Likewise.
2019-02-08 15:45:23 +01:00
Michael Banck 85a4ca636b * debian/patches/acceptance_tests_system_patroni.patch: Refreshed.
* debian/patches/acceptance_tests_postgres_port.patch: Likewise.
2019-02-07 18:04:55 +01:00
Michael Banck 8a65afb554 * debian/patches/coverage_binary.patch: Removed, and replaced with ...
* debian/patches/acceptance_tests_coverage_binary.patch: ... this patch,
    which is generally applicable.
2019-02-07 18:03:48 +01:00
Michael Banck 14b1f81df2 * debian/patches/sphinx_no_mathjax.patch: Removed, no longer needed. 2019-02-07 18:01:42 +01:00
Michael Banck a8522c6f39 * debian/patches/fix_replication_connection.patch: New patch, fixes the
initiation of replication connections for version 10 and up, taken from
    proposed upstream commit e285e159.
2019-01-28 14:21:06 +01:00
Michael Banck a6f28d48a1 Add missing patch file 2019-01-27 14:21:02 +01:00
Michael Banck e306123dcb * debian/patches/acceptance_tests_postgres_port.patch: Further lower the base
port to 5340.
2019-01-26 21:17:04 +01:00
Michael Banck d5b94c318e * debian/patches/acceptance_tests_postgres_port.patch: New patch, set base
port for acceptance tests to 5420 in order not to conflict with possible
    system clusters.
2019-01-26 18:10:30 +01:00
Michael Banck e062f5f988 * debian/patches/automatic_primary_reinit.patch: New patch, allows to
automatically reinit a former primary if a rewind is not possible, taken
    from proposed upstream commit 3a509cab.
2019-01-26 15:19:33 +01:00
Michael Banck 292f99ab6f * debian/patches/patronictl_timeline_info.patch: New patch, shows timeline
information in patronictl list, taken from proposed upstream commit
    fcc28c1b.
2019-01-26 15:18:04 +01:00
Michael Banck 452f26f844 * debian/patches/acceptance_tests_system_patroni.patch: Refreshed.
* debian/patches/behave_failure_logging.patch: Likewise.
  * debian/patches/check_postmaster.patch: Likewise.
  * debian/patches/consul_import.patch: Likewise.
  * debian/patches/coverage_binary.patch: Likewise.
2019-01-15 19:12:12 +01:00
Michael Banck 66706ec370 * debian/patches/startup_scripts.patch: Split out patroni@.service into ...
* debian/patroni@.service: ... this.
  * debian/patroni.install: Adjusted.
2018-11-11 15:23:27 +01:00
Michael Banck 9bebf50f35 * debian/patches/startup_scripts.patch: Add RuntimeDirectory option, set to
create the instance temporary statistics direcotry %v-%c.pg_stat_tmp.
2018-11-10 17:38:31 +01:00
Michael Banck 0a80df53c0 * debian/patches/behave_failure_logging.patch: Refreshed.
* debian/patches/consul_import.patch: Likewise.
  * debian/patches/coverage_binary.patch: Likewise.
  * debian/patches/startup_scripts.patch: Likewise.
2018-11-05 08:47:35 +01:00
Michael Banck 1d9c39925c * debian/patches/acceptance_tests_system_patroni.patch: New patch, use the
system installed patroni for acceptance tests.
2018-11-02 19:21:50 +01:00
Michael Banck 5c467495c6 * debian/patches/startup_scripts.patch: Add patroni service template
patroni@.service.
  * debian/patroni.install: Install it.
2018-10-22 18:34:21 +02:00
Michael Banck c2d94ded1d * debian/patches/patroni_service.patch: Removed, and folded into ...
* debian/patches/startup_scripts.patch: ... this.
2018-09-28 12:20:08 +02:00
Michael Banck acb7de0bb4 * debian/patches/check_postmaster.patch: Update unit tests as well. 2018-09-26 16:08:24 +02:00
Michael Banck e7e1f16c77 * debian/patches/check_postmaster.patch: New patch, replaces the process
creation time check for postmaster presense with sending signal 0, similar
    to what pg_ctl does.  Closes: #909532.
2018-09-26 14:20:44 +02:00
Michael Banck df088977ed * debian/patches/behave_failure_logging.patch: New patch, copy over output
directory of a failed feature with `_failed' at the end.
  * debian/tests/acceptance: Dump logs for failed features.
2018-09-25 15:44:49 +02:00
Michael Banck ce1da1ca62 * debian/patches/coverage_binary.patch: Refreshed.
* debian/patches/startup_scripts.patch: Likewise.
2018-09-21 11:18:33 +02:00
Michael Banck c480cdff80 * debian/patches/python3.7: Removed, no longer needed. 2018-09-21 11:17:46 +02:00
Michael Banck 98f36e6735 * debian/patches/relax_requirements.patch: Removed, no longer needed. 2018-09-21 11:14:14 +02:00
Christoph Berg 2187271458 Avoid using "async" which is a keyword in python3.7. Closes: #904369. 2018-07-23 20:09:06 +02:00
Christoph Berg 3f97900790 Remove obsolete sphinx_no_theme.patch file 2018-07-23 20:08:08 +02:00
Christoph Berg dd508183f8 Fix systemd integration
Bump DH compat to 10 to get systemd integration; patch patroni.service to start
only if /etc/patroni/config.yml exists; install service file directly from
extras/startup-scripts/ instead of via debian/.
2018-02-07 10:41:56 +01:00
Christoph Berg 14ceef1ab9 features/environment.py: Make "import consul" optional. 2018-02-06 15:33:01 +01:00
Michael Banck 205f3ac853 Revert last commit 2018-01-24 13:52:12 +01:00
Michael Banck 255d739116 * debian/patches/testsuite_relax_timeouts.patch: New patch, relaxes some of
the acceptance tests timeouts.
2018-01-24 11:55:40 +01:00
Michael Banck 8cd3ca89d6 * debian/patches/relax_requirements.patch: New patch, relaxes the
python3-kubernetes requirements.
2018-01-24 10:31:45 +01:00
Michael Banck bb955269a8 * debian/pathes/relax_kazoo_requirement.patch: Removed, no longer needed. 2018-01-24 07:04:26 +01:00
Michael Banck 9e6cd83f7b * debian/patches/coverage_binary.patch: Updated. 2018-01-24 07:03:28 +01:00
Michael Banck 1c14a2bb17 * debian/patches/startup_scripts.patch: Updated. 2018-01-24 07:02:56 +01:00
Michael Banck dba3332fcd * debian/patches/sphinx_no_mathjax.patch: Refreshed. 2018-01-24 07:02:09 +01:00
Michael Banck 2a4a695d9c * debian/patches/pgpass_in_testsuite.patch: Removed, no longer needed. 2018-01-24 06:24:55 +01:00
Michael Banck e0967b5a0f * debian/tests/acceptance: Simply set $PATH before running behave, drop the
$PATRONI_POSTGRESQL_BIN_DIR handling.
  * debian/patches/testsuite_honor_patroni_postgresql_bin_dir.patch: Removed,
    no longer needed.
2017-09-29 17:50:33 +02:00
Michael Banck 638eb126d7 * debian/patches/testsuite_honor_patroni_postgresql_bin_dir.patch:
New patch, makes the accceptance testsuite honor the
    $PATRONI_POSTGRESQL_BIN_DIR environment variable when trying to kill
    postgres via pg_ctl.
2017-09-29 15:11:22 +02:00
Michael Banck 06e5cbc5f3 * debian/patches/relax_kazoo_requirement.patch: New patch, relaxes the
previously strict (== 2.2.1) kazoo version requirements.
2017-09-23 09:55:48 +02:00
Michael Banck e8c96dcfd8 * debian/patches/coverage_binary.patch: New patch, corrects the name of the
coverage binary.
2017-09-15 15:24:01 +02:00