Skip to content

Commit

Permalink
Merge branch 'develop' into 9169-fix-dup-props #9169
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jul 25, 2024
2 parents fe6c2d3 + 1e7e9f1 commit 8b1b7ce
Show file tree
Hide file tree
Showing 94 changed files with 1,212 additions and 624 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Thank you for contributing to the Dataverse Project through the creation of a bu
WARNING: If this is a security issue it should be reported privately to [email protected]
More information on bug issues and contributions can be found in the "Contributing to Dataverse" page:
https://github.com/IQSS/dataverse/blob/develop/CONTRIBUTING.md#bug-reportsissues
https://guides.dataverse.org/en/latest/contributor/index.html
Please fill out as much of the template as you can.
Start below this comment section.
Expand Down Expand Up @@ -44,7 +44,6 @@ Start below this comment section.
**Any related open or closed issues to this bug report?**



**Screenshots:**

No matter the issue, screenshots are always welcome.
Expand All @@ -53,3 +52,7 @@ To add a screenshot, please use one of the following formats and/or methods desc

* https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests
*


**Are you thinking about creating a pull request for this issue?**
Help is always welcome, is this bug something you or your organization plan to fix?
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea or new feature for the Dataverse software!
title: 'Feature Request/Idea:'
title: 'Feature Request:'
labels: 'Type: Feature'
assignees: ''

Expand All @@ -11,7 +11,7 @@ assignees: ''
Thank you for contributing to the Dataverse Project through the creation of a feature request!
More information on ideas/feature requests and contributions can be found in the "Contributing to Dataverse" page:
https://github.com/IQSS/dataverse/blob/develop/CONTRIBUTING.md#ideasfeature-requests
https://guides.dataverse.org/en/latest/contributor/index.html
Please fill out as much of the template as you can.
Start below this comment section.
Expand All @@ -34,3 +34,6 @@ Start below this comment section.


**Any open or closed issues related to this feature request?**

**Are you thinking about creating a pull request for this feature?**
Help is always welcome, is this feature something you or your organization plan to implement?
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/idea_proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Idea proposal
about: Propose a new idea for discussion to improve the Dataverse software!
title: 'Suggestion:'
labels: 'Type: Suggestion'
assignees: ''

---

<!--
Thank you for contributing to the Dataverse Project through the creation of a feature request!
More information on ideas/feature requests and contributions can be found in the "Contributing to Dataverse" page:
https://guides.dataverse.org/en/latest/contributor/index.html
Please fill out as much of the template as you can.
Start below this comment section.
-->

**Overview of the Suggestion**


**What kind of user is the suggestion intended for?**
(Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin)


**What inspired this idea?**


**What existing behavior do you want changed?**


**Any brand new behavior do you want to add to Dataverse?**


**Any open or closed issues related to this suggestion?**


**Are you thinking about creating a pull request for this issue?**
Help is always welcome, is this idea something you or your organization plan to implement?
10 changes: 0 additions & 10 deletions doc/release-notes/10015-RO-Crate-metadata-file.md

This file was deleted.

5 changes: 0 additions & 5 deletions doc/release-notes/10022_upload_redirect_without_tagging.md

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions doc/release-notes/10137-2-add-disable-reason-flag.md

This file was deleted.

8 changes: 0 additions & 8 deletions doc/release-notes/10236-openapi-definition-endpoint.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/release-notes/10242-add-feature-dv-api

This file was deleted.

53 changes: 0 additions & 53 deletions doc/release-notes/10288-add-term_uri-metadata-in-keyword-block.md

This file was deleted.

5 changes: 0 additions & 5 deletions doc/release-notes/10316_cvoc_http_headers.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions doc/release-notes/10339-workflow.md

This file was deleted.

6 changes: 0 additions & 6 deletions doc/release-notes/10389-metadatablocks-api-extension.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions doc/release-notes/10425-add-MIT-License.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/release-notes/10464-add-name-harvesting-client-facet.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/release-notes/10466-math-challenge-403-error-page.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/release-notes/10468-doc-datalad-integration.md

This file was deleted.

This file was deleted.

This file was deleted.

119 changes: 0 additions & 119 deletions doc/release-notes/10494-payara-upgrade.md

This file was deleted.

11 changes: 0 additions & 11 deletions doc/release-notes/10503-cvoc-hidden-html-fields.md

This file was deleted.

12 changes: 12 additions & 0 deletions doc/release-notes/10508-base-image-fixes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Security and Compatibility Fixes to the Container Base Image

- Switch "wait-for" to "wait4x", aligned with the Configbaker Image
- Update "jattach" to v2.2
- Install AMD64 / ARM64 versions of tools as necessary
- Run base image as unprivileged user by default instead of `root` - this was an oversight from OpenShift changes
- Linux User, Payara Admin and Domain Master passwords:
- Print hints about default, public knowledge passwords in place for
- Enable replacing these passwords at container boot time
- Enable building with updates Temurin JRE image based on Ubuntu 24.04 LTS
- Fix entrypoint script troubles with pre- and postboot script files
- Unify location of files at CONFIG_DIR=/opt/payara/config, avoid writing to other places
Loading

0 comments on commit 8b1b7ce

Please sign in to comment.