summaryrefslogtreecommitdiff
path: root/test/unit/common
Commit message (Expand)AuthorAgeFilesLines
* py3: Replace unicode with six.text_typeVictor Stinner2015-10-081-2/+3
* Merge "Python 3 using builtins instead of __builtin__, rename raw_input() to ...Jenkins2015-10-081-1/+1
|\
| * Python 3 using builtins instead of __builtin__, rename raw_input() to input()...janonymous2015-09-041-1/+1
* | Merge "Port swob to Python 3"Jenkins2015-10-081-0/+24
|\ \
| * | Port swob to Python 3Victor Stinner2015-08-271-0/+24
* | | Merge "replace use of deprecated rfc822.Message with a helper utility"Jenkins2015-10-071-1/+31
|\ \ \
| * | | replace use of deprecated rfc822.Message with a helper utilityZack M. Davis2015-10-051-1/+31
* | | | Merge "Fix slorange on-disk format when including whole object"Jenkins2015-10-061-1/+1
|\ \ \ \
| * | | | Fix slorange on-disk format when including whole objectTim Burke2015-10-011-1/+1
* | | | | Merge "Validate against duplicate device part replica assignment"Jenkins2015-10-032-128/+494
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Validate against duplicate device part replica assignmentClay Gerrard2015-10-022-128/+494
* | | | | Merge "Add POST capability to ssync for .meta files"Jenkins2015-10-021-0/+38
|\ \ \ \ \
| * | | | | Add POST capability to ssync for .meta filesAlistair Coles2015-10-021-0/+38
| | |/ / / | |/| | |
* | | | | Fix copy requests to service accounts in KeystoneChristian Schwede2015-10-011-1/+33
|/ / / /
* | | | Add the ability to specify ranges for SLO segmentsTim Burke2015-09-231-30/+436
|/ / /
* | | Fix recon tests on SAIO with multiple policiesClay Gerrard2015-09-181-0/+1
* | | Merge "Fixes recon bug with initially missing rings"Jenkins2015-09-161-68/+202
|\ \ \
| * | | Fixes recon bug with initially missing ringsBrian Cline2015-09-131-68/+202
* | | | Merge "Allows to configure the rsync modules where the replicators will send ...Jenkins2015-09-162-18/+57
|\ \ \ \
| * | | | Allows to configure the rsync modules where the replicators will send dataRomain LE DISEZ2015-09-072-18/+57
* | | | | Merge "Improving statistics sent to Graphite."Jenkins2015-09-091-26/+156
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improving statistics sent to Graphite.Carlos Cavanna2015-08-211-26/+156
* | | | | Merge "Add test that a tempurl POST cannot set a DLO manifest header"Jenkins2015-09-031-13/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add test that a tempurl POST cannot set a DLO manifest headerAlistair Coles2015-08-261-13/+13
| | |/ / | |/| |
* | | | Merge "Fix dispersion-reports error message"Jenkins2015-09-021-0/+55
|\ \ \ \
| * | | | Fix dispersion-reports error messageKazuhiro MIYAHARA2015-08-261-0/+55
| | |/ / | |/| |
* | | | EC GET path: require fragments to be of same setpaul luse2015-08-271-0/+16
| |/ / |/| |
* | | Better scoping for tempurls, especially container tempurlsSamuel Merritt2015-08-261-41/+130
* | | Disallow unsafe tempurl operations to point to unauthorized dataClay Gerrard2015-08-261-0/+19
| |/ |/|
* | Merge "Enable Object Replicator's failure count in recon"Jenkins2015-08-241-5/+40
|\ \
| * | Enable Object Replicator's failure count in reconHisashi Osanai2015-08-181-5/+40
* | | pep8: replace deprecated calls to assert_()Victor Stinner2015-08-191-1/+1
* | | Merge "Keep user id and project id in subrequests env"Jenkins2015-08-191-0/+10
|\ \ \ | |/ / |/| |
| * | Keep user id and project id in subrequests envClément Contini2015-08-181-0/+10
| |/
* | Merge "Time synchronization check in recon."Jenkins2015-08-181-0/+20
|\ \ | |/ |/|
| * Time synchronization check in recon.Ondrej Novy2015-07-231-0/+20
* | Fix 500 in versioned writes with bad DestinationSamuel Merritt2015-08-121-5/+13
* | Merge "test/unit: Replace python print operator with print function (pep H233...Jenkins2015-08-113-14/+15
|\ \
| * | test/unit: Replace python print operator with print function (pep H233, py33)janonymous2015-07-283-14/+15
* | | versioned writes middlewareThiago da Silva2015-08-075-3/+589
* | | Merge "Make test_proxy work independent of env vars"Jenkins2015-08-031-40/+45
|\ \ \
| * | | Make test_proxy work independent of env varsAlistair Coles2015-08-031-40/+45
* | | | Merge "sys.exc_type/exc_value/exc_traceback are Deprecated"Jenkins2015-08-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | sys.exc_type/exc_value/exc_traceback are Deprecatedjanonymous2015-07-121-1/+1
* | | | Merge "Fix regression in WSGI server SIGHUP behavior"Jenkins2015-07-311-3/+4
|\ \ \ \
| * | | | Fix regression in WSGI server SIGHUP behaviorDarrell Bishop2015-07-301-3/+4
| | |/ / | |/| |
* | | | Fix warning pep8 E128 warning of hacking 0.10Victor Stinner2015-07-305-48/+50
* | | | Fix pep8 E265 warning of hacking 0.10Victor Stinner2015-07-304-22/+22
|/ / /
* | | Merge "cPickle is deprecated in py3, replacing it from six.moves"Jenkins2015-07-283-3/+3
|\ \ \
| * | | cPickle is deprecated in py3, replacing it from six.movesjanonymous2015-07-073-3/+3