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

merge develop to master for 5.12 #9023

Merged
merged 970 commits into from
Oct 4, 2022
Merged

merge develop to master for 5.12 #9023

merged 970 commits into from
Oct 4, 2022

Conversation

pdurbin
Copy link
Member

@pdurbin pdurbin commented Oct 4, 2022

What this PR does / why we need it:

As part of a release we always merge to develop to master

Which issue(s) this PR closes:

None but relates to #9019

Special notes for your reviewer:

I'm documenting how I'm using master...develop as a starting point.

Suggestions on how to test this:

Make sure tests pass.

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

No.

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

No.

Additional documentation:

No.

qqmyers and others added 30 commits August 9, 2022 12:18
Co-authored-by: Philip Durbin <philipdurbin@gmail.com>
…ve_editVersion_calls

Remove editVersion calls, standardize restricted file render logic
pdurbin and others added 23 commits September 23, 2022 15:58
switch to our regular createDataverseRequest pattern #8992
Co-authored-by: Oliver Bertuch <poikilotherm@users.noreply.github.com>
Address security issues by package version updates in pom.xml files
update Making Releases in dev guide (hotfixes too) #8795
support database IDs too (as well as PIDs) #8720
…n-smaller-batches

8720 allow metadata re export in smaller batches
adding the 5.12 version to the tsv download url
Small change to the metadata reexport instructions at the end of the release note.
- highlight Globus and other big features at top
- added missing snippet: New Computational Workflow Metadata Block
- fix typos, etc.
@pdurbin pdurbin changed the title merge develop to master fo 5.12 merge develop to master for 5.12 Oct 4, 2022
@@ -4,9 +4,9 @@ if [ ! -d dv/deps ]; then
fi
wdir=`pwd`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
wdir appears unused. Verify use (or export if used externally). SC2034

@@ -4,9 +4,9 @@ if [ ! -d dv/deps ]; then
fi
wdir=`pwd`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck] reported by reviewdog 🐶
Use $(...) notation instead of legacy backticks .... SC2006

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 19.88% when pulling 9686ab8 on develop into c08e3a9 on master.

@pdurbin pdurbin merged commit 71341c0 into master Oct 4, 2022
IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) automation moved this from On Deck 🛎 to Done 🚀 Oct 4, 2022
@pdurbin pdurbin added this to the 5.12 milestone Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet