Commit Graph

  • 1f3a21ba20 Fixes #4449: Fix reservation edit/delete button URLs on rack view Jeremy Stretch 2020-04-03 12:13:36 -0400
  • 80943c7ab9 Changes for JIRA-3333 Naveen Mereddi 2020-04-03 11:11:32 -0500
  • 8ef7e5db42 Merge pull request #4446 from netbox-community/plugin-testing Jeremy Stretch 2020-04-03 09:24:44 -0400
  • 6cfd68d9fb
    Merge pull request #4446 from netbox-community/plugin-testing Jeremy Stretch 2020-04-03 09:24:44 -0400
  • 446188b6f9 Skip PluginTest if dummy_plugin not in PLUGINS list Jeremy Stretch 2020-04-02 16:13:15 -0400
  • 6413d47fb2 Skip PluginTest if dummy_plugin not in PLUGINS list Jeremy Stretch 2020-04-02 16:13:15 -0400
  • 3ada8feeb5 Naming tweaks Jeremy Stretch 2020-04-02 15:43:23 -0400
  • 9e0aa0d11e Naming tweaks Jeremy Stretch 2020-04-02 15:43:23 -0400
  • 65c4fc09b0 Fix CI tests Jeremy Stretch 2020-04-02 15:11:19 -0400
  • ee4c5ef64a Fix CI tests Jeremy Stretch 2020-04-02 15:11:19 -0400
  • a825e977cd Fixes #4442: Set X_FRAME_OPTIONS for Django 3.x Mark Tinberg 2020-04-02 11:13:19 -0500
  • c6ec8d62dc Fixes #4438: Fix exception when disconnecting a cable from a power feed Jeremy Stretch 2020-04-02 10:19:50 -0400
  • 4ab3854d66 Fixes #4438: Fix exception when disconnecting a cable from a power feed Jeremy Stretch 2020-04-02 10:19:50 -0400
  • 208a1f19b6 Fixes #4439: Tweak display of unset custom integer fields Jeremy Stretch 2020-04-02 10:06:01 -0400
  • 354f87c888 Fixes #4439: Tweak display of unset custom integer fields Jeremy Stretch 2020-04-02 10:06:01 -0400
  • e9d0755172 Remove errant references to external plugin Jeremy Stretch 2020-04-01 17:18:15 -0400
  • 92fc28aa09 Remove errant references to external plugin Jeremy Stretch 2020-04-01 17:18:15 -0400
  • cb38efbc1f Initial implementation of tests for plugins framework Jeremy Stretch 2020-04-01 17:08:47 -0400
  • 30e330c887 Initial implementation of tests for plugins framework Jeremy Stretch 2020-04-01 17:08:47 -0400
  • 7a16d49b3e Correct path to test configuration file Jeremy Stretch 2020-04-01 13:29:54 -0400
  • 093181c186 Correct path to test configuration file Jeremy Stretch 2020-04-01 13:29:54 -0400
  • a4a0b146c2 Establish a separate configuration file for testing Jeremy Stretch 2020-04-01 13:23:29 -0400
  • f316958943 Establish a separate configuration file for testing Jeremy Stretch 2020-04-01 13:23:29 -0400
  • e863ea8cb8 Move default caching_config to PluginConfig class Jeremy Stretch 2020-04-01 12:10:19 -0400
  • 0432b1a6f9 Move default caching_config to PluginConfig class Jeremy Stretch 2020-04-01 12:10:19 -0400
  • a7e49b09a7 Merge pull request #4433 from netbox-community/plugins-list Jeremy Stretch 2020-04-01 11:44:41 -0400
  • b2f4ef06c7
    Merge pull request #4433 from netbox-community/plugins-list Jeremy Stretch 2020-04-01 11:44:41 -0400
  • 46a4b3f62d Change PLUGINS_ENABLED to a list of specific plugins (PLUGINS) Jeremy Stretch 2020-04-01 10:02:18 -0400
  • f469c794ce Change PLUGINS_ENABLED to a list of specific plugins (PLUGINS) Jeremy Stretch 2020-04-01 10:02:18 -0400
  • 09a5e82dbb Remove survey notification from README Jeremy Stretch 2020-03-31 11:36:53 -0400
  • 221e014a25 Remove survey notification from README Jeremy Stretch 2020-03-31 11:36:53 -0400
  • b528f65bbf Fixes #4418: Fail cleanly when trying to import multiple device types simultaneously Jeremy Stretch 2020-03-30 16:44:04 -0400
  • fb2868f8bb Fixes #4418: Fail cleanly when trying to import multiple device types simultaneously Jeremy Stretch 2020-03-30 16:44:04 -0400
  • 8d004a560e Closes #3676: Reference VRF by name rather than RD during IP/prefix import Jeremy Stretch 2020-03-30 15:54:35 -0400
  • aa38dcf490 Closes #3676: Reference VRF by name rather than RD during IP/prefix import Jeremy Stretch 2020-03-30 15:54:35 -0400
  • fa40176280 Add developer docs for application registry Jeremy Stretch 2020-03-30 15:31:13 -0400
  • 06116cdde7 Add developer docs for application registry Jeremy Stretch 2020-03-30 15:31:13 -0400
  • b4dccd090a Changelog for #3351 Jeremy Stretch 2020-03-30 13:09:10 -0400
  • 5f1329c71c Changelog for #3351 Jeremy Stretch 2020-03-30 13:09:10 -0400
  • 0bd1b881ad Update Python dependencies for v2.8 release Jeremy Stretch 2020-03-30 12:39:45 -0400
  • 613e37837b Update Python dependencies for v2.8 release Jeremy Stretch 2020-03-30 12:39:45 -0400
  • 29e9292990 Update serializer context assignment for DRF 3.11 Jeremy Stretch 2020-03-30 12:39:15 -0400
  • a914a7c438 Update serializer context assignment for DRF 3.11 Jeremy Stretch 2020-03-30 12:39:15 -0400
  • d62d73c035
    Update comment for RELEASE_CHECK_TIMEOUT. nepeat 2020-03-29 14:41:11 -0700
  • 616483d8b7
    Merge pull request #1 from athompson-merlin/athompson-merlin-patch-2 Adam Thompson [MERLIN] 2020-03-29 10:54:02 -0500
  • 15676cbeb2
    update WS2012 warning Adam Thompson [MERLIN] 2020-03-29 10:53:30 -0500
  • a51965fe8b
    fix warnings about WS2012 Adam Thompson [MERLIN] 2020-03-29 10:44:58 -0500
  • 3ae32221b4 Merge pull request #4385 from netbox-community/3351-plugins Jeremy Stretch 2020-03-27 14:19:11 -0400
  • 8c7b3a1f9b
    Merge pull request #4385 from netbox-community/3351-plugins Jeremy Stretch 2020-03-27 14:19:11 -0400
  • 875fee166c Misc cleanup of PluginConfig processing logic Jeremy Stretch 2020-03-27 13:57:11 -0400
  • 9c16d5a747 Misc cleanup of PluginConfig processing logic Jeremy Stretch 2020-03-27 13:57:11 -0400
  • d1ece9f6fa Convert installed_plugins_admin_view to a class-based view Jeremy Stretch 2020-03-27 13:35:25 -0400
  • 0d9d0b0446 Convert installed_plugins_admin_view to a class-based view Jeremy Stretch 2020-03-27 13:35:25 -0400
  • 21341b576a Clean up plugin URL registration Jeremy Stretch 2020-03-27 13:26:53 -0400
  • cb344a3792 Clean up plugin URL registration Jeremy Stretch 2020-03-27 13:26:53 -0400
  • a6b0249393 Expose regsitry in templates using existing context processor for settings Jeremy Stretch 2020-03-27 13:18:51 -0400
  • dd9fc4173d Expose regsitry in templates using existing context processor for settings Jeremy Stretch 2020-03-27 13:18:51 -0400
  • e861cd87bf Improved menu item/button validation Jeremy Stretch 2020-03-27 13:12:58 -0400
  • fd6739f0cc Improved menu item/button validation Jeremy Stretch 2020-03-27 13:12:58 -0400
  • 41fe395b2d Merge branch 'develop-2.8' into 3351-plugins Jeremy Stretch 2020-03-27 13:05:34 -0400
  • fa83750e72 Merge branch 'develop-2.8' into 3351-plugins Jeremy Stretch 2020-03-27 13:05:34 -0400
  • e836fe3378 Merge branch 'develop' into develop-2.8 Jeremy Stretch 2020-03-27 12:53:55 -0400
  • a72d5c899e Merge branch 'develop' into develop-2.8 Jeremy Stretch 2020-03-27 12:53:55 -0400
  • 565a4d9db1 Post-release version bump Jeremy Stretch 2020-03-27 12:49:48 -0400
  • 5cf872d000 Post-release version bump Jeremy Stretch 2020-03-27 12:49:48 -0400
  • a551ba6e4c Merge pull request #4417 from netbox-community/develop Jeremy Stretch 2020-03-27 12:47:28 -0400
  • 3d3d1bc623
    Merge pull request #4417 from netbox-community/develop v2.7.11 Jeremy Stretch 2020-03-27 12:47:28 -0400
  • ac28f44dda Release v2.7.11 Jeremy Stretch 2020-03-27 12:40:21 -0400
  • 59e6386361 Release v2.7.11 Jeremy Stretch 2020-03-27 12:40:21 -0400
  • ee0210c5d6 Closes #4404: Add cable trace button for circuit terminations Jeremy Stretch 2020-03-27 12:35:36 -0400
  • 9c1eda0d9a Closes #4404: Add cable trace button for circuit terminations Jeremy Stretch 2020-03-27 12:35:36 -0400
  • 94bda93faa Fixes: #4415 - Add site on validate_unique() for device model Daniel Sheppard 2020-03-27 08:37:48 -0500
  • 785119f5bb Fixes: #4415 - Add site on validate_unique() for device model Daniel Sheppard 2020-03-27 08:37:48 -0500
  • b27b3d5175 Rename obj to object; clean up docstrings Jeremy Stretch 2020-03-26 21:46:56 -0400
  • 8a3ebf64bc Rename obj to object; clean up docstrings Jeremy Stretch 2020-03-26 21:46:56 -0400
  • 8aa97854c7 Avoid instantiating PluginTemplateExtension subclasses when the specified method has not been defined Jeremy Stretch 2020-03-26 21:25:10 -0400
  • af302d8368 Avoid instantiating PluginTemplateExtension subclasses when the specified method has not been defined Jeremy Stretch 2020-03-26 21:25:10 -0400
  • 56fde3f5b2 Restrict context data available to PluginTemplateExtensions Jeremy Stretch 2020-03-26 16:50:55 -0400
  • f03cc96050 Restrict context data available to PluginTemplateExtensions Jeremy Stretch 2020-03-26 16:50:55 -0400
  • a9421e453b Extend menu items and buttons to accept a list of required permissions Jeremy Stretch 2020-03-26 16:04:12 -0400
  • e7f7b14214 Extend menu items and buttons to accept a list of required permissions Jeremy Stretch 2020-03-26 16:04:12 -0400
  • 90b7e0c003 Tweak variable naming Jeremy Stretch 2020-03-26 13:37:52 -0400
  • 84d2db0d35 Tweak variable naming Jeremy Stretch 2020-03-26 13:37:52 -0400
  • 56a3620627 Add tags example to custom scripts documentation ryanmerolle 2020-03-26 12:32:49 -0400
  • 849598cb8e Remove unused PluginSignal class Jeremy Stretch 2020-03-26 12:26:58 -0400
  • 74e56a890c Remove unused PluginSignal class Jeremy Stretch 2020-03-26 12:26:58 -0400
  • 82d98073ae Standardize naming of menu items Jeremy Stretch 2020-03-26 12:25:36 -0400
  • b94ef39a51 Standardize naming of menu items Jeremy Stretch 2020-03-26 12:25:36 -0400
  • d315eda4fa Rename PluginTemplateContent to PluginTemplateExtension Jeremy Stretch 2020-03-26 12:18:58 -0400
  • 877417d68f Rename PluginTemplateContent to PluginTemplateExtension Jeremy Stretch 2020-03-26 12:18:58 -0400
  • ce5a0414a0 Convert PluginConfig attrs list to a table Jeremy Stretch 2020-03-26 12:03:10 -0400
  • 62f14f0473 Convert PluginConfig attrs list to a table Jeremy Stretch 2020-03-26 12:03:10 -0400
  • 4a6f82a2fd Fix up styling of tables in documentation Jeremy Stretch 2020-03-26 11:54:58 -0400
  • 66a99e13bb Fix up styling of tables in documentation Jeremy Stretch 2020-03-26 11:54:58 -0400
  • 4f93c524e0 Rename PluginNavMenuButton to PluginMenuButton Jeremy Stretch 2020-03-26 11:30:42 -0400
  • d316d8ac61 Rename PluginNavMenuButton to PluginMenuButton Jeremy Stretch 2020-03-26 11:30:42 -0400
  • 5952f5f25d Rename PluginNavMenuLink to PluginMenuItem Jeremy Stretch 2020-03-26 11:29:05 -0400
  • 40574b65af Rename PluginNavMenuLink to PluginMenuItem Jeremy Stretch 2020-03-26 11:29:05 -0400
  • 77b1d11d27 Add a default button color Jeremy Stretch 2020-03-26 11:26:11 -0400
  • 81c9177c09 Add a default button color Jeremy Stretch 2020-03-26 11:26:11 -0400