This website requires JavaScript.
Explore
Get Started
openstack
/
swift
Code
Issues
Proposed changes
e6e354c483
Branches
Tags
View all branches
swift
/
test
/
unit
/
container
History
gholt
e6e354c483
Added some missing test stubs so we can better see coverage (and get a little syntax-level "testing").
2010-10-07 08:23:17 -07:00
..
__init__.py
Initial commit of Swift code
2010-07-12 17:03:45 -05:00
test_auditor.py
Initial commit of Swift code
2010-07-12 17:03:45 -05:00
test_replicator.py
Added some missing test stubs so we can better see coverage (and get a little syntax-level "testing").
2010-10-07 08:23:17 -07:00
test_server.py
For ACL strings: Shortened .ref to just .r, though .ref, .referer, and .referrer are all accepted. Updated 'Creating Your Own Auth Middleware' to describe how the DevAuth server works and suggestions for creating one's own. Added reseller_prefix (optional) implementation. Used urlparse in referrer_allowed. Fixed bug where group names would get lowercased by clean_acl. Changed .r:any to .r:*. Allowed .r:*.example.com to mean .r:.example.com. Made proxy log just the first authenticated group (the user) alongside the token. Moved proxy callback to clean_acl before the length check of the metadata. Cleaned up redundant logic in first proxy swift.authorize callback. Bit better docs. More and updated tests.
2010-09-08 22:37:27 -07:00
test_updater.py
refactored bins to by more DRY
2010-08-31 23:12:59 +00:00