-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Fix part of #14033: Added Mypy type annotations to some files. #14469
Conversation
* Revert "Revert "Fix part of #9749: Create a component that shows rte-output-display and use it instead of angular-html-bind. (#13229)" (#13361)" This reverts commit 792de45. * Fix issues * Fix spelling mistakes in comment * Merge with upstream/develop * Address review comments: 1. Move oppia-rte-output.spec from the list of ignored files for innerHTML check in eslintrc and move to inline disables. 2. Change the CODEOWNER listing from oppia-rte-parser.service.ts to oppia-rte-parser.service*.ts to include the spec file. 3. Add refernce to the note at the top of file for all value.replace ops. 4. Miscellaneous changes. Co-authored-by: Vasa Srijan Reddy <redvasa@amazon.com>
Hi, @sahiljoster32, this pull request does not have a "CHANGELOG: ..." label as mentioned in the PR pointers. Assigning @sahiljoster32 to add the required label. PRs without this label will not be merged. If you are unsure of which label to add, please ask the reviewers for guidance. Thanks! |
@vojtechjelinek PTAL! |
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 for 1 codeowner file
Unassigning @DubeySandeep since they have already approved the PR. |
@vojtechjelinek PTAL! |
Unassigning @sahiljoster32 since a re-review was requested. @sahiljoster32, please make sure you have addressed all review comments. 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! I just rephrased the comment a bit.
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 codeowner
Co-authored-by: Vojtěch Jelínek <vojtech.jelinek@hey.com>
@hardikkat24 PTAL! |
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 for the PR. LGTM for codeowner files.
Unassigning @hardikkat24 since they have already approved the PR. |
Hi @vojtechjelinek, this PR is ready to be merged. Author of this PR does not have permissions to merge this PR. Before you merge it, please make sure that there are no pending comments that require action from the author's end. Thanks! |
Overview
config_domian.py
andcaching_services.py
Essential Checklist
Proof that changes are correct
No proof of changes needed because following tests passed on local machine.
PR Pointers