summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Enhance object expirationPrashanth Pai2016-04-151-1/+1
* Don't fetch metadata for plain object listingPrashanth Pai2016-04-051-0/+42
* Remove redundant syscalls in POST pathPrashanth Pai2016-04-041-0/+12
* Don't fetch metadata for plain container listingPrashanth Pai2016-04-041-0/+43
* Fix changing of auth_type in existing deploymentsPrashanth Pai2016-03-181-1/+53
* Don't pass unicode to hmac.new()Prashanth Pai2016-03-151-0/+14
* Use correct content type on JSON responsesPrashanth Pai2016-03-111-0/+23
* Fix dup fd leakPrashanth Pai2016-03-081-0/+16
* Remove redundant syscalls in GET pathPrashanth Pai2016-03-071-8/+3
* Rebase to stable/kiloPrashanth Pai2016-03-078-1181/+5919
* Do not use pickle: Use jsonPrashanth Pai2016-01-111-1/+81
* Refactor read_metadata() methodPrashanth Pai2016-01-112-21/+20
* Update repoThiago da Silva2016-01-0611-945/+721
* Updating code to call fs_utils instead of python's os moduleThiago da Silva2014-04-101-33/+22
* removing exception handling in do_mkdirThiago da Silva2014-03-271-13/+13
* fix __exit__ function not closing file descriptorThiago da Silva2014-03-261-0/+10
* removing check_user_xattr functionThiago da Silva2014-03-261-34/+0
* Add support for Object Expiration featurePrashanth Pai2014-03-243-10/+717
* Sync with OpenStack Swift v1.13.0Prashanth Pai2014-03-133-777/+165
* PUT of a Directory failedChetan Risbud2014-03-121-4/+5
* Sync with OpenStack Swift v1.12.0Luis Pabon2014-02-161-651/+28
* Rebase swiftkerbauth imported code with upstreamChetan Risbud2014-01-272-8/+145
* Initial import of the swiftkerbauthChetan Risbud2014-01-213-0/+418
* Sync with OpenStack v1.11.0 Jan 10 2014v1.11.0Luis Pabon2014-01-156-231/+906
* Fix bug where admin is able to delete reseller_adminThiago da Silva2014-01-101-8/+152
* Fix users not able to change their own password/keyPrashanth Pai2014-01-071-9/+162
* Handle ENOSPC on os.close() operationPrashanth Pai2014-01-071-0/+9
* Unit test should use python 2.6 calls onlyLuis Pabon2014-01-071-1/+1
* gswauth: Fix 403 being returned instead of 401Prashanth Pai2013-12-181-14/+14
* Fix double close issue in diskfileLuis Pabon2013-12-131-3/+21
* CentOS python-2.6 fixesLuis Pabon2013-12-111-3/+3
* Rebase to OpenStack Swift v1.10.0.172.g9fe7748v1.10.2-0v1.10.2Luis Pabon2013-12-052-52/+220
* Fix unit-tests failing in master branchPrashanth Pai2013-12-051-8/+8
* fix issue with swauth-clean-token returning 403 errorsThiago da Silva2013-12-051-2/+6
* Return BadRequest on X-Delete-At/After headersLuis Pabon2013-12-052-3/+66
* fix metadata overwrite during a post requestThiago da Silva2013-11-201-5/+95
* fix error with swauth-clean-tokensThiago da Silva2013-11-191-0/+34
* Improve logging and raising DiskFileNoSpacePrashanth Pai2013-11-152-1/+149
* make gluster volume name configurableThiago da Silva2013-11-051-0/+14
* first gswauth functional testsThiago da Silva2013-10-301-13/+13
* Rebase to lastest OpenStack Swift DiskFile APIPeter Portante2013-10-294-470/+267
* Rebase to OpenStack Swift Havana (1.10.0)Peter Portante2013-10-288-623/+1160
* applied changes made by Luis Pabon to support gluster-swiftThiago da Silva2013-10-241-104/+8
* Unit test coverage for Fake_file interfacesChetan Risbud2013-10-211-7/+20
* moving existing swauth unit testsThiago da Silva2013-10-175-0/+4583
* Adding new unit tests and removed some unused functionsThiago da Silva2013-10-101-0/+108
* Enable version manifest unit testLuis Pabon2013-09-241-19/+7
* Wrap disk file construction in a method; pep8Peter Portante2013-09-201-103/+93
* Remove reliance on /tmp/foo ...Peter Portante2013-09-201-30/+19
* Move temp dir setup/cleanup where it belongsPeter Portante2013-09-201-698/+564