-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Upgrades Angular-audio, Mutagen and MidiJs #6912
Conversation
Hi @DubeySandeep & @apb7, |
Codecov Report
@@ Coverage Diff @@
## develop #6912 +/- ##
===========================================
- Coverage 95.5% 95.32% -0.19%
===========================================
Files 371 371
Lines 51058 50558 -500
===========================================
- Hits 48762 48193 -569
- Misses 2296 2365 +69
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #6912 +/- ##
========================================
Coverage 95.86% 95.86%
========================================
Files 371 371
Lines 52090 52090
========================================
Hits 49934 49934
Misses 2156 2156
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @NishealJ, just a minor comment. Left a comment on the testing doc as well. Thanks!
Also, @DubeySandeep, if you're around, would you like to take a pass on the PR and/or the test doc? Thanks!
manifest.json
Outdated
"rootDirPrefix": "MIDI.js-", | ||
"targetDir": "midi-js-2ef687" | ||
"targetDirPrefix": "MIDI.js-" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use targetDir
field specifying the commit, as in the previous pattern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this has been addressed yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @apb7, sorry missed has been addressed now. Thanks!
@NishealJ This PR needs testing on the following (which isn't documented in your test doc):
For ng-audio:
For MIDI: (I think this is related to interaction)
These are the overview of the places where you should test these upgrades. Also, you can ping (or assign) @mzaman07 for testing this PR as a team lead for the Voiceover and translation project. |
@DubeySandeep, thank you for these pointers. I am adding a link to this comment for reference in the testing doc. Thanks! |
Hi @apb7 & @DubeySandeep, For MidiJs, i,ve tested it with musical notes interaction and it works well Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NishealJ, please address existing review comments before requesting another review. Thanks!
manifest.json
Outdated
"rootDirPrefix": "MIDI.js-", | ||
"targetDir": "midi-js-2ef687" | ||
"targetDirPrefix": "MIDI.js-" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this has been addressed yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @NishealJ! @DubeySandeep, can you please take a final pass (for the testing doc too)? Thanks!
package-lock.json
Outdated
@@ -1832,6 +1832,7 @@ | |||
"anymatch": "^2.0.0", | |||
"async-each": "^1.0.1", | |||
"braces": "^2.3.2", | |||
"fsevents": "^1.2.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NishealJ, please revert these changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done @apb7 Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NishealJ, Thanks for the PR, LGTM!
Can you please check these two points as well:
- Uploading mp3 audio of duration > 5 mins. fails in the backend.
- Can you please check whether this issue is resolved in the new mutagen?
@vojtechjelinek, @seanlip & @nithusha21, Can you please review this PR as a code owner? Thanks! :) |
Hi @DubeySandeep,
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from code owner's perspective. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks -- LGTM as codeowner
@nithusha21 PTAL as codeowner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as a codeowner
Please note... Travis is failing... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! (from code owner's)
Explanation
This PR Upgrades Angular-audio, Mutagen and MidiJs.
for testing doc visit here
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.