Skip to content
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!: Rename ConfigWatcher app and configure as plugin; reduce fields #485

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

timmc-edx
Copy link
Member

@timmc-edx timmc-edx commented Oct 27, 2023

  • ConfigWatcher needs to be configured as a plugin to be loaded into edxapp, since we don't use INSTALLED_APPS for this dependency.
  • On the renaming: This is the name I actually meant to write in the first place.
  • Remove some fields that are less likely to be interesting and are likely to just result in clutter.

Re-tested in devstack. This time, I only had to add the CONFIG_WATCHER_SLACK_WEBHOOK_URL setting in order for the plugin to activate -- no need to add to INSTALLED_APPS.


Merge checklist:
Check off if complete or not applicable:

  • Version bumped
  • Changelog record added
  • Documentation updated (not only docstrings)
  • Fixup commits are squashed away
  • Unit tests added/updated
  • Manual testing instructions provided
  • Noted any: Concerns, dependencies, migration issues, deadlines, tickets

- ConfigWatcher needs to be configured as a plugin to be loaded into
  edxapp, since we don't use INSTALLED_APPS for this dependency.
- On the renaming: This is the name I actually meant to write in the
  first place.
- Remove some fields that are less likely to be interesting and are likely
  to just result in clutter.
@timmc-edx timmc-edx merged commit 4c1dda6 into main Oct 30, 2023
4 checks passed
@timmc-edx timmc-edx deleted the timmc/as-plugin branch October 30, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants