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

9169 Commits

Author SHA1 Message Date
272d6e7437 Closes : Change the created field on all change-logged models from date to datetime 2022-02-08 14:41:44 -05:00
45e5c4eb46 Merge pull request from netbox-community/template-cleanup
Closes : Support generic templates for plugins
2022-02-08 13:22:44 -05:00
d9b7c012a6 Document templates supported for plugin use 2022-02-08 12:14:37 -05:00
270288f730 Rename bulk operation templates 2022-02-08 11:49:18 -05:00
1e55d064ab Document the base layout template 2022-02-08 11:45:23 -05:00
e796fd1e11 Clean up and document the bulk import/edit/delete templates 2022-02-08 11:23:52 -05:00
b0039e938e Clean up and document object edit & delete templates 2022-02-08 11:19:33 -05:00
624eda297f Clean up and document object, object list templates 2022-02-07 16:50:17 -05:00
26db326483 Fix field group header 2022-02-07 15:09:09 -05:00
d816f797a4 Clean up release notes 2022-02-07 14:31:49 -05:00
0e827b6ae6 Merge pull request from netbox-community/8405-plugins-graphql
Closes : GraphQL support for plugins
2022-02-07 13:08:32 -05:00
049acde5b0 Closes : Add a pre_run() method for reports 2022-02-07 12:57:02 -05:00
733a9bb2e1 Merge pull request from netbox-community/8032-django-40
Closes : Upgrade to Django 4.0
2022-02-07 11:47:38 -05:00
9ac769e4f8 Pull graphene-django from v2 branch 2022-02-07 11:32:02 -05:00
2157f93f36 Clean up merge conflict remnants 2022-02-07 10:47:07 -05:00
3651ef53e3 : Extend VRF assignment to VM interfaces 2022-02-07 09:54:00 -05:00
dae5c94be0 Expose BaseObjectType and NetBoxObjectType for plugins 2022-02-04 15:07:35 -05:00
03ea257711 Initial work on GraphQL 2022-02-04 15:06:58 -05:00
df95115e2e Refactor plugins registry 2022-02-04 14:37:29 -05:00
5fea012eab Fix GitHub templates 2022-02-04 13:57:30 -05:00
a2981870ce : Allow installing modules via UI without replicating components 2022-02-04 11:51:30 -05:00
60e87cd496 Enable the use of fieldsets on bulk edit forms 2022-02-04 09:59:53 -05:00
ac1c0b0715 : Allow replacing default static choices 2022-02-03 13:52:42 -05:00
6575af6b93 Fix saving interfaces 2022-02-03 13:25:27 -05:00
0e95ca7b69 Fix ProgrammingError exception when annotating config context data 2022-02-03 12:58:54 -05:00
630ff2abb4 Remove dependency on is_safe_url() 2022-02-03 12:58:54 -05:00
7611cfddae Tweak related names in old migrations to avoid creating new ones 2022-02-03 12:58:54 -05:00
ef75f7e650 Upgrade to Django 4.0 2022-02-03 12:58:54 -05:00
478eefb74c Merge v3.1.7 2022-02-03 12:55:34 -05:00
795134c084 PRVB 2022-02-03 11:34:36 -05:00
4f689223b4 Merge pull request from netbox-community/develop
Release v3.1.7
v3.1.7
2022-02-03 11:31:48 -05:00
70ce7293ac Release v3.1.7 2022-02-03 10:51:41 -05:00
94a0a3b568 Closes : Omit [all] from social-auth-core in base requirements 2022-02-03 10:39:39 -05:00
69305f0509 Fixes : Fix display of NAT link for primary IPv4 address under device view 2022-02-03 10:30:26 -05:00
24f48b11e6 Closes : Indicate CSV or YAML as format for "all data" export 2022-02-03 10:22:38 -05:00
ff3b48fa59 Fixes : Fix display of changelog retention period 2022-02-03 09:48:21 -05:00
db3f478598 Closes : Render boolean custom fields as icons in object tables 2022-02-02 16:24:51 -05:00
e20ac803f3 Fixes : Fix display of selected content type filters in object list views 2022-02-02 16:08:12 -05:00
ea283365e7 Fixes - Fix exception when viewing change list/records with removed plugins 2022-02-02 11:18:41 -06:00
8211830bd8 Fixes : Correct several links to config parameters 2022-02-02 09:27:29 -05:00
2a8e0f9404 Update table accessors to use dunders in path 2022-02-02 09:18:50 -05:00
c15cfc26f1 Fixes : Correct file permissions to allow execution of housekeeping script 2022-02-01 16:58:09 -05:00
4f4e6938eb Closes : Include IP range data under IPAM role views 2022-02-01 16:47:29 -05:00
8545a547b9 Closes : Include locations count under tenant view 2022-02-01 16:31:34 -05:00
3bb7184f28 Fixes : Content types REST API endpoint should not require model permission 2022-02-01 15:14:13 -05:00
74c4f12b27 Closes : CSRF_TRUSTED_ORIGINS is now a discrete configuration parameter 2022-02-01 14:29:52 -05:00
5af18c2d8a Move pk field declaration under NetBoxModelBulkEditForm 2022-02-01 11:40:23 -05:00
d38620bad2 Fix bulk nullification of custom fields 2022-02-01 11:31:11 -05:00
3621b1a0d0 Set model as attribute on bulk edit forms 2022-02-01 11:00:18 -05:00
4347f624d8 Merge pull request from netbox-community/8488-plugins-forms
Closes : Support form components for plugins
2022-01-31 16:46:33 -05:00