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

Fix loading of periodic tasks and clean up extension loading. #4064

Merged
merged 3 commits into from
Aug 13, 2019

Commits on Aug 12, 2019

  1. Fix loading of periodic tasks and clean up extension loading.

    This does a few things:
    
    - add tests for extension loading
    - refactor the extension and periodic task loading
    - better handle assertions raised by extensions (e.g. when an extension tries to override an already registered view)
    - attach exception traceback to error log during loading for improved debugging
    jezdez committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    56ff952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d8788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3c32a5 View commit details
    Browse the repository at this point in the history