Revision 497817c1
- Implemented automatic refresh based on timestamps.
- Changed SolrClient to using the python.requests library instead of our home
rolled and broken SolrConnection class.
- Because the python.requests library has support for handling JSON, switched
return type for Solr queries from Python to JSON.
- The python.requests support for automatic validation of server side certs does
not work from within a py2app package because python.requests cannot then find
the OS's trusted CA store. Because of this, disabled validation of certs. I
think this is probably fine as a long term solution.
- Added requests==2.2.1 as a dependency for the Workspace client.
- Bumped version to 0.0.7.
Files
- added
- modified
- copied
- renamed
- deleted