gholt
f68b6354e2
Renaming TestAuth to TempAuth because nose hates anything with the word test in it.
2011-05-26 02:24:12 +00:00
gholt
3ee4a01100
Remove swauth; update references from swauth to testauth.
2011-05-26 02:17:42 +00:00
gholt
b24b063552
Created testauth WSGI middleware to replace Swauth as development auth service.
2011-05-26 01:19:03 +00:00
David Goetz
bc894f9efb
update with trunk
2011-05-12 14:24:51 -07:00
Jay Payne
56d00c2f29
Added bin/swift-container-stats-logger
2011-05-02 23:49:44 +00:00
gholt
6c13001244
Rename swift-stats-* to swift-dispersion-* to avoid confusion with log stats stuff
2011-03-31 22:32:41 +00:00
gholt
39889d71dd
Merge from trunk
2011-03-18 15:04:09 +00:00
gholt
34f82afc62
Fixes with removing DevAuth
2011-03-14 03:08:23 +00:00
gholt
bd22dbe712
Removing DevAuth
2011-03-14 02:56:37 +00:00
gholt
eac721b003
Working staticweb filter
2011-02-18 23:22:15 -08:00
Michael Barton
ccaaa55b0e
refactor setup.py
2011-01-27 00:06:20 +00:00
Michael Barton
9fcb3ad4f6
add pybabel setup.py commands and initial .pot
2011-01-27 00:01:24 +00:00
FUJITA Tomonori
ec58618eb3
Merging the upstream
2011-01-14 03:42:21 +09:00
FUJITA Tomonori
d17b7c9956
rename the module from s3.py to swift3.py (suggested by Chuck Thier)
2011-01-06 18:51:26 +09:00
gholt
1665568458
Merge from trunk
2011-01-05 07:17:36 -08:00
Anne Gentle
8823427161
Changed copyright notices on py files and the single rst file with a copyright notice
2011-01-04 17:34:43 -06:00
FUJITA Tomonori
6e555802bb
add S3 API support
2011-01-04 18:18:58 +09:00
gholt
09e39032bf
new swauth-cleanup-tokens; restricted listing .auth account to .super_admin; doc updates
2010-12-09 17:57:26 -08:00
gholt
6f26c4fcdc
swauth: another batch of tests and bufixes found while testing
2010-12-08 14:10:12 -08:00
gholt
3d2985201c
swauth-list work; new swauth-set-account-service; .clusters is now .services; doc updates
2010-12-01 21:28:41 -08:00
gholt
35f3487879
Incorporated Swauth into Swift as an optional DevAuth replacement.
2010-12-01 17:08:49 -08:00
John Dickinson
559fc110a7
merged with trunk
2010-11-03 14:50:35 -05:00
John Dickinson
520e2cd0b1
merged with trunk
2010-11-03 13:04:04 -05:00
John Dickinson
0c113798c0
merged with trunk
2010-11-03 13:01:13 -05:00
John Dickinson
6ff9c22096
initial cname lookup work stubbed out
2010-10-31 14:40:18 -05:00
John Dickinson
1d3b72da48
added middleware to catch errors
2010-10-29 11:10:40 -05:00
John Dickinson
508ebca777
domain remap middleware that maps account and container references in the domain to the path
2010-10-28 22:41:38 -05:00
Chuck Thier
76002e469f
Bumped versioning to 1.1.0, and updated AUTHORS
2010-10-18 15:34:21 +00:00
David Goetz
5ec2003d5d
merging in stats stuff
2010-10-13 11:53:07 -07:00
John Dickinson
8f0ae7a0eb
updated setup.py and saio docs for syats system
2010-10-08 13:50:21 -05:00
David Goetz
db4689689a
minor bug fixes- pre ratelimit caching of container size
2010-10-06 13:11:58 -07:00
David Goetz
72d40bd9f6
adding ratelimiting middleware and unit tests
2010-10-04 14:11:48 -07:00
Chuck Thier
6cef24dcd7
Initial checkin of benchmark code
2010-09-27 23:10:09 +00:00
gholt
f68a0b0af2
Notify if reseller_prefix does not match what is in auth.db
2010-09-15 18:44:54 -07:00
gholt
0066ed02d7
Per Chuck's suggestion, changed noaccess to admin access, where admin access is not the default. Also, changed swift-auth-create-account to swift-auth-add-user with changes to use optparse
2010-09-05 19:21:08 -07:00
Chuck Thier
7bbbf3dbef
Renamed the cache middleware to memcache middleware
2010-08-24 13:58:32 +00:00
Chuck Thier
183e0623e7
Fixed doc typos and pep 8 cleanup on setup.py
2010-08-24 13:51:36 +00:00
Chuck Thier
2c596c0a0f
Initial commit of middleware refactor
2010-08-20 00:42:38 +00:00
Monty Taylor
d7cb02b54e
Fixed pep8 issues.
2010-07-28 16:02:51 -07:00
Monty Taylor
7dcd4c85f9
Added code to generate a ChangeLog file from bzr on sdist.
2010-07-28 14:17:22 -07:00
Monty Taylor
32e922e74c
Fixed egg-info for PyPI
2010-07-22 07:08:50 -05:00
Clay Gerrard
4ccd5fafda
removed isntall_requires from setup.py
2010-07-19 17:17:03 -05:00
Clay Gerrard
fda6159688
merged pull
2010-07-19 15:54:38 -05:00
Clay Gerrard
4d664af46c
changed version of eventlet in install requires to match python-eventlet
2010-07-19 12:31:54 -05:00
Monty Taylor
93925bfe74
Bump tree version post-release.
2010-07-19 11:50:32 -05:00
Clay Gerrard
527f8c95e1
updated install_requires with version info
2010-07-19 10:21:00 -05:00
Clay Gerrard
9cc26a24bb
updated install_requires in setup.py
2010-07-19 09:37:07 -05:00
Chuck Thier
2ee5d7ee9c
Modified probe tests to work with setup.py develop installs
...
Updated SAIO instructions to note that probe tests will reset your environment
Added the swift.egg-info directory to .bzrignore
Updated setup.py to correctly ignore the test directory when installing
2010-07-19 07:32:01 +00:00
Chuck Thier
5e8bc7d8ca
Updated setup.py so that the test directory would be correctly ignored when installing
2010-07-19 01:21:43 -05:00
Monty Taylor
7f105149d6
Bumped version number post 1.0.0 release.
2010-07-18 23:44:19 -05:00