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

Add Plugin Ability to Override Views (Core and Plugin) #1957

Merged
merged 36 commits into from Jul 12, 2022
Merged

Conversation

briddo
Copy link
Contributor

@briddo briddo commented Jun 24, 2022

Closes: #1466

Todo:

  • Docs

examples/example_plugin/example_plugin/views.py Outdated Show resolved Hide resolved
nautobot/extras/plugins/__init__.py Outdated Show resolved Hide resolved
nautobot/extras/plugins/__init__.py Outdated Show resolved Hide resolved
nautobot/extras/plugins/__init__.py Outdated Show resolved Hide resolved
nautobot/extras/plugins/__init__.py Outdated Show resolved Hide resolved
nautobot/extras/plugins/__init__.py Outdated Show resolved Hide resolved
briddo and others added 6 commits June 24, 2022 17:43
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
@bryanculver bryanculver added the type: feature Introduction of new or enhanced functionality to the application label Jun 24, 2022
@bryanculver bryanculver linked an issue Jun 27, 2022 that may be closed by this pull request
12 tasks
pyproject.toml Outdated Show resolved Hide resolved
nautobot/core/tests/nautobot_config.py Outdated Show resolved Hide resolved
examples/plugin_with_view_override/pyproject.toml Outdated Show resolved Hide resolved
poetry.lock Outdated Show resolved Hide resolved
@bryanculver bryanculver changed the title Allow plugin to override views Add Plugin Ability to Override Views (Core and Plugin) Jul 7, 2022
briddo and others added 6 commits July 8, 2022 22:31
Co-authored-by: Bryan Culver <31187+bryanculver@users.noreply.github.com>
Co-authored-by: Bryan Culver <31187+bryanculver@users.noreply.github.com>
…_init__.py

Co-authored-by: Bryan Culver <31187+bryanculver@users.noreply.github.com>
Co-authored-by: Bryan Culver <31187+bryanculver@users.noreply.github.com>
Co-authored-by: Bryan Culver <31187+bryanculver@users.noreply.github.com>
@briddo briddo requested a review from bryanculver July 8, 2022 21:38
Copy link
Member

@bryanculver bryanculver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Waiting for CI then will merge.

@bryanculver bryanculver merged commit 7ee6c00 into next Jul 12, 2022
@bryanculver bryanculver deleted the dpb-issue-1466 branch July 27, 2022 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Introduction of new or enhanced functionality to the application
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Allow plugins to replace core views
3 participants