summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merged from trunkgholt2011-04-151-0/+1
|\ \ | |/
| * Merge from trunkgholt2011-03-181-6/+1
| |\
| * | Working staticweb filtergholt2011-02-181-0/+1
| | |
* | | Merged from trunkgholt2011-03-181-6/+1
|\ \ \ | | |/ | |/|
| * | Fixes with removing DevAuthgholt2011-03-141-1/+1
| | |
| * | Removing DevAuthgholt2011-03-141-5/+0
| |/
* | Initial work on container syncinggholt2011-02-231-1/+1
|/
* refactor setup.pyMichael Barton2011-01-271-8/+18
|
* add pybabel setup.py commands and initial .potMichael Barton2011-01-271-1/+8
|
* Merging the upstreamFUJITA Tomonori2011-01-141-1/+7
|\
| * Merge from trunkgholt2011-01-051-1/+1
| |\
| | * Changed copyright notices on py files and the single rst file with a ↵Anne Gentle2011-01-041-1/+1
| | | | | | | | | | | | copyright notice
| * | new swauth-cleanup-tokens; restricted listing .auth account to .super_admin; ↵gholt2010-12-091-3/+3
| | | | | | | | | | | | doc updates
| * | swauth: another batch of tests and bufixes found while testinggholt2010-12-081-0/+1
| | |
| * | swauth-list work; new swauth-set-account-service; .clusters is now ↵gholt2010-12-011-1/+2
| | | | | | | | | | | | .services; doc updates
| * | Incorporated Swauth into Swift as an optional DevAuth replacement.gholt2010-12-011-0/+4
| |/
* | rename the module from s3.py to swift3.py (suggested by Chuck Thier)FUJITA Tomonori2011-01-061-1/+1
| |
* | add S3 API supportFUJITA Tomonori2011-01-041-0/+1
|/
* merged with trunkJohn Dickinson2010-11-031-0/+1
|\
| * merged with trunkJohn Dickinson2010-11-031-0/+1
| |\
| * | added middleware to catch errorsJohn Dickinson2010-10-291-0/+1
| | |
* | | merged with trunkJohn Dickinson2010-11-031-0/+1
|\ \ \ | | |/ | |/|
| * | domain remap middleware that maps account and container references in the ↵John Dickinson2010-10-281-0/+1
| |/ | | | | | | domain to the path
* | initial cname lookup work stubbed outJohn Dickinson2010-10-311-0/+1
|/
* Bumped versioning to 1.1.0, and updated AUTHORSChuck Thier2010-10-181-1/+1
|
* merging in stats stuffDavid Goetz2010-10-131-1/+5
|\
| * updated setup.py and saio docs for syats systemJohn Dickinson2010-10-081-0/+3
| |
| * Initial checkin of benchmark codeChuck Thier2010-09-271-1/+2
| |
* | minor bug fixes- pre ratelimit caching of container sizeDavid Goetz2010-10-061-1/+1
| |
* | adding ratelimiting middleware and unit testsDavid Goetz2010-10-041-0/+1
|/
* Notify if reseller_prefix does not match what is in auth.dbgholt2010-09-151-0/+1
|
* Per Chuck's suggestion, changed noaccess to admin access, where admin access ↵gholt2010-09-051-1/+1
| | | | is not the default. Also, changed swift-auth-create-account to swift-auth-add-user with changes to use optparse
* Renamed the cache middleware to memcache middlewareChuck Thier2010-08-241-1/+1
|
* Fixed doc typos and pep 8 cleanup on setup.pyChuck Thier2010-08-241-3/+3
|
* Initial commit of middleware refactorChuck Thier2010-08-201-17/+34
|
* Fixed pep8 issues.Monty Taylor2010-07-281-9/+10
|
* Added code to generate a ChangeLog file from bzr on sdist.Monty Taylor2010-07-281-0/+18
|
* Fixed egg-info for PyPIMonty Taylor2010-07-221-0/+1
|
* removed isntall_requires from setup.pyClay Gerrard2010-07-191-6/+1
|
* merged pullClay Gerrard2010-07-191-1/+1
|\
| * Bump tree version post-release.Monty Taylor2010-07-191-1/+1
| |
* | changed version of eventlet in install requires to match python-eventletClay Gerrard2010-07-191-1/+1
| |
* | updated install_requires with version infoClay Gerrard2010-07-191-4/+4
| |
* | updated install_requires in setup.pyClay Gerrard2010-07-191-0/+6
|/
* Modified probe tests to work with setup.py develop installsChuck Thier2010-07-191-1/+1
|\ | | | | | | | | 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
| * Updated setup.py so that the test directory would be correctly ignored when ↵Chuck Thier2010-07-191-1/+1
| | | | | | | | installing
* | Bumped version number post 1.0.0 release.Monty Taylor2010-07-181-1/+1
|/
* Updated saio to reflect setup.py changes Chuck Thier2010-07-141-5/+0
|
* Moved sample conf file install into docs rather than directly into etc.Monty Taylor2010-07-141-1/+3
|
* Renamed bin files in the tree so that setup.py install does the same thingMonty Taylor2010-07-141-14/+14
| | | | as a deb install.