-
Notifications
You must be signed in to change notification settings - Fork 108
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
feat: tutor-mfe compatiblilty for atlas pull
| FC-0012
#280
Conversation
- install atlas - remove `--filter` to pull all languages by default - use ATLAS_OPTIONS to allow custom `--filter` - include frontend-platform in `atlas pull`
Thanks for the pull request, @OmarIthawi! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #280 +/- ##
=======================================
Coverage 96.03% 96.04%
=======================================
Files 194 194
Lines 1843 1844 +1
Branches 326 322 -4
=======================================
+ Hits 1770 1771 +1
Misses 68 68
Partials 5 5 ☔ View full report in Codecov by Sentry. |
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 codecov failure is in an unchanged file. This LGTM!
@hurtstotouchfire you're listed as "please inform" for this repo on the spreadsheet, I plan on merging this shortly. |
@OmarIthawi 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Similar to openedx/frontend-app-communications#187.
Changes
--filter
to pull all languages by default--filter
atlas pull
Refs
This pull request is part of the FC-0012 project which implements the Translation Infrastructure update OEP-58.