Fix issue #43 (ignore null DwC values in response).
This commit filters the record JSON representation (recjson) stored in
sqlite
by filtering out keys with a null value. See the Report class in vn.py for
details.
https://github.com/VertNet/Software/commit/8991dffc757f589d8fd93648696549a73b852ee5
Aaron Steele (author)
2011-08-18T16:21:38-07:00
I'm bulkloading the test data now (should be done in about 20
minutes). When it's done, the API will only return DwC fields that
have a value.
Fix #44 (user friendly 404 error page).
https://github.com/VertNet/Software/commit/4cac277d6d71d06aa969782df2e9583b26ef7f3e
Aaron Steele (author)
2011-08-18T17:02:14-07:00
Here's an example request that shows an initial stab at the 404 page:
http://canary.vert-net.appspot.com/api/search?xxx=yyy
Joyce, do you think something like this might work as a solution to #44?
https://github.com/VertNet/Software/issues/44
Add API wiki link and GitHub issue link to 404 page
https://github.com/VertNet/Software/commit/8b4351489667b79829a6340d87d4c93fa62fd447
Aaron Steele (author)
2011-08-18T20:11:03-07:00
Fix report command for Python 2.6 compat
https://github.com/VertNet/Software/commit/37029eb5b03fe9b7bbce7d127fbbf9379cb23f20
Aaron Steele (author)
2011-08-24T16:48:53-07:00
Delete test data files
https://github.com/VertNet/Darwin-Core-Engine/commit/d0dafada79bbcc49b59f9e8568f594bd5bc10c97
Aaron Steele (author)
2011-08-25T12:32:21-07:00
Rename from vertnet to darwin core engine.
https://github.com/VertNet/Darwin-Core-Engine/commit/624f0716ded39b49631845e3f56d05956ad479bd
Aaron Steele (author)
2011-08-25T12:42:32-07:00
FYI we just renamed the /VertNet/Software repository on GitHub to
/VertNet/Darwin-Core-Engine. The new repository link is:
https://github.com/VertNet/Darwin-Core-Engine
Also, if you've checked out the repository, you'll need to edit your
/.git/config by replacing the line:
url = g...@github.com:VertNet/Software.git
to:
url = g...@github.com:VertNet/Darwin-Core-Engine.git