ragweed.git
6 months agoMerge pull request #27 from cfsnyder/bucket_check_format_update master
Casey Bodley [Wed, 27 Sep 2023 17:39:00 +0000 (18:39 +0100)]
Merge pull request #27 from cfsnyder/bucket_check_format_update

update output format of admin bucket check api

6 months agoupdate output format of admin bucket check api 27/head
Cory Snyder [Mon, 25 Sep 2023 11:18:05 +0000 (11:18 +0000)]
update output format of admin bucket check api

Signed-off-by: Cory Snyder <csnyder@1111systems.com>
13 months agoMerge pull request #26 from ceph/wip-tox
Casey Bodley [Mon, 20 Feb 2023 14:29:15 +0000 (09:29 -0500)]
Merge pull request #26 from ceph/wip-tox

replace bootstrap with tox

14 months agoconfig: read_file() instead of deprecated readfp() wip-tox 26/head
Casey Bodley [Fri, 17 Feb 2023 01:19:43 +0000 (20:19 -0500)]
config: read_file() instead of deprecated readfp()

  ragweed/framework.py:385: DeprecationWarning: This method will be removed in future versions.  Use 'parser.read_file()' instead.
    cfg.readfp(f)

Signed-off-by: Casey Bodley <cbodley@redhat.com>
14 months agoadd tox.ini and update README
Casey Bodley [Tue, 31 Jan 2023 17:31:45 +0000 (12:31 -0500)]
add tox.ini and update README

Signed-off-by: Casey Bodley <cbodley@redhat.com>
14 months agoremove bootstrap script
Casey Bodley [Tue, 31 Jan 2023 17:44:42 +0000 (12:44 -0500)]
remove bootstrap script

Signed-off-by: Casey Bodley <cbodley@redhat.com>
14 months agoremove nose imports
Casey Bodley [Tue, 31 Jan 2023 17:42:56 +0000 (12:42 -0500)]
remove nose imports

Signed-off-by: Casey Bodley <cbodley@redhat.com>
14 months agoMerge pull request #25 from yehudasa/pytest
Casey Bodley [Tue, 31 Jan 2023 17:29:32 +0000 (12:29 -0500)]
Merge pull request #25 from yehudasa/pytest

ragweed: switch to pytest framework

14 months agoragweed: switch to pytest framework 25/head
Yehuda Sadeh [Tue, 31 Jan 2023 16:56:18 +0000 (11:56 -0500)]
ragweed: switch to pytest framework

due to deprecation of nose

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
14 months agoMerge pull request #23 from ceph/wip-58510
Casey Bodley [Tue, 31 Jan 2023 13:22:37 +0000 (08:22 -0500)]
Merge pull request #23 from ceph/wip-58510

bootstrap: use python3-venv instead python3-virtualenv

14 months agoMerge pull request #24 from mkogan1/wip-58549
Casey Bodley [Tue, 31 Jan 2023 13:22:17 +0000 (08:22 -0500)]
Merge pull request #24 from mkogan1/wip-58549

on ubuntu 20.04 the `python3-distro-info` package causes error

Reviewed-by: Casey Bodley <cbodley@redhat.com>
14 months agobootstrap: use python3-venv instead python3-virtualenv 23/head
Casey Bodley [Thu, 19 Jan 2023 20:42:21 +0000 (15:42 -0500)]
bootstrap: use python3-venv instead python3-virtualenv

on ubuntu 22.04, the 'virtualenv' command has no virtualenv/bin
subdirectory, so bootstrap fails with:

./virtualenv/bin/pip: not found

Signed-off-by: Casey Bodley <cbodley@redhat.com>
14 months agoon ubuntu 20.04 the `python3-distro-info` package causes error 24/head
mkogan [Mon, 30 Jan 2023 17:20:32 +0000 (19:20 +0200)]
on ubuntu 20.04 the `python3-distro-info` package causes error

`Invalid version: '0.23ubuntu1' (package: distro-info)`
during bootstrap executing the command:
`./virtualenv/bin/python setup.py develop`

ref:
https://bugs.launchpad.net/ubuntu/+source/distro-info/+bug/1991606/comments/18

Fixes: https://tracker.ceph.com/issues/58549
Signed-off-by: mkogan <mkogan@ibm.com>
2 years agoMerge pull request #22 from mkogan1/fix-venv-distribute
Mark Kogan [Wed, 28 Apr 2021 10:11:20 +0000 (13:11 +0300)]
Merge pull request #22 from mkogan1/fix-venv-distribute

rgw: ragweed: fix virtualenv error unrecognized argument --distribute