-
Notifications
You must be signed in to change notification settings - Fork 43
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
#312
Conversation
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. |
b8f9983
to
c327df1
Compare
@OmarIthawi this should pass CI if you rebase now that #311 has been merged. |
c327df1
to
e0ac954
Compare
Thanks for the heads up @brian-smith-tcril. Done! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #312 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 110 110
Lines 1079 1079
Branches 159 159
=========================================
Hits 1079 1079 ☔ View full report in Codecov by Sentry. |
@OmarIthawi it looks like this needs another quick rebase. I'll merge as soon as it's rebased. |
- install atlas - remove `--filter` to pull all languages by default - use ATLAS_OPTIONS to allow custom `--filter` - include frontend-platform in `atlas pull`
e0ac954
to
948036a
Compare
Sure @brian-smith-tcril. Rebase's done. |
@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.