Rob van Loon
Rob van Loon
This PR brings an unified CLI to control GeoHealthCheck (fix #189). I introduced `click` to take control over all the cli-commands and I was able to completely phase out `paver`...
**Is your feature request related to a problem? Please describe.** - To schedule new jobs for a new quality control, you might want to time it in such a way...
**Is your feature request related to a problem? Please describe.** When configuring a WMS/WFS getMap/getFeature probe, GHC shows a dropdown with the available layers. If you want to monitor 'hidden'...
**Is your feature request related to a problem? Please describe.** For some resources you'll want to configure multiple probes of the same type with their own checks. If one of...
As follow up on issue #189 and discussion in PR #310: The current CLI commands are: `build-wheel` `clean` `create-hash` `create-instance` `create-secret-key` `create-wsgi` `db` `lang-add-language-catalogue` `lang-compile-translations` `lang-extract-translations` `lang-update-translations` `run-healthchecks` `run-tests` `runner-daemon`...
**Describe the bug** Loading the test fixtues and running the web app results in a jinja exception. **To Reproduce** 1) Start a clean GHC environment 2) Create a database and...
The requirements-file in line 5,6, 7 specifies pyobjc and two related frameworks. Objective-C bindings are MacOS only. If we want to make codeklavier platform independent, than we need to work...
At the moment we are using the very ugly: ```python currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) parentdir = os.path.dirname(currentdir) sys.path.insert(0,parentdir) ``` To fix the python search path. Perhaps we should move these inside...
Especially when debugging, you don't want the display, but there might be other reasons you don't want the display. Fixes issue #7.