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

735 Commits

Author SHA1 Message Date
eaaaaec5a5 Fixes #4710: Fix merging of form fields among custom scripts 2020-06-15 14:20:00 -04:00
4f830c9c22 Fix list_brief tests 2020-06-05 16:09:55 -04:00
032f87caec Merge branch 'develop' into 4722-api-tests 2020-06-05 15:50:14 -04:00
e616aad911 Fixes #4725: Fix "brief" rendering of various REST API endpoints 2020-06-05 15:49:06 -04:00
665646707c Standardize extras API tests 2020-06-05 13:41:54 -04:00
fae115b995 Closes #4698: Improve display of template code for object in admin UI 2020-06-04 13:11:24 -04:00
ccc31b2c7c Fixes #4525: Allow passing initial data to custom script MultiObjectVar 2020-05-26 15:34:29 -04:00
92f49b4711 Closes #4672: Set default color for rack and devices roles 2020-05-26 09:36:27 -04:00
4545c15173 Merge branch 'develop' into 4651-csrf-in-plugintemplateextension 2020-05-26 09:02:39 -04:00
ff3b348771 Add csrf_token to PluginTemplateExtension context 2020-05-22 22:28:04 +02:00
27700d316f Add perms to PluginTemplateExtension context 2020-05-22 22:24:39 +02:00
ba91b3aa2e Fixes #4646: Correct UI link for reports with custom name 2020-05-15 09:13:51 -04:00
1461be2004 Fixes #4613: Fix tag assignment on config contexts (regression from #4527) 2020-05-13 10:28:48 -04:00
745c9a9c2b Add test for CustomFieldManager.get_for_model() 2020-05-08 12:18:08 -04:00
e3be5f8468 Remove local caching attempt 2020-05-08 10:05:05 -04:00
2c19390d7c Introduce CustomFieldManager (WIP) 2020-05-07 17:20:32 -04:00
da8380c62c Refactor extras.models 2020-05-07 16:59:27 -04:00
5c1adf9e37 Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user 2020-05-06 23:44:06 -04:00
1ccb3162ff Ensure all model FilterSets support the 'id' field 2020-05-06 12:33:52 -04:00
9312dea2b2 Merge pull request #4564 from netbox-community/3147-csv-import-fields
Closes #3147: Allow dynamic access to related objects during CSV import
2020-05-06 10:15:00 -04:00
839e999a71 Introduce CSVModelForm for dynamic CSV imports 2020-05-05 16:15:09 -04:00
80f08e6830 Merge pull request #4555 from netbox-community/492-table-column-ordering
Closes #492: Table column ordering
2020-05-04 15:12:29 -04:00
6ab046ba8f Fix tests for #4502 2020-04-30 15:43:33 -04:00
05cb47e650 Closes #4502: Enable configuration of proxies for outbound HTTP requests 2020-04-30 14:59:13 -04:00
7ad27a2b65 #492: Extend extras tables 2020-04-29 11:03:49 -04:00
6e832de4a9 Remove squashed migrations 2020-04-29 09:31:52 -04:00
39ea14202e Fix 4549 webhook body encode in utf-8 2020-04-29 01:48:53 -04:00
4971054c34 Standardize import statement as django_rq is no longer optional 2020-04-24 15:43:58 -04:00
bdbf21b3e2 Closes #4421: Retain user's preference for config context format 2020-04-24 12:01:41 -04:00
f019c8d2ce Fixes #4527: Fix assignment of certain tags to config contexts 2020-04-24 11:31:01 -04:00
8939d4de92 Use packaging.version.parse directly 2020-04-10 11:18:01 -04:00
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
5266bf93a3 Merge branch 'develop' into develop-2.8 2020-04-08 13:50:15 -04:00
ae58af4bb7 Added webhook_receiver management command 2020-04-07 13:37:48 -04:00
902b1b2c32 Fixes #4458: Remove custom admin site to avoid conflict with django-rq 2.3.0 2020-04-07 10:17:34 -04:00
34c33549b8 Add tests for plugins caching config 2020-04-06 12:00:28 -04:00
9ffc404027 Add tests for plugin configuration, min/max version 2020-04-06 11:44:38 -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
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
0432b1a6f9 Move default caching_config to PluginConfig class 2020-04-01 12:10:19 -04:00
a914a7c438 Update serializer context assignment for DRF 3.11 2020-03-30 12:39:15 -04:00
0d9d0b0446 Convert installed_plugins_admin_view to a class-based view 2020-03-27 13:35:25 -04:00
cb344a3792 Clean up plugin URL registration 2020-03-27 13:26:53 -04:00
dd9fc4173d Expose regsitry in templates using existing context processor for settings 2020-03-27 13:18:51 -04:00
fd6739f0cc Improved menu item/button validation 2020-03-27 13:12:58 -04:00
fa83750e72 Merge branch 'develop-2.8' into 3351-plugins 2020-03-27 13:05:34 -04:00