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

use backend engine in UI #443

Merged
merged 6 commits into from
Jul 11, 2024
Merged

use backend engine in UI #443

merged 6 commits into from
Jul 11, 2024

Conversation

pmeier
Copy link
Member

@pmeier pmeier commented Jul 8, 2024

Follow-up to #441 and closes #392, closes #406. This leaves our UI code in a hot mess. But I thought for reviewing it will be easier to just drop in the engine where we previously used the API instead of starting yet another larger refactoring. However, this has to happen eventually and after this PR I'd prefer sooner than later.

After this PR we only have the auth rework left, that I need to finish before we can publish a first release of bokeh-fastapi. Meaning, unless you have some hard blocking comments, I'd prefer to leave larger stuff for follow-up PRs. If you find something, flag it and I'll put up an issue.

@pmeier pmeier requested a review from blakerosenthal July 8, 2024 10:58
Base automatically changed from document-engine to deploy-dev July 9, 2024 15:09
An error occurred while trying to automatically change base from document-engine to deploy-dev July 9, 2024 15:09
Copy link
Contributor

@blakerosenthal blakerosenthal left a comment

Choose a reason for hiding this comment

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

This is so much nicer. The ApiWrapper class feels slightly misnamed now though.

@pmeier
Copy link
Member Author

pmeier commented Jul 11, 2024

The ApiWrapper class feels slightly misnamed now though.

Absolutely. See me top comment for the state of the UI code.

I've partially fixed the UI tests after your review. I'll finish them after auth is properly implemented.

@pmeier pmeier merged commit 974862a into deploy-dev Jul 11, 2024
17 of 20 checks passed
@pmeier pmeier deleted the ui-engine-new branch July 11, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants