Bucharest release.
Changes:
- Skipped conda handling in Makefile (#42).
San Francisco release.
Changes:
- Updated to latest cookiecutter and skipped python 2.7 support (#41).
- Using date for start/end parameters (#40).
Converted malleefowl to the new deployment without buildout (#36).
Changes:
- regenerated using cookiecutter.
- updated dependencies (pywps, dispel4py, ...).
- works on Python 2.7 and 3.6.
- integrated previous processes.
Bugfixes:
- Updated Buildout 2.12.1 (#33, #37).
- Fix pluggy dependency (#34, #35).
- Other fixes: #24, #31.
- added demo service using werkzeug for testing.
- cleaned up documentation.
- added tutorial.
- removed esgf_logon process.
- fixed os.link error in download module.
- fixed headers in solr and thredds workflow.
- updated pywps recipe 0.9.2.
- postgres db can be configured.
- added config option archive_node to handle different archive root paths.
- removed unused files (todo, examples, ...)
- handle boundingbox in workflow.
- updated pywps recipe 0.9.0.
- added wsgi application.
- fixed query search parameter.
- fixed replica search parameter.
- added backward compatibility for constraints search parameter.
- update nginx conda package.
- removed certificate parameter in download.
- provide headers to worker process in workflow.
- update pywps recipe and archive-root config.
- using pyesgf.logon.
- using
X509_USER_PROXY
variable in download. - link downloaded files to download cache.
- updated to pywps 4.0.0.
- moved old swift code to examples.
- removed esgf download with openid.
- pep8 checks on tests.
- using
ignore_facet_check=True
option in esgf.search.
- using __version__ constant.
- fixed install on ubuntu 16.04: updated conda environment (lxml, icu).
- update wget=2.2 from conda defaults.
- enabled pep8 check in travis.
- updated docker recipe.
- updated setuptools and buildout version.
- pep8
- using owslib.wps.ComplexDataInput in workflow
- update conda env: owslib=0.13.0, removed gdal
- using new buildout recipes.
- using conda environment.yml.
- using pytest.
- pinned wget=1.15.
- cleaned up tests.
- fixed thredds download process.
- removed mktempfile and working_dir form malleefowl.process.
- using status.set instead of show_status in processes/
- fixed esgf download.
- fixed esgsearch and esgf_logon process.
- use pywps.process.WPSProcess instead of malleefowl.process.WPSProcess.
- cleaned up malleefowl.config.
- updated dockerfile and recipe.
- download: checks if url has "file" schema. Those files can be returned directly.
- added solr search workflow.
- fixed esgf logon: port = "7512"
- disabled "File_Thredds" search type ... using "File" search instead.
- using python myproxyclient.
- added download with openid.
- renamed myproxy_logon().
- updated tomcat/thredds recipe.
- added thredds workflow
- download with wget -x to create directories in cache.
- fixed workflow process output parameter.
- cleaned up processes ... download, esgsearch ...
- refactored workflow with dispel4py ... improved logging.
- fixed adagucserver installation
- using buildout recipes: birdhousebuilder.recipe.adagucserver, birdhousebuilder.recipe.postgres
- swift cloud access processes added.
- log to stderr/supervisor.
- update sphinx docs.
- using birdhouse environment.
- fixed mako_cache path.
- adagucserver with postgres added.
- fixed buildout bootstrap.
- esgf search checks local replica
- esgf archive_path changed
- wget download with thredding.
- added log-level to settings.
- Disabled map processes.
- wget process using local file archive.
- esgsearch process added.
- Disabled restflow.
- Using dispel4py workflow engine.
- Added wpsfetch script to retrieve test data for unit tests.
- changed config for cache_path and cache_url.
- Cleaned up unit tests.
- download method added.
- Using buildout 2.x.
- Fixed LD_LIBRARY_PATH for myproxy-logon. Should not use openssl library from anaconda.
- Replaced install.sh by Makefile.
- Dockerfile added.
- Fixed pyOpenSSL dependency.
- Updated docs.
- Updated dependencies.
- Dockfile for automated builds added.
- Changed default cache path.
- First Release.