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

For Binder, replace girder_ythub with new static page redirect #10361

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

pdurbin
Copy link
Member

@pdurbin pdurbin commented Mar 11, 2024

What this PR does / why we need it:

Binder is effectively down because the redirect service we have been relying on is no longer operational.

Which issue(s) this PR closes:

Special notes for your reviewer:

The doc change points to the main/default branch of https://github.com/IQSS/dataverse-binder-redirect but to preview how the README will look until IQSS/dataverse-binder-redirect#2 is merged, you can go to https://github.com/IQSS/dataverse-binder-redirect/tree/1-redirct

Note that GitHub Pages is currently building off that "1-redirct" branch so that we can test and improve the code before we merge IQSS/dataverse-binder-redirect#2 (we'll switch GitHub Pages to build from the "main" branch after we merge).

The old "girder_ythub" passed siteUrl and apiToken but I don't believe either of these are actually used. Binder doesn't care what the siteUrl is. It just downloads based on DOI. And I don't think Binder knows how to use our API token (I may be wrong about that).

Suggestions on how to test this:

  • Remove the old "girder_ythub" Binder external tool
  • Install the Binder redirect tool as explained in the README.

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?:

Yes, included.

Additional documentation:

None.

@pdurbin pdurbin changed the title For Binder, replace girder_ythub with new static page redirect #10360 For Binder, replace girder_ythub with new static page redirect Mar 11, 2024
@landreev landreev merged commit 6a26e63 into develop Mar 11, 2024
2 checks passed
@pdurbin pdurbin added this to the 6.2 milestone Mar 11, 2024
@pdurbin
Copy link
Member Author

pdurbin commented Mar 11, 2024

Note that GitHub Pages is currently building off that "1-redirct" branch so that we can test and improve the code before we merge IQSS/dataverse-binder-redirect#2 (we'll switch GitHub Pages to build from the "main" branch after we merge).

I just flipped this to main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop relying on girder.hub.yt for Binder
2 participants