forked from Open-MSS/MSS
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull from open mss #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: joernu76 <j.ungermann@fz-juelich.de> Co-authored-by: ReimarBauer <rb.proj@gmail.com>
…oader (#663) * new opional parameter for pytest --mss_settings by this parameter tests can use a mss_settings.json saved in the test tmp directory example: pytest -k test_existing_empty_config_file --mss_settings '{"num_interpolation_points": 201 }' * tests for user defined mss_settings.json added * further testcases and a first fix * moved testsetup for mss_settings.json inside the tests * test fixed, utils fixed * removed default option of config_loader * config_file reading seperated from logic * improved test and config_loader * improved comments for default config
Replaced pep8 by flake8.
* Make MSS work with 1.3.0 * Add namespace to capabilities * Get version without scraping * Add 1.3.0 Service Exception * Default server to 1.1.1, remove unrelated changes * Don't hardcode WMS Client version * Refactor ogcwms to latest owslib code * Make more conform * Support authentication for 1.1.1 * Redetermine version after authentication * Remove deprecated method, explain removeXMLNamespace * Default to 1.1.1 not 1.3.0 * Handle dynamic version directly in ogcwms Co-authored-by: ReimarBauer <rb.proj@gmail.com>
Co-authored-by: ReimarBauer <rb.proj@gmail.com>
* Create CODE_OF_CONDUCT.md * Update CODE_OF_CONDUCT.md * Update CODE_OF_CONDUCT.md Co-authored-by: joernu76 <j.ungermann@fz-juelich.de> Co-authored-by: ReimarBauer <rb.proj@gmail.com>
* .format replaced with f'' * .format replaced with f'' * .format replaced with f'' (#652) * Stable to develop (#667) * Editing mscolab Url must be blocked on connect #637 (#661) * mscolab disconnect #637 * Removed set editable #637 * Fix conda-forge missing in channels Co-authored-by: Aheli Ghosh <debjanihome@gmail.com> * Create CONTRIBUTING.md (#645) Co-authored-by: joernu76 <j.ungermann@fz-juelich.de> Co-authored-by: ReimarBauer <rb.proj@gmail.com> * new optional parameter for pytest --mss_settings / improving config_loader (#663) * new opional parameter for pytest --mss_settings by this parameter tests can use a mss_settings.json saved in the test tmp directory example: pytest -k test_existing_empty_config_file --mss_settings '{"num_interpolation_points": 201 }' * tests for user defined mss_settings.json added * further testcases and a first fix * moved testsetup for mss_settings.json inside the tests * test fixed, utils fixed * removed default option of config_loader * config_file reading seperated from logic * improved test and config_loader * improved comments for default config * resolving a merge conflict * Update CHANGES.rst * Update CHANGES.rst * Update testing.yml * Update wms_control.py * Update test_wms.py * resolving a merge conflict * resolving a merge conflict * resolving merge conflict * resolving merge conflict Co-authored-by: ReimarBauer <rb.proj@gmail.com> Co-authored-by: May <baermay98@gmail.com> Co-authored-by: Aheli Ghosh <debjanihome@gmail.com> Co-authored-by: Bobin Mathew <bobinm3@gmail.com> Co-authored-by: joernu76 <j.ungermann@fz-juelich.de>
…ts (#679) * Add testing to stable * Added fix for #642 (#647) * Added fix for #642 * Fixed import os to fs #642 * Removed comment * Changed exists statement #642 * Fixed pylint error #642 * Editing mscolab Url must be blocked on connect #637 (#661) * mscolab disconnect #637 * Removed set editable #637 * Fix conda-forge missing in channels (#666) * added fixation for geos to <3.9.0, fixes #665 (#668) * improved independency of tests * missing assertion readded * further hardcoded ports removed * removed some test dependencies * use always different ports * ordered, added pytest-xdist * action for pytest-xdist possible tests * job name updated * space from jobname removed * removed blank lines * updated action for a change in development.txt Co-authored-by: May <baermay98@gmail.com> Co-authored-by: Aheli Ghosh <debjanihome@gmail.com>
…#684) * Add testing to stable * Added fix for #642 (#647) * Added fix for #642 * Fixed import os to fs #642 * Removed comment * Changed exists statement #642 * Fixed pylint error #642 * Editing mscolab Url must be blocked on connect #637 (#661) * mscolab disconnect #637 * Removed set editable #637 * Fix conda-forge missing in channels (#666) * added fixation for geos to <3.9.0, fixes #665 (#668) * fixes config_loader for local mss_settings, #683 Co-authored-by: May <baermay98@gmail.com> Co-authored-by: Aheli Ghosh <debjanihome@gmail.com>
Issue #685 Changed link to docker site to updated link. I am new to github, this is the first time I am editing a file directly on the github website, not 100% sure if this will create a pull request the same way, so apologies if this is not what is required. Co-authored-by: ReimarBauer <rb.proj@gmail.com>
* flake8 fix * removed not needed name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pull from open-mss