Skip to content

Conversation

@feanil
Copy link
Contributor

@feanil feanil commented Apr 15, 2025

  • feat: Update settings and make migrations.
  • feat: Add bits needed to make a django app plugin.

@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.54%. Comparing base (105b772) to head (57dd371).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
+ Coverage   93.30%   93.54%   +0.23%     
==========================================
  Files           8       11       +3     
  Lines         269      279      +10     
  Branches       10       10              
==========================================
+ Hits          251      261      +10     
  Misses         12       12              
  Partials        6        6              
Flag Coverage Δ
unittests 93.54% <ø> (+0.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@feanil feanil force-pushed the feanil/add_plugin_hooks branch 3 times, most recently from 7a70fe5 to 85231f0 Compare April 16, 2025 14:15
feanil added 6 commits April 16, 2025 11:26
This adds the plugin entry points as well as relevant settings and
updates the testing setup to load the plugin using the plugin system so
that we're testing that things load correctly.
We use edx-django-extensions to load the plugin tooling for testing and
we used django_extensions as a helpful development tool to list urls or
make use of the various other useful management commands it provides.
I would add the local project to dev.in but that results in the compiled
output including a fully qualified path to my local version of the
project right now which is not helpful.

Adding `-e .` to `dev.in` puts a `-e file://my/local/path/to/sample-plugin`
in the dev.txt file which is not helpful.
@feanil feanil force-pushed the feanil/add_plugin_hooks branch from 85231f0 to 57dd371 Compare April 16, 2025 15:26
@feanil feanil merged commit 0064901 into main Apr 16, 2025
5 checks passed
@feanil feanil deleted the feanil/add_plugin_hooks branch April 16, 2025 15:30
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.

3 participants