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

5047 Commits

Author SHA1 Message Date
eedda6e648 Incorporate John's feedback 2020-03-24 09:42:24 -04:00
5ec1b31804 Add disclaimer/warning to PLUGINS_ENABLED 2020-03-24 09:41:46 -04:00
8e661c34e9 Merge branch '3351-plugins' into plugins-docs 2020-03-23 14:03:35 -04:00
ce0b1733fe Derive API URLs app_name for plugins from url_slug 2020-03-23 14:03:04 -04:00
0a8b09a11a Add docs for plugin API endpoints 2020-03-23 13:58:45 -04:00
0b77702626 Add docs for plugin models, views 2020-03-23 13:28:56 -04:00
a4382f0b27 Merge branch '3351-plugins' into plugins-docs 2020-03-23 12:02:18 -04:00
2732e7c3d9 Specify path to PluginConfig in INSTALLED_APPS 2020-03-23 12:01:24 -04:00
2188b0982c More work on plugins development docs 2020-03-23 12:00:10 -04:00
eeb9633854 Merge branch '3351-plugins' into plugins-docs 2020-03-23 10:20:53 -04:00
60b6c48775 remove duplicate import 2020-03-20 22:21:00 -04:00
4e84e8048f added admin and api views for listing all plugins, and refactored urls import 2020-03-20 20:10:02 -04:00
e220c38b97 Merge pull request #4392 from netbox-community/refactor-plugins-import
Refactor plugins import
2020-03-20 17:04:33 -04:00
ad1522f428 Update plugin URL loading logic 2020-03-20 15:51:14 -04:00
bc50c2aa55 Introduce PluginConfig 2020-03-20 15:50:47 -04:00
28b5e88c50 Rename entry point group; simplify import 2020-03-20 14:35:54 -04:00
33ca352fd9 Initial documentation for plugins framework 2020-03-20 14:21:49 -04:00
dab313897e Merge branch 'develop-2.8' into 3351-plugins 2020-03-18 18:30:47 -04:00
c7fb2ff894 add version contraints and cacheops config 2020-03-18 18:28:27 -04:00
ced6fe313a Fix RackGroupForm field 2020-03-18 15:41:23 -04:00
fd879c7cf5 Merge branch 'develop-2.8' into 3351-plugins 2020-03-18 14:48:11 -04:00
09e09e43ba Merge branch 'develop' into develop-2.8 2020-03-18 14:44:18 -04:00
dbbb2cdaba Merge pull request #4366 from netbox-community/738-detect-new-releases
Closes #738: Automatically detect new releases
2020-03-18 14:00:01 -04:00
7246fd667e Move releases.py to netbox/ 2020-03-18 13:54:41 -04:00
fe4f4bddc8 Tweaked logging; renamed release config parameters 2020-03-18 13:46:47 -04:00
f7ba766de3 Merge pull request #4379 from netbox-community/refactor-registry
Refactor registry to behave as a dictionary
2020-03-18 13:21:55 -04:00
70c29051b3 Raise specific exceptions 2020-03-18 13:15:22 -04:00
043b1c28d2 Refactor the registry into a dictionary object 2020-03-18 12:00:31 -04:00
022653f446 Fix Python 3.5 compatability for tests 2020-03-17 15:07:45 -04:00
1706db38df Fix Python 3.5 compatability for tests 2020-03-17 15:00:39 -04:00
81287833ee Update tests 2020-03-17 14:44:49 -04:00
2f12d09663 Clean up URL damping 2020-03-17 12:14:17 -04:00
3ace83c5aa Cache only the most recent NetBox release 2020-03-17 11:58:17 -04:00
356de985d2 Tweak release template variables 2020-03-17 11:49:45 -04:00
ab93606e4a Check for an existing job before queuing a new one 2020-03-17 11:37:35 -04:00
ec2dc8d7a4 Fix template logic 2020-03-17 11:28:35 -04:00
a2eb2e7da6 Introduce a new 'check_releases' RQ queue 2020-03-17 11:22:56 -04:00
3590ed378d Rename 'webhooks' REDIS config to 'tasks' 2020-03-17 10:22:56 -04:00
2f37357a1b added support for prepending elements to middleware 2020-03-17 02:35:34 -04:00
981c982237 added support for plugin nav bar links 2020-03-17 02:35:12 -04:00
457354c244 inject origional context as obj_context 2020-03-17 00:03:58 -04:00
00afe7aa94 Merge pull request #4375 from netbox-community/4374-dynamic-fields-api-url
Closes #4374: Automatically derive API endpoint for dynamic choice fields
2020-03-16 16:02:25 -04:00
450615e0bb Change IPAddressForm.nat_vrf to DynamicModelChoiceField 2020-03-16 14:29:01 -04:00
73881ad1e0 Change CircuitTerminationForm.site to a DynamicModelChoiceField 2020-03-16 14:24:17 -04:00
2522b88fc6 Merge branch 'develop-2.8' into 3351-plugins 2020-03-16 14:21:05 -04:00
0068108c57 Remove APISelect widget/api_url argument from dynamic fields 2020-03-16 14:08:48 -04:00
400f6fc5fb Dynamically resolve the API URL for dynamic choice fields 2020-03-16 13:30:35 -04:00
901143b72a Merge branch 'develop' into develop-2.8 2020-03-16 12:17:00 -04:00
9a38586e13 rename FeatureQuery class 2020-03-16 11:58:35 -04:00
62ad7734b2 Merge pull request #4373 from kobayashi/2769-validate-prefixlength
Fixes #2769: improve prefix_length validations
2020-03-16 10:44:13 -04:00