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

Set alpha as default #12

Merged
merged 5 commits into from
Apr 4, 2024
Merged

Set alpha as default #12

merged 5 commits into from
Apr 4, 2024

Conversation

JR-1991
Copy link
Member

@JR-1991 JR-1991 commented Mar 15, 2024

Use the alpha tag by default to prevent errors that may occur from the unstable tag.

Closes #11

Thanks to @pdurbin on Zulip - https://dataverse.zulipchat.com/#narrow/stream/375812-containers/topic/Dataverse.20Action.20broken/near/426731935

Edit @poikilotherm: we went with fixing the root cause instead - missing PID provider settings.

@JR-1991 JR-1991 self-assigned this Mar 15, 2024
@JR-1991 JR-1991 added the bug Something isn't working label Mar 15, 2024
Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

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

I see "Tag of image for Dataverse app and Configbaker" which sounds good. We want them both to change.

@pdurbin
Copy link
Member

pdurbin commented Apr 1, 2024

Heads up that "alpha" just shifted from 6.1 to 6.2 and 6.2 requires some new PID settings:

        -Ddataverse.pid.providers=fake
        -Ddataverse.pid.default-provider=fake
        -Ddataverse.pid.fake.type=FAKE
        -Ddataverse.pid.fake.label=FakeDOIProvider
        -Ddataverse.pid.fake.authority=10.5072
        -Ddataverse.pid.fake.shoulder=FK2/

Here's where I added them to the API test runner: gdcc/api-test-runner@a95a8e1

JR-1991 and others added 4 commits April 3, 2024 11:11
Changed `environments` also to an object
We still want to opt to default to the latest development version of Dataverse for testing.
@poikilotherm poikilotherm merged commit d049a62 into main Apr 4, 2024
1 check passed
@poikilotherm poikilotherm deleted the alpha-image-as-default branch April 4, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

info/version timeout and 404 within bootstrap
3 participants