Conversation
…st-api Get Guestbook list API: add param to return inherited guestbooks
Add fast-redeploy scripts for container-based development (#10156)
… integration tests
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Updated concurrency group name to include branch reference and removed .txt files from paths-ignore.
Removed .txt files from paths-ignore in workflow.
Temporarily disable unreliable integration test for retrieving data collections.
Removed force_run input from workflow dispatch.
Replace curl command with docker cp for SUSHI config file.
Replaced local file copy with curl command to fetch SUSHI config.
Added master branch to push and pull_request triggers.
Updated the method of placing the SUSHI config file in the container by copying it directly from the repository instead of using curl.
Updated the workflow to check for the existence of the source file before copying it to the container.
Replace file existence check and copy method with direct injection into container.
…EY and update jacoco step
…jacoco overwrites
Merging the 6.11 release notes pr. It will be easier to make another quick pr if we think of anything else.
…on-has-files Fix performance when checking dataset version file count
…esponces-api Include name in guestbook responses api
Additional tweaks to 6.11 release notes
bump version to 6.11
| } catch (IllegalArgumentException iae) { | ||
| return error(Response.Status.BAD_REQUEST, iae.getMessage()); | ||
| } catch (SettingsValidationException sve) { | ||
| return error(Response.Status.BAD_REQUEST, sve.getMessage()); |
| public Response getMakeDataCountMetricCurrentMonth(@Context ContainerRequestContext crc, @PathParam("id") String idSupplied, @PathParam("metric") String metricSupplied, @QueryParam("country") String country) { | ||
| String nullCurrentMonth = null; | ||
| return getMakeDataCountMetric(idSupplied, metricSupplied, nullCurrentMonth, country); | ||
| return getMakeDataCountMetric(crc, idSupplied, metricSupplied, nullCurrentMonth, country); |
| GetDataverseAllowedStorageDriverCommand getAllowedStorageDriversCommand = new GetDataverseAllowedStorageDriverCommand(request, dv); | ||
| return ok(execCommand(getAllowedStorageDriversCommand)); | ||
| } catch (WrappedResponse wr) { | ||
| return handleWrappedResponse(wr); |
This comment has been minimized.
This comment has been minimized.
|
📦 Pushed preview images as 🚢 See on GHCR. Use by referencing with full name as printed above, mind the registry name. |
Test Results403 tests 388 ✅ 37m 23s ⏱️ Results for commit 741c5da. |
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:
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: