Conversation
This adds an experimental build on the Github Workflows for IQSS/dataverse using Java 17. See reference docs https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontinue-on-error
8094 Experimental CI Java 17 Maven Unittest build
…-allow_guestbook_unselect Fix guestbook clear selection button
explain what info to send for installation support #8198
Update config.rst
…dering Fix 7874-Dataset-template-authors-ordering
…8394 This includes moving/inheriting some project properties from the parent.
Installer fixes, reflecting the new pom file structure #8494
8210 importddi fix
Fix broken links under "Best Practices" (nav bar) in guides, sync up with dataverse.org
…be used also without an image
…essibility Iqss/8321 accessibility
remove reference to closed issue #8496
…/8503-make_iconURL_optional IQSS/8503 make icon url optional
fix LicensesIT and add to list of tests, fix output of "set license active" API #8501
Updating version to v5.10
Update version to v5.10
Update to v5.10
5.10 release notes
8509 update version to 5.10
| @@ -80,6 +80,11 @@ echo "Set the default facets for Root" | |||
| curl -s -X POST -H "Content-type:application/json" -d "[\"authorName\",\"subject\",\"keywordValue\",\"dateOfDeposit\"]" $SERVER/dataverses/:root/facets/?key=$adminKey | |||
| SOLR_TGZ="$DOWNLOAD_DIR/solr-8.11.1.tgz" | ||
| if [ ! -f $PAYARA_ZIP ] || [ ! -f $SOLR_TGZ ]; then | ||
| echo "Couldn't find $PAYARA_ZIP or $SOLR_TGZ! Running download script...." | ||
| cd $DOWNLOAD_DIR && ./download.sh && cd |
| if [ ! -e dv/deps/solr-8.11.1dv.tgz ]; then | ||
| echo "solr dependency prep" | ||
| # schema changes *should* be the only ones... | ||
| cd dv/deps/ |
| private String fileChecksumValue; | ||
| private String dataverseAlias; | ||
| private String dataverseParentAlias; | ||
| private static final Logger logger = Logger.getLogger(SolrSearchResult.class.getCanonicalName()); |
There was a problem hiding this comment.
🚫 [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck> reported by reviewdog 🐶
File contains tab characters (this is the first instance).
This file contains hidden or 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
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.
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: