MSS
MSS copied to clipboard
A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.
**Purpose of PR?**: Fixes #2374. **Does this PR introduce a breaking change?** **If the changes in this PR are manually verified, list down the scenarios covered:**: **Additional information for reviewer?**...
**Purpose of PR?**: Fixes #2329. **Does this PR introduce a breaking change?** **If the changes in this PR are manually verified, list down the scenarios covered:**: **Additional information for reviewer?**...
**Purpose of PR?**: This makes it possible to install mswms without all packages needed for the whole MSS There are some steps needed to get then to something like the...
The recent change related to logging messages creates output on the terminal msui is invoked ``` DEBUG: Merged default and user settings DEBUG: AttributeError, ImportError Exception module 'ctypes' has no...
Ruff is "An extremely fast Python linter and code formatter, written in Rust." (https://github.com/astral-sh/ruff) It effectively does what flake8 does, with some of its plugins (flake8-builtins, flake8-bugbear, and many more)...
This PR is to keep an eye on if some other fix allows us to re-enable the test files that are skipped here: https://github.com/Open-MSS/MSS/blob/daf8f2ae64f9907c9e27114660659a5f5d1cb6d5/.github/workflows/testing-all-oses.yml#L52
**Purpose of PR?**: Fixes #2292. **Does this PR introduce a breaking change?** **If the changes in this PR are manually verified, list down the scenarios covered:**: **Additional information for reviewer?**...
Occasionally the test runs on macos-13 are super slow and there is generally a lot of variation in the time required to run the test suite on those runners. I...
I don't like the way it is now. - PRs go to two different branches depending on what they do. This means development is happening on two base branches which...
The testwsgi script succeeds but when I want to run the application it ends with a libcurl error ``` Client 127.0.0.1:37096] request declined in mgs_hook_fixups mod_wsgi (pid=13166, process='DEMO', application=''): Loading...