Skip to content

Tags: yassi/dj-control-room

Tags

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dcr#18 19 base package ux regressions (#21)

* add docs for including base package

* add concept of hardcoded framework panels to treat as special and avoid sidebar registration for them.

* add django.check for base package being included in INSTALLED_APPS

* deregister panel admin additions after tests finish

* bump version to v1.3.1

---------

Co-authored-by: Yasser Toruno <yasser@yassers-mbp.lan>

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Integrate base package (#17)

* show core panel as special entry in dashboard

* expose mcp endpoint for tools

* switch to using panel_config class

* get features list from panel plugin instance, fallback to feratured panels meta

* add a default feature list for featured panels

* depend on dcr base template and update hub with new styles

* update install page with new styles and steps component

* use the new dcr icon scheme

* safety checks for accessing icon attributes

* normalize icon colors and fix icon color logic for community panels

* use the new base panel admin when dynamically re-generating admins

* update dev and package dependencies to include dj-control-room-base

* bump version to v1.3.0

* add base package to example project to fix tests

* update codecov action to v7

* update test matrix to include more python versions and django v6

* some security fixes to mcp views

* properly catch exceptions during tool aggregation on a single panel basis

* add tests for mcp views

* split tests for tool registry and panel registry

---------

Co-authored-by: Yasser Toruno <yasser@yassers-mbp.lan>

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add signals panel to featured (#15)

* remove coming soon designation for dj-signals-panel

* bump version to v1.2.0 and update packages in extras

* update readme and remove coming soon descriptions for signals

* update docs to remove coming soon descriptions

* update documentation to include links for Celery and Signals panels

---------

Co-authored-by: Yasser Toruno <yasser@yassers-mbp.lan>

1.1.2

Toggle 1.1.2's commit message
add reference to build your own panel guide

1.0.1

Toggle 1.0.1's commit message
bump version to v1.0.1

1.0.0

Toggle 1.0.0's commit message
Enhance PanelRegistry to prevent duplicate manual registrations Add c…

…omprehensive tests for panel registration, collision behavior, and validation to cover new functionality.

0.2.5

Toggle 0.2.5's commit message
pin minimum versions of panels that support control room

0.2.4

Toggle 0.2.4's commit message
re add install extras configs

0.2.3

Toggle 0.2.3's commit message
update docs and readme to reference cookiecutter template

0.2.2

Toggle 0.2.2's commit message
link to official site from docs and readme