-
-
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
Introduction to Angular 8. #7027
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.
Thanks! Last few things.
core/templates/dev/head/pages/signup-page/signup-page.controller.spec.ts
Outdated
Show resolved
Hide resolved
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 my standpoint.
@vojtechjelinek PTAL, once you approve, this can be merged. Thanks!
Hi @YashJipkate. 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! |
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!
Confirming that I'm happy to merge this once Travis passes. |
I'm a bit confused about this. Seems like the backend tests on Circle-CI have been running for a total of 4 hours? Might want to look into what's going on here. /cc @oppia/dev-workflow-team |
It looks like the backend test is being restarted automatically by CircleCI. Looking at another PR, it took 2 hours 20 mins to pass the backend test, which is definitely not normal. |
@seanlip, tests finally pass! |
Merged. But someone really should look at the backend tests -- why are they taking so long? /cc @oppia/dev-workflow-team |
Hi, I checked this out:
The CI is working fine but post #7023 and its merging, this test file: /cc @ankita240796. |
Explanation
This PR hybridizes the codebase to introduce Angular 8 to the codebase.
Summary of changes:
oppia
global variable reference has a one-line addition that imports the hybridized module fromAppInit.ts
.Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.