Commit Graph

  • eb2e960af4 Merge pull request #4462 from netbox-community/4460-webhook-listener Jeremy Stretch 2020-04-07 13:56:35 -04:00
  • 2357928e72 Add documentation for webhook_receiver Jeremy Stretch 2020-04-07 13:49:30 -04:00
  • ae58af4bb7 Added webhook_receiver management command Jeremy Stretch 2020-04-07 13:37:48 -04:00
  • 902b1b2c32 Fixes #4458: Remove custom admin site to avoid conflict with django-rq 2.3.0 Jeremy Stretch 2020-04-07 10:17:34 -04:00
  • 225ba4cc35 Fixes: #4395 - Fix typing on interface serializer Daniel Sheppard 2020-04-07 08:36:13 -05:00
  • fe088dba7a Fixes: #4396 - Fix typing on interface serializer Daniel Sheppard 2020-04-07 08:33:00 -05:00
  • 46b896b2cf Merge branch 'develop' into develop-2.8 Jeremy Stretch 2020-04-06 13:51:05 -04:00
  • 52ef488208 Fix nav menu w/plugins enabled Jeremy Stretch 2020-04-06 13:27:41 -04:00
  • 34c33549b8 Add tests for plugins caching config Jeremy Stretch 2020-04-06 12:00:28 -04:00
  • 76230cad53 Remove extraneous plugin config Jeremy Stretch 2020-04-06 11:51:03 -04:00
  • 9ffc404027 Add tests for plugin configuration, min/max version Jeremy Stretch 2020-04-06 11:44:38 -04:00
  • 58442b1af6 Correct author name parameter Jeremy Stretch 2020-04-06 11:43:52 -04:00
  • 5f6b63e978 Remove extraneous package from Apache installation instructions Jeremy Stretch 2020-04-03 16:03:50 -04:00
  • ad08935c57 Move nginx/Apache configs to discrete files Jeremy Stretch 2020-04-03 15:46:48 -04:00
  • af405a8ab2 Closes #4391: Extend installation docs to include enabling SSL Jeremy Stretch 2020-04-03 15:35:45 -04:00
  • 1ffbeba181 #4439: Fix null integer field display Jeremy Stretch 2020-04-03 13:47:58 -04:00
  • 630788731e Closes #4448: Allow connecting cables between two circuit terminations Jeremy Stretch 2020-04-03 13:44:41 -04:00
  • 721368ea8d Closes #4147: Use absolute URLs in rack elevation SVG renderings Jeremy Stretch 2020-04-03 13:16:35 -04:00
  • 1f3a21ba20 Fixes #4449: Fix reservation edit/delete button URLs on rack view Jeremy Stretch 2020-04-03 12:13:36 -04:00
  • 6cfd68d9fb Merge pull request #4446 from netbox-community/plugin-testing Jeremy Stretch 2020-04-03 09:24:44 -04:00
  • 6413d47fb2 Skip PluginTest if dummy_plugin not in PLUGINS list Jeremy Stretch 2020-04-02 16:13:15 -04:00
  • 9e0aa0d11e Naming tweaks Jeremy Stretch 2020-04-02 15:43:23 -04:00
  • ee4c5ef64a Fix CI tests Jeremy Stretch 2020-04-02 15:11:19 -04:00
  • 4ab3854d66 Fixes #4438: Fix exception when disconnecting a cable from a power feed Jeremy Stretch 2020-04-02 10:19:50 -04:00
  • 354f87c888 Fixes #4439: Tweak display of unset custom integer fields Jeremy Stretch 2020-04-02 10:06:01 -04:00
  • 92fc28aa09 Remove errant references to external plugin Jeremy Stretch 2020-04-01 17:18:15 -04:00
  • 30e330c887 Initial implementation of tests for plugins framework Jeremy Stretch 2020-04-01 17:08:47 -04:00
  • 093181c186 Correct path to test configuration file Jeremy Stretch 2020-04-01 13:29:54 -04:00
  • f316958943 Establish a separate configuration file for testing Jeremy Stretch 2020-04-01 13:23:29 -04:00
  • 0432b1a6f9 Move default caching_config to PluginConfig class Jeremy Stretch 2020-04-01 12:10:19 -04:00
  • b2f4ef06c7 Merge pull request #4433 from netbox-community/plugins-list Jeremy Stretch 2020-04-01 11:44:41 -04:00
  • f469c794ce Change PLUGINS_ENABLED to a list of specific plugins (PLUGINS) Jeremy Stretch 2020-04-01 10:02:18 -04:00
  • 221e014a25 Remove survey notification from README Jeremy Stretch 2020-03-31 11:36:53 -04:00
  • fb2868f8bb Fixes #4418: Fail cleanly when trying to import multiple device types simultaneously Jeremy Stretch 2020-03-30 16:44:04 -04:00
  • aa38dcf490 Closes #3676: Reference VRF by name rather than RD during IP/prefix import Jeremy Stretch 2020-03-30 15:54:35 -04:00
  • 06116cdde7 Add developer docs for application registry Jeremy Stretch 2020-03-30 15:31:13 -04:00
  • 5f1329c71c Changelog for #3351 Jeremy Stretch 2020-03-30 13:09:10 -04:00
  • 613e37837b Update Python dependencies for v2.8 release Jeremy Stretch 2020-03-30 12:39:45 -04:00
  • a914a7c438 Update serializer context assignment for DRF 3.11 Jeremy Stretch 2020-03-30 12:39:15 -04:00
  • 8c7b3a1f9b Merge pull request #4385 from netbox-community/3351-plugins Jeremy Stretch 2020-03-27 14:19:11 -04:00
  • 9c16d5a747 Misc cleanup of PluginConfig processing logic Jeremy Stretch 2020-03-27 13:57:11 -04:00
  • 0d9d0b0446 Convert installed_plugins_admin_view to a class-based view Jeremy Stretch 2020-03-27 13:35:25 -04:00
  • cb344a3792 Clean up plugin URL registration Jeremy Stretch 2020-03-27 13:26:53 -04:00
  • dd9fc4173d Expose regsitry in templates using existing context processor for settings Jeremy Stretch 2020-03-27 13:18:51 -04:00
  • fd6739f0cc Improved menu item/button validation Jeremy Stretch 2020-03-27 13:12:58 -04:00
  • fa83750e72 Merge branch 'develop-2.8' into 3351-plugins Jeremy Stretch 2020-03-27 13:05:34 -04:00
  • a72d5c899e Merge branch 'develop' into develop-2.8 Jeremy Stretch 2020-03-27 12:53:55 -04:00
  • 5cf872d000 Post-release version bump Jeremy Stretch 2020-03-27 12:49:48 -04:00
  • 3d3d1bc623 Merge pull request #4417 from netbox-community/develop v2.7.11 Jeremy Stretch 2020-03-27 12:47:28 -04:00
  • 59e6386361 Release v2.7.11 Jeremy Stretch 2020-03-27 12:40:21 -04:00
  • 9c1eda0d9a Closes #4404: Add cable trace button for circuit terminations Jeremy Stretch 2020-03-27 12:35:36 -04:00
  • 785119f5bb Fixes: #4415 - Add site on validate_unique() for device model Daniel Sheppard 2020-03-27 08:37:48 -05:00
  • 8a3ebf64bc Rename obj to object; clean up docstrings Jeremy Stretch 2020-03-26 21:46:56 -04:00
  • af302d8368 Avoid instantiating PluginTemplateExtension subclasses when the specified method has not been defined Jeremy Stretch 2020-03-26 21:25:10 -04:00
  • f03cc96050 Restrict context data available to PluginTemplateExtensions Jeremy Stretch 2020-03-26 16:50:55 -04:00
  • e7f7b14214 Extend menu items and buttons to accept a list of required permissions Jeremy Stretch 2020-03-26 16:04:12 -04:00
  • 84d2db0d35 Tweak variable naming Jeremy Stretch 2020-03-26 13:37:52 -04:00
  • 74e56a890c Remove unused PluginSignal class Jeremy Stretch 2020-03-26 12:26:58 -04:00
  • b94ef39a51 Standardize naming of menu items Jeremy Stretch 2020-03-26 12:25:36 -04:00
  • 877417d68f Rename PluginTemplateContent to PluginTemplateExtension Jeremy Stretch 2020-03-26 12:18:58 -04:00
  • 62f14f0473 Convert PluginConfig attrs list to a table Jeremy Stretch 2020-03-26 12:03:10 -04:00
  • 66a99e13bb Fix up styling of tables in documentation Jeremy Stretch 2020-03-26 11:54:58 -04:00
  • d316d8ac61 Rename PluginNavMenuButton to PluginMenuButton Jeremy Stretch 2020-03-26 11:30:42 -04:00
  • 40574b65af Rename PluginNavMenuLink to PluginMenuItem Jeremy Stretch 2020-03-26 11:29:05 -04:00
  • 81c9177c09 Add a default button color Jeremy Stretch 2020-03-26 11:26:11 -04:00
  • 68ef5dd2a4 Revised plugins documentation Jeremy Stretch 2020-03-26 11:09:20 -04:00
  • 59815ea53d Merge pull request #4407 from netbox-community/4402-plugins-template-content Jeremy Stretch 2020-03-26 09:05:07 -04:00
  • 5540079e81 Add documentation for PluginTemplateContent Jeremy Stretch 2020-03-25 16:25:44 -04:00
  • 68a0e76ca6 Rework template content registration to work like menu items Jeremy Stretch 2020-03-25 16:06:00 -04:00
  • 1d9fbeed81 Merge pull request #4403 from netbox-community/4401-plugins-navlinks Jeremy Stretch 2020-03-25 14:55:21 -04:00
  • d0edd9d5c1 Update documentation for #4401 Jeremy Stretch 2020-03-25 14:33:32 -04:00
  • 9ea30c057f Replace get_menu_items() with static attribute Jeremy Stretch 2020-03-25 13:51:37 -04:00
  • c1f2ad90ef Simplify the mechanism for plugins to register navigation menu items Jeremy Stretch 2020-03-25 11:32:50 -04:00
  • 2a47bb8b54 Rename url_slug to base_url Jeremy Stretch 2020-03-24 16:20:47 -04:00
  • b6686a5fcb Merge pull request #4397 from netbox-community/plugins-docs Jeremy Stretch 2020-03-24 15:55:14 -04:00
  • 16b8a45ed6 Get menu header via apps.get_config Jeremy Stretch 2020-03-24 15:24:14 -04:00
  • 579c365808 Extend plugins docs to include nav menu links Jeremy Stretch 2020-03-24 15:22:57 -04:00
  • 745ac294a5 Tweak plugin template docs Jeremy Stretch 2020-03-24 14:21:08 -04:00
  • eedda6e648 Incorporate John's feedback Jeremy Stretch 2020-03-24 09:42:24 -04:00
  • 5ec1b31804 Add disclaimer/warning to PLUGINS_ENABLED Jeremy Stretch 2020-03-24 09:41:46 -04:00
  • 8e661c34e9 Merge branch '3351-plugins' into plugins-docs Jeremy Stretch 2020-03-23 14:03:35 -04:00
  • ce0b1733fe Derive API URLs app_name for plugins from url_slug Jeremy Stretch 2020-03-23 14:03:04 -04:00
  • 0a8b09a11a Add docs for plugin API endpoints Jeremy Stretch 2020-03-23 13:58:45 -04:00
  • 0b77702626 Add docs for plugin models, views Jeremy Stretch 2020-03-23 13:28:56 -04:00
  • a4382f0b27 Merge branch '3351-plugins' into plugins-docs Jeremy Stretch 2020-03-23 12:02:18 -04:00
  • 2732e7c3d9 Specify path to PluginConfig in INSTALLED_APPS Jeremy Stretch 2020-03-23 12:01:24 -04:00
  • 2188b0982c More work on plugins development docs Jeremy Stretch 2020-03-23 12:00:10 -04:00
  • eeb9633854 Merge branch '3351-plugins' into plugins-docs Jeremy Stretch 2020-03-23 10:20:53 -04:00
  • 60b6c48775 remove duplicate import John Anderson 2020-03-20 22:21:00 -04:00
  • 4e84e8048f added admin and api views for listing all plugins, and refactored urls import John Anderson 2020-03-20 20:10:02 -04:00
  • e220c38b97 Merge pull request #4392 from netbox-community/refactor-plugins-import John Anderson 2020-03-20 17:04:33 -04:00
  • ad1522f428 Update plugin URL loading logic Jeremy Stretch 2020-03-20 15:51:14 -04:00
  • bc50c2aa55 Introduce PluginConfig Jeremy Stretch 2020-03-20 15:13:25 -04:00
  • 28b5e88c50 Rename entry point group; simplify import Jeremy Stretch 2020-03-20 14:35:54 -04:00
  • 33ca352fd9 Initial documentation for plugins framework Jeremy Stretch 2020-03-20 12:20:25 -04:00
  • 058c78d8be Closes #4389: Add a bulk edit view for device bays Jeremy Stretch 2020-03-19 16:25:29 -04:00
  • 05fdf5e9a0 Closes #4386: Update admin links for Django RQ to reflect multiple queues Jeremy Stretch 2020-03-19 13:54:49 -04:00
  • 533521b29d Changelog for #4255 Jeremy Stretch 2020-03-19 11:03:35 -04:00
  • 2dff093305 Merge pull request #4258 from netbox-community/4255-dynamic_object_vars Jeremy Stretch 2020-03-19 11:02:07 -04:00
  • ba6ce07759 Changelog for #3193 Jeremy Stretch 2020-03-19 10:56:42 -04:00