-
Notifications
You must be signed in to change notification settings - Fork 4
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: add create_or_update_tenant_config management command #182
feat: add create_or_update_tenant_config management command #182
Conversation
a27ef89
to
07b5029
Compare
Thanks for this PR, @navinkarkera. We will talk about this with product and let you know of any updates. |
eox_tenant/management/commands/create_or_update_tenant_config.py
Outdated
Show resolved
Hide resolved
eox_tenant/management/commands/create_or_update_tenant_config.py
Outdated
Show resolved
Hide resolved
eox_tenant/management/commands/create_or_update_tenant_config.py
Outdated
Show resolved
Hide resolved
eox_tenant/management/commands/create_or_update_tenant_config.py
Outdated
Show resolved
Hide resolved
41d1a6e
to
7ccb97c
Compare
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.
👍
- I tested this: Tested in devstack as well as sandbox
- I read through the code
- I checked for accessibility issues
- Includes documentation
Since it is a PR I am going to move it directly to prioritized and we will analyze it in subsequent sprints |
7ccb97c
to
4046f37
Compare
@santiagosuarezedunext Rebased and fixed CI. Any updates on reviewing and merging this? |
|
@santiagosuarezedunext could we check this PR in future sprints? |
@santiagosuarezedunext @Asespinel Any updates on the review of this PR ? |
@santiagosuarezedunext do we have this feature mapped on our future sprints? |
@navinkarkera Sorry for the delay, our team is working on some priorities, This PR is now in the prioritized section and as soon as we finish what we're at we'll start by reviewing PRs. |
Hi @felipemontoya, i was checking it out and it looks like a great addition to eox-tenant. I totally agree with the merge 👍 |
Description
Adds custom command to create or update tenant configuration via command line similar to
create_or_update_site_configuration
from openedx.Testing instructions
Follow example usage added in readme file.
Checklist for Merge