-
Notifications
You must be signed in to change notification settings - Fork 82
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
Merge develop to stable == 9.0.0 #2382
Closed
Closed
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
Merge stable to develop
Merge stable into develop
* Tests added for remote sensing widget * Fixed flake8 * Flake8 fixed * Updated authors * AUTHORS updated * Fixed pytest errors * Issues resolved * Import order updated * Changes made * Update test_remotesensing.py * Data reorganized * Update test_remotesensing.py
Merge stable to develop
* added stuff * keyring tidy up * fixed some testcases * fixed keyring * added method to 'clear' keyring * split connect tests and added a '401' one for authorization denied case * adapted to comments * adapted to comments * renamed http_auth to mss_auth * removed misplaced http_basic_auth statment * updated keyring related documentation * updated status messages. * update * update
* fill mswms_settings with default values. * update
* preparing migration of json data to next major * flake8 * further changes * type fixed * new test for new migration * sample files updated * test improved * syntax fixe in sample
* individual imports better lookup by IDEs removed globals * flake8
* update super() calls to modern python * removed class ...(object)
* enable tests for GSOC branches * added a new testing action based on develop for gsoc * undo blank * var changed * name changed * removed unexpected value
…in mswms_settings.py (#1821)
* Make colorbar ticks format in generics plot configurable Fix #1828 * make vsec consistent with hsec * fix * fix
* introduction of group management * comment updated
Merge stable to develop
Merge stable to develop
moved the menuinst to the conda-build process
When possible tests should use the actual application code instead of inventing their own.
This fixes warnings about sub-directories of mslib/ that were previously not part of the packages because they don't contain __init__.py, but that were still recognized and added as packages due to a deprecated behavior of setuptools. The change from exclude to include is due to the excludes not being exhaustive. Multiple consecutive builds would add the entirety of build/ into the package with the excludes. Since we know that mslib and its sub-packages are the only ones that should be distributed we can just be explicit about that.
…tamp (#2355) Co-authored-by: Matthias Riße <[email protected]>
Bumps [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/benc-uk/workflow-dispatch/releases) - [Commits](benc-uk/workflow-dispatch@v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: benc-uk/workflow-dispatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Dependabot apparently does not support YAML aliases in its configuration file.
* Fix osfs:/ directory leftover in CWD after tests * Fix leftover directories in /tmp after tests The way wms_cache was set previously made it so that after each tests run there would be one or more directories leftover in /tmp. This also happened for each start of MSUI. This change makes MSUI use the platform-specific cache directory of the user instead and sets XDG_CACHE_HOME to isolate those between test runs.
Merge stable to develop
prepared tutorials for release, updated videos in mp4 format, introduced Alt text
matrss
previously approved these changes
May 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git diff develop
shows nothing, so no difference between this and develop. Therefore, LGTM.
matrss
reviewed
May 21, 2024
This reverts commit 6b02cd6.
found a problem with demodata, checking and redo that later |
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.
Purpose of PR?:
this is the base of the next stable release 9.x
385 files changed, 13871 insertions(+), 8039 deletions(-)
There was no merge conflict.
This needs a merge.