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: Enable ConfigWatcher in CMS; prefix Slack messages with IDA name #537

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

timmc-edx
Copy link
Member

Introduces CONFIG_WATCHER_SERVER_NAME to support messaging from multiple services.

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

Introduces `CONFIG_WATCHER_SERVER_NAME` to support messaging from multiple
services.

Also:

- Add a README for the plugin.
- Add start of unit tests in ConfigWatcher
- Soft-import waffle

The new unit tests were failing because waffle isn't actually a
declared dependency, so we switch to `import_string`. This also moves
us closer to being able to configure the plugin app entirely using
Django settings (rather than a hardcoded model dict).
@timmc-edx timmc-edx merged commit b6c5ee6 into main Jan 23, 2024
5 checks passed
@timmc-edx timmc-edx deleted the timmc/configwatcher-cms branch January 23, 2024 18:52
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