Commit Graph

21 Commits

Author SHA1 Message Date
Tyrel Souza
4b7738c0f2
Python3 and Django 1.11 upgrade (#40)
* starting py3 upgrade

* b64 not base64

* more progress, some more future things, and encoding

* tox

* update circle.yml

* that version doesnt exist yet, oops

* install?

* sigh

* Docker me?

* update readme, requirements

* fix for python3

* python35

* morgan remediations

* does this work?

* how about this?

* one more time

* no blank lines?

* revert a bit

* add future imports
2018-03-01 15:32:02 -05:00
Tyrel Souza
fc974242ba Seek 0 (#39) 2017-08-17 11:15:44 -04:00
Tyrel Souza
09aef244c9 Listdir v 0.9.1 (#38)
* List Directories

* Adding tests

* bump version and docs
2017-08-11 11:30:15 -04:00
Pamela McA'Nulty
095da166ee Have save overwrite existing files (#36)
* Have save overwrite existing files

* Change unicode string to non-addgene branded

* Bump version numbers
2017-05-10 10:46:12 -04:00
Tyrel Souza
8f811db7c8 Change pk (#35)
* add new primary_key field.

* Add new field, populate data, change to being pk, change name, double length of name field, and set it to unique

* change version, and add new migration

* bump down the size, 767/4 = 191

* update readme

* remove models.py comment
2017-02-06 15:31:40 -05:00
Tyrel Souza
5b91a7b362 Remove filehash, set pk to name (#33)
* Remove filehash, set pk to name

* remove stale comment and dead block
2017-01-27 15:52:02 -05:00
Tyrel Souza
ff3c2f327a Check filehash and filename, not just hash when checking if it needs to be saved. (#32) 2017-01-26 13:59:49 -05:00
Tyrel Souza
6df5f1c674 Allow filename to stay. dont hash the name, this will honor the upload_to (#31)
* Allow filename to stay. dont hash the name, this will honor the upload_to setting

* Version bump and changelog
2017-01-25 14:59:43 -05:00
Tyrel Souza
1561754feb Mtime and url 0.5.0 (#30)
* Add MTIME and modified_time to storage

* update version and docs

* newline EOF

* newline EOF

* url error
2017-01-23 15:56:51 -05:00
Tyrel Souza
61fed8eacd File Path Things (#29)
* File Path Things

* readme update
2017-01-23 14:08:51 -05:00
Tyrel Souza
4820136284 Path returns filename (#27) 2017-01-20 16:22:59 -05:00
Tyrel Souza
430644f35f remove serialize (#25) 2017-01-20 15:55:54 -05:00
Tyrel Souza
b31357e34f
redo migrations 2017-01-20 15:22:17 -05:00
Tyrel Souza
76d095991c
alter first, then add 2017-01-20 15:09:09 -05:00
Tyrel Souza
09d721df0d separate filename and filehash (#21)
* separate filename and filehash

* rename migration

* test url

* bump version

* update changelog

* test fail url

* update coveragerc

* add coveragerc

* EOFNL

* update covrc

* filename
2017-01-20 14:38:41 -05:00
Tyrel Souza
1014315f9c Added some better content type fixes, a better save, and delete fails... (#19)
* Added some better content type fixes, a better save, and delete fails silently

* better unicode method

* fix comment, and extract test

* only stick to mimetype guess

* delete QS unconditionally
2017-01-10 11:29:28 -05:00
Tyrel Souza
170475e86e add more tests (#14)
* add more tests

* add more tests, add admin class, update gitignore
2016-12-09 10:07:16 -05:00
Tyrel Souza
3f7d333d98 Rename Storage Class (#10)
* Rename Storage Class

* bump version to 0.1.0
2016-12-08 15:43:34 -05:00
Tyrel Souza
4fa1caafa3 More tests (#9)
* add pip install command

* more tests

* add more docstrings, and add a view test
2016-12-08 15:30:39 -05:00
Tyrel Souza
93df8c6939 Documentation (#5)
Add a lot of missing documentation

* try codeblock

* code

* backticks

* markdown, not rst

* examples

* unindent

* stub out docs

* change theme, add docs for installation

* More documentation

* remove debug print

* flake8
2016-12-08 13:43:12 -05:00
Tyrel Souza
592373d1d3
Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00