15
0
forked from pool/python-pifpaf
Commit Graph

11 Commits

Author SHA256 Message Date
b67ce15fd6 - Add fdupes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=19
2019-04-08 12:05:53 +00:00
112a752586 - update to 2.2.2:
* postgresql: fix encoding of pgctl path
  * stdin expecting bytes instead of str
  * Implements apache qpid-dispatch-router driver
  * tests: switch to kafka 1.0.2
  * postgresql: add a --sync/--no-sync option
  * Update to Mergify v2
  * gnocchi: fix escape sequence
  * Remove Python 3.5 support
  * pep8: disable W503 and W504
  * Implements apache artemis driver

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=18
2019-04-08 12:04:52 +00:00
924c0ab691 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=16
2018-12-04 13:46:56 +00:00
47951d7369 - update to 2.1.2:
* Setup 2 partitions per topic
  * pep8: enable flake8-logging-format
  * fix py3 flake8 error
  * gnocchi: Don't install outdated version
  * tests: Remove s3srv testing
  * ceph: Allow to delete pool
  * Add .mergify.yml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=14
2018-11-28 14:23:18 +00:00
01c30078a6 Accepting request 640678 from Cloud:OpenStack:Factory
- update to 2.1.1
  * ceph: allow to run luminuous
  * various small bugfixes

OBS-URL: https://build.opensuse.org/request/show/640678
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=12
2018-10-09 07:33:32 +00:00
27e1473489 - update to 2.0.5:
* Fix s3rver for latest version
  * Revert "wait the pifpaf process termination in fork mode"
  * Use last ceph lts
  * gnocchi: use gnocchi-api binary when possible
  * wait the pifpaf process termination in fork mode
  * Fix exception handling
  * swift: use all needed workers
  * Fix exit code not being propagated

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=10
2018-02-23 13:36:04 +00:00
f320ee649a - update to 2.0.0:
* Replace cliff by click
  * Set the Cliff namespace
  * Wait logging thread and close the fd
  * Use psutil to cleanup process
  * Fix travis CI
  * swift: use 127.0.0.1 instead of localhost for memcached
  * gnocchi: run 4 api processes
  * Remove deprecated parameters from server.properties
  * gnocchi: allow any workers as possible
  * Replace hacking with flake8 extensions
  * Update wait\_for\_line for Kafka 1.0.0 server
  * Update config for 0.11 kafka server
  * Add leseb image in README.rst
  * gnocchi: handle virtual env on API
  * correct disk name
  * create data directory for swift
  * Push release to PyPI using Travis
  * Fix Python 2 ProcessLookupError
  * Handle terminate lookup error
  * tests: call setUp to init cleanups
  * postgresql: do not call \_exec in \_\_init\_\_
  * Install mock for tests
  * Remove not used oslotest dependency
  * Fix process cleanup
  * Ensure pifpaf kill all processes
  * Fix compatibility with Redis 4.0

- convert to singlespec

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=8
2018-01-17 07:54:43 +00:00
0a5b9a9360 - update to 1.9.2:
* Revert "Ensure pifpaf kill all processes"
  * Ensure pifpaf kill all processes
  * Add a new driver for Vault
  * Fix logging in \_kill
  * memcached: don't read stdout
  * swift: fix configuration typo
  * swiftclient default auth to 2.0
  * swift: start a dedicated memcached
  * Disable elastic search tests
  * Ensure xattr are available for swift
  * swift: check we can upload file
  * Use subprocess to kill process
  * Fix decorator order
  * Simplify retry logic
  * Fix retry error catching
  * Wait 10 seconds processes to end, them kill them
  * Revert "gnocchi: use --reuse-port"
  * gnocchi: use --reuse-port
  * Do not use concurrency to run tests
  * Fix conflicting port in Gnocchi test
  * Use another port for test\_gnocchi\_with\_redis\_coordinator
  * Fix pep8 error
  * Revert "gnocchi: remove deprecated uwsgi option die-on-term"
  * gnocchi: ensure client don't use keepalive
  * gnocchi: add --no-orphans to uwsgi
  * gnocchi: remove deprecated uwsgi option die-on-term
  * gnocchi: only run 1 metricd
  * gnocchi: add missing backslash in re
  * gnocchi: chdir to tempdir in uwsgi

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=6
2017-07-28 12:59:32 +00:00
c2ad1d9ae1 Accepting request 456653 from Cloud:OpenStack:Factory
update to version 0.24.1
  * doc: rabbitmq cluster is supported
  * tests: allow to find zookeeper bins
  * Make travis-ci happy again
  * ceph: increase rados object name limit for ext4 fs
  * gnocchi: start statsd daemon
  * gnocchi: Set statd old vars
  * tests: Fix a python3 bug
  * rabbit: put password for all hosts in the url
  * Set storage engine to mmapv1 when wiredtiger is not present
  * correctly decode application stdout
  * Revert "gnocchi: set auth_mode = noauth"
  * Add MongoDB to README
  * tests: Don't run them in //
  * gnocchi: allow to run with an existing storage URL
  * aodh: auth with basic against Gnocchi
  * Revert "mysql: fix timezone"
  * travis: fix mysql install
  * travis: remove tarball from cache
  * ceph: last jewel point release have lowered object max len
  * Clean variables on exit
  * gnocchi: fix statds waiting line for gnocchi <3.0
  * Revert "Partial revert for debug output"
  * mysql: fix timezone
  * gnocchi: set auth_mode = noauth
  * tests: fix env variable parsing
  * rabbit: use process group
  * Set a proper PS1 when invoked via eval
  * Gnocchi >= 3.1 will not ship any config by default
  * rabbitmq: fix waiting line

OBS-URL: https://build.opensuse.org/request/show/456653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=4
2017-02-13 12:44:54 +00:00
c425a04208 Accepting request 423959 from home:tbechtold:branches:devel:languages:python
- update to 0.12.0:
  * Add support for s3rver
  * fakes3: export HTTP url
  * Mention CouchDB support in README
  * Add support for CouchDB
  * gnocchi: Catch a working line for metricd
  * Fix virtualenv handling
  * Revert "mysql: add --basedir=/usr"
  * mysql: fix typo
  * tests: fix mysqld database name
  * mysql: use pifpaf as the name of the database
  * mysql: add --basedir=/usr
  * mysql: use mysql_install_db if mysqld --initialize-insecure fails
  * mysql: add --no-defaults and --tmpdir to mysqld
  * Indicate we support etcd clustering
  * Support etcdctl
  * etcd: add clustering support
  * etcd: change default port to IANA and allow to change peer port
  * Print PID of process when logging output
  * Support for Aodh 3
  * Better reporting on wait_for_line
  * Print actual output when we don't find the expected line
  * tests: fix a port collision
  * tests: fix Popen usage with Python 3
  * Fix Python 3
  * Fix pep8 errors
  * influxdb: fix wait_for_line with re
  * ceph: fix output matching with re
  * Gnocchi: bugfix on wait_for_line on API
  * gnocchi: fix URL in waiting

OBS-URL: https://build.opensuse.org/request/show/423959
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=2
2016-08-31 08:43:47 +00:00
5e606c5c7e Accepting request 395164 from Cloud:OpenStack:Master
OBS-URL: https://build.opensuse.org/request/show/395164
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=1
2016-05-17 13:04:29 +00:00