-
-
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
Fix part of #6732: Extensions objects webpack integration #6889
Fix part of #6732: Extensions objects webpack integration #6889
Conversation
Hi @kevinlee12. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks! |
core/templates/dev/head/pages/skill-editor-page/skill-editor-page.controller.ts
Outdated
Show resolved
Hide resolved
core/templates/dev/head/pages/practice-session-page/practice-session-page.controller.ts
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## develop #6889 +/- ##
========================================
Coverage 95.12% 95.12%
========================================
Files 371 371
Lines 50429 50429
========================================
Hits 47973 47973
Misses 2456 2456 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #6889 +/- ##
========================================
Coverage 95.32% 95.32%
========================================
Files 371 371
Lines 50558 50558
========================================
Hits 48193 48193
Misses 2365 2365 Continue to review full report at Codecov.
|
@vojtechjelinek, comments addressed, 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!
@seanlip Can we merge this? |
Yes once Travis passes -- please ping the thread when that happens. (Also, great to see the long lists of imports being removed. Thanks!) |
Hi @kevinlee12. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks! |
@seanlip tests pass now! |
Merge conflicts? |
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, happy to merge once merge conflicts are resolved.
(and tests pass) |
it happened literally right after the other extensions PR got merged 😝 I'm fixing the merge conflicts right now. |
Alas @kevinlee12 -- still more merge conflicts FYI! |
Hi @kevinlee12. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks! |
@seanlip, hopefully I've caught up now with the git conflicts 😝 |
@seanlip The coverage checks seem to be here too, so it maybe happens to other people too? |
Oh, that is weird. @kevinlee12, do you happen to have a separate local instance of CircleCI set up too? Merging this in any case. |
nope |
Explanation
Fixes part of #6732: This PR introduced webpack integration for
extensions/objects/*
.Also a side note, some backend tests will fail, but should be fixed after #6882 and #6885 are merged.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.