- 27 Jan, 2016 10 commits
-
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
-
David Read authored
ETag checking
-
David Read authored
-
David Read authored
-
- 15 Jan, 2016 2 commits
-
-
David Read authored
Fixing resource_group for ckan2.3+. Using same convention in all places
-
Oscar Perez authored
-
- 14 Jan, 2016 1 commit
-
-
Ross Jones authored
-
- 11 Jan, 2016 1 commit
-
-
David Read authored
Only download files that have changed
-
- 05 Jan, 2016 3 commits
-
-
Tom Mortimer-Jones authored
Use else in template instead of two ifs
-
Tom Mortimer-Jones authored
-
Tom Mortimer-Jones authored
Convert report template to Jinja2
-
- 04 Jan, 2016 1 commit
-
-
Ross Jones authored
-
- 29 Dec, 2015 2 commits
-
-
Ross Jones authored
Changed the migrations_* dictionaries to be ordered so there is more control over the ordering of model changes.
-
Ross Jones authored
Adds a new paster command (migrate) that will update the archival table if there have been any changes. These changes are stored in the code and checks are made against the current state of the database before the SQL is run.
-
- 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.
-
- 22 Dec, 2015 1 commit
-
-
Ross Jones authored
-
- 20 Nov, 2015 17 commits
-
-
David Read authored
Archiver 2.0 (to go with QA 2.0)
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-
David Read authored
-