-
Notifications
You must be signed in to change notification settings - Fork 189
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
Issue 2387 #2503
Issue 2387 #2503
Conversation
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.
Looks good, tests are all passing. One small fix.
package.json
Outdated
"@wordpress/wordcount": "2.15.0", | ||
"@elastic/elasticsearch": "7.15.0", | ||
"@elastic/elasticsearch-mock": "0.3.1", | ||
"@wordpress/wordcount": "3.2.3", | ||
"body-parser": "1.19.0", |
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.
Filed #2504 to remove this. We don't need it.
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.
You can't remove this withing fixing the other things I mention in #2504. Please add body-parser
back, and read review comments more carefully.
357a496
to
7acfca4
Compare
Mark this one as the code review template and example to me. |
704d037
to
cbe090b
Compare
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 don't merge master into your branch. Revert that change and rebase.
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'll block this until the PR gets rebased.
446c663
to
c1a198d
Compare
c1a198d
to
d0c91bf
Compare
Can we get another review on this? |
@LuigiZaccagnini this needs another rebase: git checkout master
git pull upstream master
git checkout issue-2387
git rebase master
# fix merge conflict in package.json
git push origin issue-2387 -f Then ping me so I can review and merge. |
ae642b7
d0c91bf
to
ae642b7
Compare
What's happening with this? |
ae642b7
to
d0c91bf
Compare
This is out of date with |
outdated normalize url, Bull and JSDom Updated jsdom and fixed ReferenceError: TextEncoder is not defined Upgraded Bull package Prettier files Removed body-parser and wordcount from package.json Removed wordcount Prettier index Added wordcount back to stats.js Added wordcount module Updated worcount
d0c91bf
to
5ac485a
Compare
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.
The change in |
OK, sounds good. |
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.
Looks good! This will impact #2563 but seems like no one is working on it yet.
OK, going to merge this. FYI @HyperTHD, @manekenpix, in case this breaks staging in ways we haven't tested. |
Fixes #2387
Type of Change
Description
Checklist