-
Notifications
You must be signed in to change notification settings - Fork 494
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
v5.13 #9386
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
The Docker Login Actions do not enable logging in to docker.io, but a standard registry. By not overriding the registry, Docker Maven Plugin will use the one supplied by Docker context (which the authorization was done for by docker/login-action)
8932 - fix pushing to Docker Hub
The use case is an external tool that operates on aux files pulled out of NetCDF/HDF5 files.
As we are now using JvmSettings everywhere as an abstraction above MPCONFIG, no need to import on our own.
7000 mpconfig fqdn & siteUrl
When an invalid port was set, which cannot be transformed to an integer, the JSF page would kind of freeze: it leaves the user on the grayed out "action" screen and if you click on it, shows upload page with no files, so a silent error. By defaulting to 6311 also for this case and logging an error, this should improve the UX, but leave a hint for an admin in the logs.
Make productionPlace multiple, facetable, and enabled for Advanced Search #9253
Add initial support for .eln file format
9376 - Fix the order of metadatablocks in templates
Just a small grammar improvement
document GeoJSON and list file previewers #8984
…scription Update dataverse.xhtml to add "read more/read less" buttons for dataverse descriptions
Note that the "preview" links need to be changed to 5.13
Co-authored-by: Oliver Bertuch <poikilotherm@users.noreply.github.com>
Co-authored-by: Oliver Bertuch <poikilotherm@users.noreply.github.com>
#9332 5.13 release notes
bump version to 5.13 #9334
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.
Merging v5.13 code into master branch.