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

add temporary backdoor to allow ADR upgrade of jquery library #377

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

mariostieriansys
Copy link
Collaborator

Philip is working on an upgrade of the jquery libraries. As part of this upgrade, he is conveniently dropping the jquery version from the script.
This is causing a failure in the PyEnSight tests since one of the tests tries to launch the deep pixel renderable, which triggers a copy of the old jquery libs in the websocketserved directory of the running pyensight session.

This PR adds a backdoor where both the versioned and unversioned scripts are tried.

While this is not ideal, it will work so that Philip can let his PR in. Once merged, a second PR on PyEnSight could be created where instead of trying both the libraries, we can first check the backend EnSight version, and if it is at least 251, the jquery script to be copied will be the unversioned one, the versioned one otherwise

@mariostieriansys mariostieriansys merged commit 7071ba6 into main Jun 10, 2024
25 checks passed
@mariostieriansys mariostieriansys deleted the mostieri/fix_jquery_version_dependency branch June 10, 2024 13:04
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.

2 participants