New Features:
- Feature #36: make protected path configurable.
Fixes:
- fixed exclude filter in MANIFEST.in.
New Features:
- Feature #28: use request upstream when not using wps (e.g download file through thredds).
- pep8
- removed unused
c4i
option. - added
auth
option to set authentication method. - updated docs for usage of x509 certificates.
New Features:
- Feature #25: using x509 certificates for service authentication.
- pep8
- updated makefile
- updated buildout recipes
- fixed nginx dependency
- updated mongodb 3.4
- configured csrf in xmlrpc
- fixed tutorial example
- added readthedocs, licence and chat badges
- updated logging.
- fixed: creates workdir if it does not exist.
- fixed fetching of access token when service is public.
- set header X-X509-User-Proxy.
- pep8.
- set permission of certfile.
- added option ows-proxy-delegate.
- pep8.
- changed rpc interface.
- added twitcher.client module.
- using esgf scls service to get credentials.
- updated internal pywps to version 4.0.0.
- using default port 5000.
- added ipython notebook examples.
- moved namesgenerator to top-level.
- added _compat module for python 3.x/2.x compatibility.
- added twitcher.api and cleaned up rpcinterface.
- added twitcher.store with mongodb and memory implementation.
- added twitcher.datatype with AccessToken and Service.
- using https port only.
- using OWSExceptions on errors in owsproxy.
- pep8.
- using replace_caps_url in owsproxy.
- pinned mongodb=2.6*|3.3.9.
- replaced service_url by proxy_url.
- added wms_130 and renamed wms_111.
- pep8
- using doc2dict, renamed get_service_by_name().
- added support for c4i tokens.
- updated deps: pytest, mongodb.
- updated buildout recipes.
- fixed functional tests.
- pep8
- don't allow dupliate service names.
- register service with public access.
- WMS services can be registered.
- updated to new buildout with seperated conda environment.
- replaced nose by pytest.
- updated installation docs.
Bugfixes:
- update of service failed (#17).
- updated docs.
- renamed python package to pyramid_twitcher.
- conda envionment.yml added.
- using get_sane_name().
- replaced httplib2 by requests.
Bugfixes:
- don't check token for allowed requests (#14).
- ignore decoding errors of response content (#13).
- fixed twitcher app config: wrong egg name.
- fixed docs links
- Fixed MANIFEST.in
- Fixed service database index.
- Updated makefile.
- Added more links to appendix.
Initial Release.