summaryrefslogtreecommitdiff
path: root/glance_store/_drivers/filesystem.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove config option help translation"Zuul2018-07-191-8/+8
|\
| * Remove config option help translationSean McGinnis2018-07-191-8/+8
* | Multihash Implementation for GlanceScott McClymont2018-07-181-9/+20
* | Enable multi store support for glanceAbhishek Kekane2018-07-151-20/+44
|/
* use only exceptions for uri validations0.24.0kairat_kushaev2018-06-071-1/+1
* Merge "TrivialFix: Correct reST field lists in docstrings"Zuul2018-05-291-1/+1
|\
| * TrivialFix: Correct reST field lists in docstringsyfzhao2017-09-261-1/+1
* | Fix wrong links in glance_storeyanghuichan2018-03-301-2/+2
|/
* set warning-is-error for documentation buildDoug Hellmann2017-06-281-1/+1
* Improve help text of filesystem store optsHemanth Makkapati2016-08-091-17/+99
* Cleanup i18n marker functions to match Oslo usageRonald Bradford2016-07-201-4/+1
* trivial:fixing one W503 pep8 errorRustShen2016-03-211-2/+2
* Merge "Fix some inconsistency in docstrings"Jenkins2016-02-121-19/+19
|\
| * Fix some inconsistency in docstringshgangwx@cn.ibm.com2016-01-281-19/+19
* | LOG.warn is deprecated in python3skseeker2016-02-121-4/+5
|/
* Merge "Add signature verifier to backend drivers"Jenkins2016-01-211-1/+5
|\
| * Add signature verifier to backend driversBrianna Poulos2016-01-211-1/+5
* | Merge "Use oslo_utils.encodeutils.exception_to_unicode()"Jenkins2016-01-211-3/+7
|\ \
| * | Use oslo_utils.encodeutils.exception_to_unicode()Victor Stinner2016-01-211-3/+7
| |/
* | Set documented default directory for filesystemIan Cordasco2016-01-181-0/+1
|/
* Use six.moves to fix imports on Python 3Victor Stinner2015-06-101-2/+2
* Fix Python 3 issuesVictor Stinner2015-05-201-2/+2
* Drop use of 'oslo' namespace packageDoug Hellmann2015-04-281-1/+1
* Properly instantiate Forbidden exceptionTaylor Peoples2015-04-231-1/+2
* Only warn on duplicate path on fs backendGorka Eguileor2015-03-281-7/+16
* Correct such logic in store.get() when chunk_size param providedZhi Yan Liu2015-03-041-6/+15
* Use a named enum for capability valuesIan Cordasco2015-02-131-3/+3
* Add capabilities to storage driverZhi Yan Liu2015-02-081-0/+7
* Fixing PEP8 E712 and E265Radoslaw Smigielski2015-02-061-1/+1
* Validate metadata JSON fileAbhijeet Malawade2015-01-291-28/+95
* Move from oslo.config to oslo_configLouis Taylor2015-01-121-1/+1
* Move from oslo.utils to oslo_utilsLouis Taylor2015-01-091-2/+2
* Use statvfs instead of df to get available spaceJian Wen2014-10-271-5/+2
* Switch to using oslo.utilsZhi Yan Liu2014-09-291-2/+2
* Merge "Fix H402"Jenkins2014-09-221-1/+1
|\
| * Fix H402Oleksii Chuprykov2014-09-201-1/+1
* | Use oslo.serializationOleksii Chuprykov2014-09-211-1/+1
|/
* Adding common.utils.exception_to_str() to avoid encoding issueZhi Yan Liu2014-09-191-1/+1
* Merge "Return the right filesize when chunk_size != None"Jenkins2014-09-091-1/+1
|\
| * Return the right filesize when chunk_size != NoneFlavio Percoco2014-09-081-1/+1
* | Allowing operator to configure a permission for image file in fs storeZhi Yan Liu2014-09-081-2/+70
|/
* Complete random_access for the filesystem storeFlavio Percoco2014-09-051-2/+10
* Rename glance.store to glance_store0.1.1Flavio Percoco2014-08-281-0/+472