Skip to content
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

Update from develop #68

Merged
merged 70 commits into from
Jan 6, 2023
Merged

Update from develop #68

merged 70 commits into from
Jan 6, 2023

Conversation

lubitchv
Copy link
Owner

@lubitchv lubitchv commented Jan 6, 2023

What this PR does / why we need it:

Which issue(s) this PR closes:

Closes #

Special notes for your reviewer:

Suggestions on how to test this:

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Is there a release notes update needed for this change?:

Additional documentation:

poikilotherm and others added 30 commits July 21, 2022 13:38
- Add missing displayOrder values
- Fix missing type for software requirements
- Avoid splitting up compound fields too much,
  otherwise data is not exportable to schema.org
  or CodeMeta JSON-LD without special handling (#7856)
- Tweak order
- Tweak descriptions and examples
- Fix whitespaces and line endings
With the merge of computational workflow metadata considered
experimental, move CodeMeta there, too.
By refactoring SystemConfig.getSolrHostColonPort, the Solr endpoint
is not just configurable via a database setting, but also by all
mechanisms of MicroProfile Config.

- The database setting still has priority over the other mechanisms.
- It's completely backward compatible, no config change necessary.
- Tests have been added to ensure the behaviour
- Default ("localhost:8983") for no setting given is now also done via MPCONFIG
- Default for container usage ("solr:8983") possible via MPCONFIG profile "ct"
When using Dataverse with a non-default Solr, HTTPS, custom core name
or similar, it's necessary to have a configurable URL for the Solr
endpoint. This becomes now possible via MicroProfile Config, defaulting
to the old variant.
Describe the new options to set the Solr endpoint, crosslinking
the old way and adding hints about MPCONFIG profiles.
1. Instead of reading the configuration from system properties only,
   switch to using MPCONFIG and JvmSettings fluent API.
2. Instead of saving the configuration in a static variable, retrieve
   the config from the constructor.
   This has 2 advantages: 1) no worries about execution order and
   MPCONFIG not yet ready, 2) update the readers with new config
   settings when changed (no need to restart).
The docs said the default is "/tmp/Rserve", while the code had
"/tmp". Changing the code default to the documented one.
IQSS/9126-allow_workflow_tokens_in_access_api


As the citation block already contains a compound field "software"
with both "softwareName" and "softwareVersion", meant to describe software
used to create the dataset, this name conflict must be resolved.

By renaming to "codeVersion", the semantic is not changed, as this metadata
block is about describing software deposits. As the termURI is explicitly
set to "schema.org/softwareVersion" it remains compatible with OAI-ORE and
other linked data usages. A future exporter for CodeMeta might require
special attention for this field.
…scriptions #7844

A slight rephrasing should make it easier to understand what is expected
as content for these metadata fields.
poikilotherm and others added 28 commits December 16, 2022 11:07
As we are now using JvmSettings everywhere as an abstraction above
MPCONFIG, no need to import on our own.


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.
…rove_guestbook_estimate

Trigger auto-analyze more frequently for guestbook estimates
Co-authored-by: Philip Durbin <philipdurbin@gmail.com>
document ongoing security and practices #3215
…bloader_integration

IQSS/9095-dvwebloader integration
@lubitchv lubitchv merged commit c5f44d6 into lubitchv:develop Jan 6, 2023
@coveralls
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants