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

fix(demo): Fix default demo index versions #4116

Merged
merged 1 commit into from Apr 11, 2022

Conversation

theodab
Copy link
Collaborator

@theodab theodab commented Apr 11, 2022

The script for deploying the demo version index page has a function
that chooses which versions to display. This script has a special
mode meant for testing that shows a default list of demo versions.
This mode was only supposed to trigger when run locally, but the
check did not work properly, so the demo version index was deploying
with a very out-of-date list of versions.
This fixes that check.

Closes #4074

BEGIN_COMMIT_OVERRIDE
ci: Fix default demo index versions
END_COMMIT_OVERRIDE

The script for deploying the demo version index page has a function
that chooses which versions to display. This script has a special
mode meant for testing that shows a default list of demo versions.
This mode was only supposed to trigger when run locally, but the
check did not work properly, so the demo version index was deploying
with a very out-of-date list of versions.
This fixes that check.

Closes shaka-project#4074
@theodab theodab added the component: demo page The issue is in the demo page; does not affect production applications label Apr 11, 2022
@theodab
Copy link
Collaborator Author

theodab commented Apr 11, 2022

This approach was suggested by @joeyparrish in the discussion for the now-abandoned #4098.

@theodab theodab merged commit fe8b9ab into shaka-project:main Apr 11, 2022
@theodab theodab deleted the branch4074 branch April 11, 2022 23:46
joeyparrish pushed a commit that referenced this pull request Apr 21, 2022
The script for deploying the demo version index page has a function
that chooses which versions to display. This script has a special
mode meant for testing that shows a default list of demo versions.
This mode was only supposed to trigger when run locally, but the
check did not work properly, so the demo version index was deploying
with a very out-of-date list of versions.
This fixes that check.

Closes #4074

<!--
Please remember to:

1. Use Conventional Commits syntax (fix: ..., feat: ..., etc.) in commits and
   PR title (https://www.conventionalcommits.org/)
2. Tag any related or fixed issues ("Issue #123", "Closes #420")
3. Sign the Google CLA if you haven't (https://cla.developers.google.com)

You may delete this comment from the PR description.
-->
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: demo page The issue is in the demo page; does not affect production applications status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

index-dot-shaka-player-demo.appspot.com broken
2 participants