1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

5154 Commits

Author SHA1 Message Date
5de085d83d Tweak PluginMenuButton icon_class to require additional "fa" class 2020-04-10 10:36:03 -04:00
19a10cee82 Rename base template 2020-04-10 10:21:02 -04:00
db70f04447 Minor tweaks to plugins development doc 2020-04-10 10:20:36 -04:00
d5dbd5ccf1 Update bug report template to denote disabling plugins 2020-04-09 15:55:17 -04:00
b5aff1575d Add plugins settings to example config 2020-04-09 15:45:38 -04:00
884d648cc2 Set X_FRAME_OPTIONS to SAMEORIGIN (changed in Django 3.0) 2020-04-09 15:31:18 -04:00
ed05198c45 Add static file collection to plugins installation doc 2020-04-09 14:52:18 -04:00
5266bf93a3 Merge branch 'develop' into develop-2.8 2020-04-08 13:50:15 -04:00
e04a5dc81f Post-release version bump 2020-04-08 13:34:36 -04:00
b86c61dcdb Release v2.7.12 2020-04-08 13:26:33 -04:00
eb2e960af4 Merge pull request from netbox-community/4460-webhook-listener
Closes : Add a webhook listener for troubleshooting
2020-04-07 13:56:35 -04:00
2357928e72 Add documentation for webhook_receiver 2020-04-07 13:51:20 -04:00
ae58af4bb7 Added webhook_receiver management command 2020-04-07 13:37:48 -04:00
902b1b2c32 Fixes : Remove custom admin site to avoid conflict with django-rq 2.3.0 2020-04-07 10:17:34 -04:00
225ba4cc35 Fixes: - Fix typing on interface serializer 2020-04-07 08:36:13 -05:00
fe088dba7a Fixes: - Fix typing on interface serializer 2020-04-07 08:33:00 -05:00
46b896b2cf Merge branch 'develop' into develop-2.8 2020-04-06 13:51:05 -04:00
52ef488208 Fix nav menu w/plugins enabled 2020-04-06 13:27:41 -04:00
34c33549b8 Add tests for plugins caching config 2020-04-06 12:00:28 -04:00
76230cad53 Remove extraneous plugin config 2020-04-06 11:51:03 -04:00
9ffc404027 Add tests for plugin configuration, min/max version 2020-04-06 11:44:38 -04:00
58442b1af6 Correct author name parameter 2020-04-06 11:43:52 -04:00
5f6b63e978 Remove extraneous package from Apache installation instructions 2020-04-03 16:03:50 -04:00
ad08935c57 Move nginx/Apache configs to discrete files 2020-04-03 15:46:48 -04:00
af405a8ab2 Closes : Extend installation docs to include enabling SSL 2020-04-03 15:35:45 -04:00
1ffbeba181 : Fix null integer field display 2020-04-03 13:47:58 -04:00
630788731e Closes : Allow connecting cables between two circuit terminations 2020-04-03 13:44:41 -04:00
721368ea8d Closes : Use absolute URLs in rack elevation SVG renderings 2020-04-03 13:16:35 -04:00
1f3a21ba20 Fixes : Fix reservation edit/delete button URLs on rack view 2020-04-03 12:13:36 -04:00
6cfd68d9fb Merge pull request from netbox-community/plugin-testing
Plugin testing
2020-04-03 09:24:44 -04:00
6413d47fb2 Skip PluginTest if dummy_plugin not in PLUGINS list 2020-04-02 16:13:15 -04:00
9e0aa0d11e Naming tweaks 2020-04-02 15:43:23 -04:00
ee4c5ef64a Fix CI tests 2020-04-02 15:11:19 -04:00
4ab3854d66 Fixes : Fix exception when disconnecting a cable from a power feed 2020-04-02 10:19:50 -04:00
354f87c888 Fixes : Tweak display of unset custom integer fields 2020-04-02 10:06:01 -04:00
92fc28aa09 Remove errant references to external plugin 2020-04-01 17:18:15 -04:00
30e330c887 Initial implementation of tests for plugins framework 2020-04-01 17:08:47 -04:00
093181c186 Correct path to test configuration file 2020-04-01 13:29:54 -04:00
f316958943 Establish a separate configuration file for testing 2020-04-01 13:23:29 -04:00
0432b1a6f9 Move default caching_config to PluginConfig class 2020-04-01 12:10:19 -04:00
b2f4ef06c7 Merge pull request from netbox-community/plugins-list
Change PLUGINS_ENABLED to a list of specific plugins (PLUGINS)
2020-04-01 11:44:41 -04:00
f469c794ce Change PLUGINS_ENABLED to a list of specific plugins (PLUGINS) 2020-04-01 10:10:29 -04:00
221e014a25 Remove survey notification from README 2020-03-31 11:36:53 -04:00
fb2868f8bb Fixes : Fail cleanly when trying to import multiple device types simultaneously 2020-03-30 16:44:04 -04:00
aa38dcf490 Closes : Reference VRF by name rather than RD during IP/prefix import 2020-03-30 15:54:35 -04:00
06116cdde7 Add developer docs for application registry 2020-03-30 15:31:13 -04:00
5f1329c71c Changelog for 2020-03-30 13:09:10 -04:00
613e37837b Update Python dependencies for v2.8 release 2020-03-30 12:39:45 -04:00
a914a7c438 Update serializer context assignment for DRF 3.11 2020-03-30 12:39:15 -04:00
8c7b3a1f9b Merge pull request from netbox-community/3351-plugins
Implements 3351 plugins
2020-03-27 14:19:11 -04:00