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

refactor: Rewrote verify method of RemoteWorkspace #827

Merged

Conversation

mou
Copy link
Contributor

@mou mou commented Oct 20, 2023

Previously, this method did not check much except HTTP status. This change allows us to properly detect Evidently and also avoid using endpoints with irregular trailing slash.

Closes: #826

@mou mou force-pushed the refactor/remote-workspace-verify-to-detect-evidently branch from e430043 to 38e4872 Compare October 20, 2023 17:38
Previously this method does not check much except HTTP status

Closes: #826
@mou mou force-pushed the refactor/remote-workspace-verify-to-detect-evidently branch from 38e4872 to 3746304 Compare October 20, 2023 17:56
@emeli-dral emeli-dral merged commit a6ad752 into main Oct 21, 2023
18 checks passed
@emeli-dral emeli-dral deleted the refactor/remote-workspace-verify-to-detect-evidently branch October 21, 2023 17:55
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.

Make RemoteWorkspace.verify() actually detect Evidently UI
2 participants