]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/shortlog
radosgw-agent.git
2015-01-12 Ken Dreyerpackaging: add RPM %description
2015-01-12 Ken Dreyerpackaging: use upper-case URL tag in RPM
2015-01-12 Ken Dreyerpackaging: rm unnecessary RPM tags
2015-01-12 Ken Dreyerpackaging: rm unnecessary RPM macro definitions
2015-01-12 Alfredo Dezacreate a changelog v1.2
2015-01-12 Alfredo Dezaupdate author email
2015-01-12 Josh DurginMerge pull request #16 from ktdreyer/fixes-from-v1.2
2015-01-12 Sandon Van... Update Debian Changelog. 16/head
2015-01-12 Sandon Van... Branch for 1.2 release.
2015-01-05 Alfredo DezaMerge pull request #15 from ceph/wip-socket-leak
2014-12-27 Josh Durginclient: workaround socket leak wip-socket-leak 15/head
2014-12-19 Alfredo DezaMerge pull request #14 from ceph/wip-full-sync
2014-12-19 Josh Durginworker: check op state for progress on any HTTP error 14/head
2014-12-19 Josh Durginsync: use ' ' as the default shard so retries can be...
2014-12-19 Josh Durginfull data sync: treat 404 from bucket list as success
2014-12-19 Josh Durginworker: ignore 404 when removing op_state
2014-12-19 Alfredo Dezare-purpose urlencode to craft the query string for...
2014-12-19 Alfredo Dezacreate a test to check/prevent double quoting of urls
2014-12-19 Alfredo Dezaadd get_bucket_list test
2014-12-19 Alfredo Dezatests for get API calls
2014-12-19 Alfredo Dezapep8/style changes to client.py
2014-12-19 Alfredo Dezahttp response does not have .raw anymore
2014-12-08 Alfredo DezaMerge pull request #13 from ceph/wip-full-sync
2014-12-06 Josh Durginclient: return object names instead of boto resultsets 13/head
2014-11-25 Josh DurginAdd tests for boto_call decorator
2014-11-25 Josh DurginMore tests for wait_for_object()
2014-11-25 Josh DurginImmediately fail when op state is not found
2014-11-24 Josh DurginTreat HTTP 500 as any other HTTP error for a copy request
2014-11-24 Yehuda Sadehclient: escape copy source header
2014-11-24 Josh Durginworker: process full sync for buckets with no log
2014-11-24 Josh Durginclient: don't hide boto return values
2014-11-19 Alfredo Dezaadd a test that ensures that wait_for_object is not... wip-10102 11/head
2014-11-19 Alfredo Dezaby default object is not found, changing only when...
2014-11-19 Alfredo Dezaraise SyncFailed on transient errors
2014-11-19 Alfredo Dezaallow a stringified version of the http status code
2014-11-19 Alfredo Dezatests for sync_object in worker.py
2014-11-19 Alfredo Dezaconfigure logging for testing
2014-11-19 Alfredo Dezalog the exception as error
2014-11-17 Josh DurginMerge pull request #10 from ceph/wip-coverage
2014-11-17 Alfredo Dezaadd parametrization for endpoint tests 10/head
2014-04-25 Josh Durginclient: fix unicode handling
2014-03-27 Josh Durginlogrotate: don't rotate empty logs
2014-03-22 Josh Durgindebian: fix init script installation
2014-03-22 Josh Durginpackaging: fix up spec file for non-python files
2014-03-22 Josh Durgincli: add a default log file
2014-03-22 Josh Durgindebian: depend on python 2.6 or higher
2014-03-22 Josh Durginpackaging: add logrotate config
2014-03-22 Josh Durginpackaging: add init scripts
2014-03-21 Josh Durginpackaging: add dependency on python-requests