- 24 Dec, 2015 2 commits
-
-
Ross Jones authored
-
Ross Jones authored
Some servers provide an etag which is a unique identifier for the content being served (not always a hash). This adds two new column to the archival, an etag and a last-modified field. If the etag is available in the archival, and we get the same etag from the request, then we will not download the file. The last-modified field is saved for sanity, it isn't yet used with If-Modified-Since in the request. This requires a migration: alter table archival add column etag character varying; alter table archival add column last-modified character varying; Notification of package updates is only done if at least 1 resource was downloaded, to avoid unnecessarily running QA and Packagezip.
-
- 20 Nov, 2015 2 commits
-
-
David Read authored
Fix slow import, delay loading celery
-
Ross Jones authored
-
- 29 Oct, 2015 2 commits
-
-
David Read authored
Fix tests
-
David Read authored
-
- 28 Oct, 2015 2 commits
-
-
David Read authored
Copy CKAN extension boiler-plate from core ckan
-
David Read authored
-
- 27 Oct, 2015 7 commits
-
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
Conflicts: setup.py
-
David Read authored
Copy CKAN extension boiler-plate from core ckan template: paster --plugin=ckan create -t ckanext ckanext-archiver
-
- 06 Oct, 2015 1 commit
-
-
Tom Mortimer-Jones authored
Small changes
-
- 25 Aug, 2015 2 commits
-
-
Tom Mortimer-Jones authored
-
Tom Mortimer-Jones authored
To remove deprication warnings
-
- 06 Aug, 2015 1 commit
-
-
David Read authored
Archive packages2 WIP
-
- 04 Aug, 2015 1 commit
-
-
David Read authored
-
- 31 Jul, 2015 5 commits
-
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
Compatibility with requests==2.7.0 - response.headers is a funny dict which doesnt JSON dump unless you cast it.
-
David Read authored
-
- 17 Jul, 2015 1 commit
-
-
Tom Mortimer-Jones authored
-
- 29 Jun, 2015 2 commits
-
-
Tom Mortimer-Jones authored
-
Tom Mortimer-Jones authored
-
- 18 May, 2015 2 commits
-
-
David Read authored
-
David Read authored
-
- 12 May, 2015 1 commit
-
-
David Read authored
Test IPipe interface is called when a resource is archived
-
- 16 Apr, 2015 1 commit
-
-
Tom Mortimer-Jones authored
-
- 30 Mar, 2015 1 commit
-
-
David Read authored
-
- 10 Oct, 2014 1 commit
-
-
David Read authored
Fix for difficulty archiving "private" datasets in an group/organization. Still need to solve https://github.com/ckan/ckan/issues/1975 for groups.
-
- 30 Jul, 2014 1 commit
-
-
David Read authored
-
- 26 May, 2014 1 commit
-
-
David Read authored
-
- 22 May, 2014 1 commit
-
-
David Read authored
-
- 19 May, 2014 1 commit
-
-
David Read authored
-
- 16 May, 2014 1 commit
-
-
David Read authored
[noticket] Fix for saving filenames with unicode chars in. e.g. audit-commission-expenses-october-2013/5b1d00ae-2d6c-4016-8879-50b4ba19a114.
-
- 15 May, 2014 1 commit
-
-
David Read authored
-