- 27 Apr, 2016 3 commits
-
-
David Read authored
Revert "[#6] Race condition when resource URL is changed" because notify_after_commit doesnt work for some reason! This reverts commit 5be1637d.
-
David Read authored
-
David Read authored
-
- 25 Apr, 2016 2 commits
-
-
David Read authored
[#6] Race condition when resource URL is changed
-
David Read authored
Fixes #6 Not sure why the previous commit was lost.
-
- 20 Apr, 2016 2 commits
-
-
David Read authored
Add option to switch off HTTPS verifying
-
David Read authored
-
- 19 Apr, 2016 4 commits
-
-
David Read authored
"update-test" command added
-
David Read authored
-
David Read authored
-
David Read authored
* IPipe messages now no longer have the ckan_ini_filepath (misnamed) in the messages - this info can be got in other ways - see ckanext-qa.
-
- 11 Apr, 2016 1 commit
-
-
David Read authored
-
- 01 Apr, 2016 1 commit
-
-
David Read authored
-
- 29 Mar, 2016 2 commits
-
-
David Read authored
-
David Read authored
-
- 01 Mar, 2016 2 commits
-
-
David Read authored
Config was not being read by tasks.py
-
David Read authored
-
- 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
-