forked from geosolutions-it/MapStore2
-
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
Sync fork #9
Merged
Merged
Sync fork #9
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
…using Bearer token (geosolutions-it#10507)
…geosolutions-it#10176) Apparently, which search service observable emits results first does not depend on the order in which they are passed into the search. The test however assumed there to be an order, causing it to break on MacOS. This is now fixed. On Behalf of DB Systel Co-authored-by: Florian Kellner <[email protected]>
…-it#10142) Updates tests relying on 'render' returning a reference to enable react-redux 7.x upwards (where some components become stateless and render no longer returns a reference, even though it was successful) On Behalf of DB Systel Co-authored-by: Florian Kellner <[email protected]>
…dependent on window height (geosolutions-it#10532) * Fixed test due to chrome headless issue in size * Fixed test due to chrome headless issue in size
…ations merge process (geosolutions-it#10516)
…eosolutions-it#10529) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lorenzo Natali <[email protected]>
* geosolutions-it#4647: minor dep upgrades/cleanup A few packages had new minor versions or were unused. On Behalf of DB Systel * geosolutions-it#4647: upgrade json2csv to remove 1 critical vulnerability On Behalf of DB Systel * geosolutions-it#4647: remove some deprecation warnings On Behalf of DB Systel --------- Co-authored-by: Florian Kellner <[email protected]>
…ns-it#10159) * geosolutions-it#10158: set HTML document language On Behalf of DB Systel * geosolutions-it#10158: re-enable browser zoom Too much Zoom does seem to break the layout, but handing that responsibility to the end user is more accessible than disabling it. Map zoom is unaffected, and since using browser zoom enlarges map controls, users who tried zooming into the map using browser zoom should be able to notice the actual controls and recover from their mistake. On Behalf of DB Systel * geosolutions-it#10158: Tiny Accessibility Fixes - Convert heading that, semantically, should not be a heading, to a div - correctly assign label to scalebox - add alt tag to attribution logo On Behalf of DB Systel * geosolutions-it#10158: set HTML document language once per mount/update As requested, the document language is now set when the component is mounted or the language is changed instead of with every rerender. --------- Co-authored-by: Florian Kellner <[email protected]>
…l experimental (geosolutions-it#10541) * Fix geosolutions-it#10527 Interactive Legend disabled by default until experimental * Update docs/developer-guide/local-config.md --------- Co-authored-by: Matteo V. <[email protected]>
…f the details attribute value is NODATA (geosolutions-it#10548) Description: - adding check of no data condition for show/hide details panel in toolbar
Marked documentation of openID provider as experimental
…t#10477) * update_10240 * review
* update_10423 * review * readme_error_fix
…hen one of the responses is an error (geosolutions-it#10578)
Co-authored-by: github-actions <[email protected]>
…-it#10556) * add_10431 * review
geosolutions-it#10582) * add_10353 * Update docs/user-guide/layer-settings.md Co-authored-by: Tobia Di Pisa <[email protected]> * Update docs/user-guide/layer-settings.md Co-authored-by: Tobia Di Pisa <[email protected]> * review --------- Co-authored-by: Tobia Di Pisa <[email protected]>
…s activated in the context in 2024.01.01 version geosolutions-it#10503 (geosolutions-it#10590)
jnewmoyer
approved these changes
Oct 7, 2024
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.
Description
Syncing fork, merged new changes from MapStore2 to make sure NGSLLC/MapStore2 is up to date