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 timeout in notebooks by making the app_url correctly point to app.rerun.io #5877

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

jleibs
Copy link
Member

@jleibs jleibs commented Apr 9, 2024

What

Notebooks need to go to app.rerun.io, not rerun.io/viewer.

Also go to versioned releases if the app is versioned instead of always using the sha.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!

@jleibs jleibs added this to the 0.15.1 milestone Apr 9, 2024
@jleibs jleibs added the notebook Jupyter notebooks etc label Apr 9, 2024
@jleibs jleibs marked this pull request as ready for review April 9, 2024 15:40
@jleibs jleibs changed the title Fix the app_url for notebooks Fix timeout in notebooks by fixing the app_url for notebook iframe Apr 9, 2024
@jleibs jleibs changed the title Fix timeout in notebooks by fixing the app_url for notebook iframe Fix timeout in notebooks by making the app_url correctly point to app.rerun.io Apr 9, 2024
@jleibs jleibs force-pushed the jleibs/fix_notebook_url branch from ad07758 to 318996d Compare April 9, 2024 16:18
@jleibs jleibs added the 🪳 bug Something isn't working label Apr 9, 2024
@Wumpf Wumpf merged commit 1a03fd2 into release-0.15.1 Apr 10, 2024
35 of 36 checks passed
@Wumpf Wumpf deleted the jleibs/fix_notebook_url branch April 10, 2024 07:40
emilk pushed a commit that referenced this pull request Apr 11, 2024
….rerun.io (#5877)

### What
- Resolves: #5878

Notebooks need to go to `app.rerun.io`, not `rerun.io/viewer`.

Also go to versioned releases if the app is versioned instead of always
using the sha.

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using newly built examples:
[rerun.io/viewer](https://rerun.io/viewer/pr/5877)
* Using examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/5877?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/5877?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!

- [PR Build Summary](https://build.rerun.io/pr/5877)
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working include in changelog notebook Jupyter notebooks etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants