openedx / openedx-atlas

An Open edX CLI tool for moving translation files from openedx-translations
GNU Affero General Public License v3.0
3 stars 7 forks source link

feat: add `atlas pull --expand-glob` to expand bash glob file patterns #45

Closed OmarIthawi closed 1 year ago

OmarIthawi commented 1 year ago

Expand glob pattern in directory_from which is useful for instance to pull XBlocks in which the directory name isn't known but the module name is.

Check the attached 0001-support-glob-pattern.rst decision document for more context.

This contribution is part of the FC-0012 project which is sparked by the Translation Infrastructure update OEP-58.

Example

atlas pull -g translations/*/done pulls atlas pull translations/DoneXBlock/done if it exists.

TODO

openedx-webhooks commented 1 year ago

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.

openedx-webhooks commented 1 year ago

@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.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: