summaryrefslogtreecommitdiff
path: root/swift/account
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Reverse-listings follow-up"Jenkins2015-11-241-1/+1
|\
| * Reverse-listings follow-upTim Burke2015-11-241-1/+1
* | Merge "Add container and account reverse listings"Jenkins2015-11-243-21/+34
|\ \ | |/
| * Add container and account reverse listingsMatthew Oliver2015-11-243-21/+34
* | remove remaining simplejson uses, prefer standard library importZack M. Davis2015-11-161-1/+2
* | node_timeout as float in configsLisak, Peter2015-10-191-1/+1
|/
* py3: Replace unicode with six.text_typeVictor Stinner2015-10-081-1/+2
* Replace a / b with a // b to use integer division where neededjanonymous2015-09-011-9/+9
* Fix use of delimiter in account listingsTim Burke2015-08-241-2/+10
* Merge "Speed up reaper for a big account delete and some better error handling"Jenkins2015-08-111-6/+45
|\
| * Speed up reaper for a big account delete and some better error handlingDavid Goetz2015-08-041-6/+45
* | Fix pep8 E warning for hacking 0.10Victor Stinner2015-07-301-5/+4
|/
* Merge "cPickle is deprecated in py3, replacing it from six.moves"Jenkins2015-07-281-1/+1
|\
| * cPickle is deprecated in py3, replacing it from six.movesjanonymous2015-07-071-1/+1
* | Merge "Replace dict.iteritems() with dict.items()"Jenkins2015-07-092-3/+3
|\ \ | |/ |/|
| * Replace dict.iteritems() with dict.items()Victor Stinner2015-06-242-3/+3
* | Replace xrange() with six.moves.range()Victor Stinner2015-06-231-1/+1
|/
* Allow 1+ object-servers-per-disk deploymentDarrell Bishop2015-06-181-1/+1
* Merge "Fix account replication during pre-storage-policy upgrade"Jenkins2015-05-061-0/+1
|\
| * Fix account replication during pre-storage-policy upgradeClay Gerrard2015-04-271-0/+1
* | Make the reaper use same timestamp for replica deletesAlistair Coles2015-04-161-2/+7
|/
* Fix account reaper for > 3 replicasClay Gerrard2015-04-141-2/+3
* Merge "Output account-reaper's logs for PolicyError"Jenkins2015-02-211-2/+11
|\
| * Output account-reaper's logs for PolicyErrorDaisuke Morita2015-01-291-2/+11
* | Fix account-reaperSamuel Merritt2015-02-121-4/+2
* | Merge "Allow hostnames for nodes in Rings"Jenkins2015-02-101-1/+4
|\ \
| * | Allow hostnames for nodes in RingsHisashi Osanai2015-02-021-1/+4
| |/
* | Add server type in OPTIONS responseMahati Chamarthy2015-01-301-0/+2
|/
* Implement OPTIONS verb for storage nodes.Mahati Chamarthy2015-01-211-10/+5
* Correct misspelled wordsCedric Dos Santos2014-11-251-1/+1
* Fix metadata overall limits bugRichard (Rick) Hawkins2014-10-021-2/+2
* Add container_count to policy_stat tablepaul luse2014-09-242-17/+133
* Combine acc/cont put_* methods and fix their lock problem.David Goetz2014-08-291-30/+9
* Merge "Add timestamp checking in AccountBroker.is_status_deleted"Jenkins2014-08-151-2/+3
|\
| * Add timestamp checking in AccountBroker.is_status_deletedTakashi Kajinami2014-08-121-2/+3
* | Merge "Increase Account Auditor Test Code Coverage"Jenkins2014-08-151-1/+2
|\ \ | |/ |/|
| * Increase Account Auditor Test Code CoveragePaul Luse2014-07-041-1/+2
* | Reuse a cursor instead of a conn.execute for better performancepaul luse2014-07-251-7/+8
|/
* Replace POLICY and POLICY_INDEX with string literalsPaul Luse2014-06-232-5/+5
* Add two vector timestampsClay Gerrard2014-06-194-32/+29
* Add Storage Policy support to the Account ReaperPaul Luse2014-06-181-20/+31
* Refactoring storage policies merge_timestampsPete Zaitcev2014-06-181-16/+22
* Add Storage Policy Support to AccountsPaul Luse2014-06-183-36/+159
* Add Storage Policy support to ContainersClay Gerrard2014-06-181-1/+1
* debug level logs should not be translatedChristian Berendt2014-05-112-3/+3
* Unify backend loggingGreg Lange2014-04-071-15/+7
* Rework use of constraints to ease testingPeter Portante2014-04-021-7/+8
* Relocate DATADIR to backendsPete Zaitcev2014-04-015-13/+8
* Allow log disable in account/container serverChristian Schwede2014-02-171-13/+15
* Merge "Generic means for persisting system metadata."Jenkins2014-01-101-2/+3
|\