Jump to: navigation, search

Difference between revisions of "Swift/PriorityReviews"

(cleaned off some stuff that merged, added some replacements)
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
  
 +
== Stuff for Swift 1.11.0 ==
 +
 +
* Protect against hash cleanup errors on PUTs https://review.openstack.org/#/c/58188
 +
* Accurate timestamps added as new log fields https://review.openstack.org/#/c/56692/
 +
 +
----
  
 
* Continuation of the DiskFile refactor that is part of storage policies
 
* Continuation of the DiskFile refactor that is part of storage policies
Line 8: Line 14:
 
** Ween the auditor off of the DiskFile class (https://review.openstack.org/#/c/44787/)
 
** 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)
+
* Easier setup for SAIO environments (https://review.openstack.org/#/c/49583/) # note this may not be the best way to accomplish the goal
  
 
* Timestamp checking/validation improvements
 
* Timestamp checking/validation improvements
Line 15: Line 21:
 
* Programmatic pipeline construction (https://review.openstack.org/#/c/43934/)
 
* Programmatic 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.
 
** 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/)
 
  
 
* Fix handling of the HTTP Last-Modified header (https://review.openstack.org/55488)
 
* Fix handling of the HTTP Last-Modified header (https://review.openstack.org/55488)
  
 
* Functional tests for dynamic large objects (https://review.openstack.org/57740)
 
* Functional tests for dynamic large objects (https://review.openstack.org/57740)
 +
 +
* Move all large object functionality to middleware https://review.openstack.org/#/c/56710/

Revision as of 23:52, 27 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

Stuff for Swift 1.11.0