Jump to: navigation, search

Difference between revisions of "Swift/PriorityReviews"

Line 3: Line 3:
 
All patches:https://review.openstack.org/#/q/status:open+AND+(project:openstack/swift-bench+OR+project:openstack/object-api+OR+project:openstack/swift+OR+project:openstack/python-swiftclient),n,z
 
All patches:https://review.openstack.org/#/q/status:open+AND+(project:openstack/swift-bench+OR+project:openstack/object-api+OR+project:openstack/swift+OR+project:openstack/python-swiftclient),n,z
  
 +
 +
* Separate swift-bench repo
 +
** no current patches, but needs to be done ASAP
 +
** allows for independent releases
 +
** removes Swift's dependency on python-swiftclient
  
 
* Discoverable Capabilities (https://review.openstack.org/#/c/54857/)
 
* Discoverable Capabilities (https://review.openstack.org/#/c/54857/)
 +
** While a cool feature in-and-of itself, the real nice thing is that it should allow much more in-depth testing for middleware and better cross-cluster clients
 +
 +
* Continuation of the DiskFile refactor that is part of storage policies
 +
** Account and Container refactors (https://review.openstack.org/#/c/47713/)
 +
** Ween the auditor off of the DiskFile class (https://review.openstack.org/#/c/44787/)
 +
 +
* Easier setup for SAIO environments (https://review.openstack.org/#/c/49583/5/doc/source/development_saio.rst)
 +
 +
* Timestamp checking/validation improvements
 +
** https://review.openstack.org/#/c/44098/ -- but depends on an abandoned patch
 +
 +
* Programatic pipeline construction (https://review.openstack.org/#/c/43934/)
 +
** will be restored soon, was auto-abandoned by Launchpad during the summit and the author's subsequent vacation.
 +
 +
* Handle COPY with account quotas (https://review.openstack.org/#/c/51870/)

Revision as of 00:36, 13 November 2013

Looking for something to review...

All patches:https://review.openstack.org/#/q/status:open+AND+(project:openstack/swift-bench+OR+project:openstack/object-api+OR+project:openstack/swift+OR+project:openstack/python-swiftclient),n,z


  • Separate swift-bench repo
    • no current patches, but needs to be done ASAP
    • allows for independent releases
    • removes Swift's dependency on python-swiftclient
  • Discoverable Capabilities (https://review.openstack.org/#/c/54857/)
    • While a cool feature in-and-of itself, the real nice thing is that it should allow much more in-depth testing for middleware and better cross-cluster clients