-
Notifications
You must be signed in to change notification settings - Fork 5
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
Need to test jquery 3.3.1 #249
Comments
Except for travis CI, can you give me some tips for testing jquery3.3.1 ? |
You need to test it manually ... We don't have many automatic UI testing. |
https://jquery.com/upgrade-guide/3.0/#jquery-core-3-0-upgrade-guide |
As far as I know, the challenging part is not itself, but other javascript libraries use it. |
https://github.com/jquery/jquery-migrate/#README now i 'm trying to use these two plugin to update our version form 1.11.1 to 3.3.1 without bugs |
Any update of this ? |
After testing in my local site, I think jquery 3.3.1 is available for genomics-workspace |
Do you push that to a new branch ? I can test that a little bit more and make CI tests it as well. |
@deming7h777 I thought this was on a branch. Is it just on your local? |
I have push it to npminstallDAP branch. |
@deming7h777 please push to this repo, rather than our customized one. At the same time, don’t push that to branch that have a pull request for other stuff. It may be merged accidentally. |
Initially, we update to jquery3.3.1 because we want to install DAP code via npm, and only customized one need it . |
What ? It seems to me they are two different things. jQuery 3.x is not a requirement of DAP. However, we still hope to update to jQuery 3.x because either npm or github report that there is a security vulnerability of jQuery 1.x. |
At the same time, the update of jQuery should be introduced to our general version as well, but DAP is only for our customized version. |
I know it's different things but we update jquery 3.3.1 due to some vulnerability initially so I think we still need to update it either general version and customized version . |
How we update both of the general and customized repos is by
|
Keeping only one feature update in one pull request makes us track the progress of each pull request easier. |
Will be finished by #256. |
The version of jquery we're using now has security issues, and we'll need to update it before any more deployments.
The text was updated successfully, but these errors were encountered: