08017c51f6
Merge branch 'develop' into feature
2023-04-07 13:00:00 -04:00
085cfc58f4
Fixes #12184 : Fix filtered bulk deletion for various models
2023-04-07 10:25:36 -04:00
206d578bc3
Closes #10242 : Redirect to filtered objects list after bulk import ( #12001 )
...
* Redirect user to filtered objects list after bulk import
* Remove obsolete table attribute from bulk import views
2023-03-17 09:23:40 -04:00
43bba935c3
Remove unused template
2023-03-15 14:08:56 -04:00
7994073687
Closes #8550 : Implement ASN ranges ( #11835 )
...
* Move ASN to a separate module
* Move ASNField from dcim to ipam
* Introduce ASNRange model
* Add relationship from ASN to ASNRange
* Add an available-asns API endpoint
* Add RIR assignment for ASNRange
* Add standard tests
* Move child ASNs to a tabbed view
* Remove FK on ASN to ASNRange
* Add tests for provisioning available ASNs
* Add docs for ASNRange
2023-02-27 16:36:05 -05:00
6e264562ee
Use embedded tables for importing/export VRFs & L2VPNs under route target view
2023-02-19 20:09:51 -05:00
0f6995e92a
Use embedded table to show assigned services under object view
2023-02-19 20:09:51 -05:00
8f7c100e22
Standard related object links across all models
2023-02-19 20:09:51 -05:00
94797bb956
Standardize related model display for organizational models
2023-02-19 20:09:51 -05:00
1a2dae3471
Closes #8184 : Enable HTMX for embedded tables ( #11518 )
...
* Enable HTMX rendering for embedded tables
* Start converting embedded tables to use HTMX (WIP)
* Additional table conversions (WIP)
* Standardize HTMX usage for nested group models
* Enable HTMX for additional emebedded tables
* Fix HTMX table rendering for ObjectChildrenView
* Standardize usage of inc/panel_table.html
* Hide selection boxes in embedded tables
2023-02-19 20:09:51 -05:00
83a0576ca4
#9072 : Add weight parameter to influence ViewTab ordering
2022-12-09 14:50:13 -05:00
23c0ca456f
#4347 : Rename NetBoxModelCSVForm to NetBoxModelImportForm
2022-11-15 12:24:57 -05:00
c4dcd34ce9
Merge branch 'develop' into feature
2022-10-26 10:25:49 -04:00
7b3ef2ade5
Fixes #10719 : Prevent user without sufficient permission from creating an IP address via FHRP group creation
2022-10-26 08:44:20 -04:00
b0ba9bd83d
Closes #10608 : Register all core model views using register_model_view()
2022-10-07 17:17:58 -04:00
5e1a0733e4
Replace active_tab context for object views
2022-10-07 12:14:19 -04:00
bfe26b46a6
Wrap model detail views with register_model_view()
2022-10-07 11:36:14 -04:00
899b61264f
Fixes #9328 : Hide available IPs when non-default ordering is applied
2022-08-31 16:55:03 -04:00
5f37699736
Fixes #9663 : Omit available IP annotations when filtering prefix child IPs list
2022-08-25 10:34:18 -04:00
562769fb89
Merge branch 'develop' into feature
2022-08-01 14:42:09 -04:00
9646f88384
Fixes #9885 : Fix child prefix counts when editing/deleting aggregates in bulk
2022-08-01 10:28:21 -04:00
6904666e2a
Remove deprecated usage of prefetch_related
...
Fixes #9699
2022-07-30 01:18:30 +02:00
c380fd00bf
Merge branch 'develop' into feature
2022-07-11 12:58:24 -04:00
57397570c0
Drop extraneous/invalid prefetches
2022-07-11 12:45:53 -04:00
1539769c08
Prefetch Tenant Group on user configurable tables
...
Prefetch the Tenant Group in views which allows its table to be configured
by the user. This decreases the amount of database queries that are required
to fetch the data.
2022-07-10 17:17:56 +02:00
5fd3eb82cd
Merge pull request #9631 from netbox-community/8157-l2vpn
...
Closes : #8157 - Add L2VPN support
2022-07-06 13:14:21 -04:00
3be9f6c4f3
#8157 - Final work on L2VPN model
2022-06-29 16:01:20 -05:00
cd3111ca8d
Merge branch 'develop' into feature
2022-06-28 16:55:49 -04:00
03f1584d3a
L2VPN Clean Tree
2022-06-27 23:24:50 -05:00
afec53cea3
Fixes #9575 : Add exception handling to services ( #9586 )
2022-06-23 14:11:59 -04:00
a74dba865c
Merge branch 'develop' into feature
2022-06-09 11:38:21 -04:00
9f4e565b8e
List services listening on all IPs in IPAddressView
2022-06-06 16:28:33 +02:00
32322e95b6
Merge branch 'develop' into feature
2022-05-31 15:50:23 -04:00
6a99b36cce
Fix provider table in ASN view when ordering by circuit_count
2022-05-14 12:01:49 +02:00
24ff360ee0
Fixes #8922 - Add service list to IP address view
2022-05-13 09:40:24 -05:00
e2a02de6e9
Remove erroneous field from prefetch
2022-05-11 16:13:35 -04:00
0301aec409
Closes #9260 : Apply user preferences to tables under object detail views
2022-05-04 15:46:13 -04:00
671e1aed9f
Fixes #9151 : Child prefix counts not annotated on aggregates list under RIR view
2022-04-18 08:43:46 -04:00
b576ce72a1
Merge branch 'develop' into feature
2022-04-01 09:13:37 -04:00
bddc35bbc7
Closes #8496 : Enable assigning multiple ASNs to a provider
2022-03-30 17:17:36 -04:00
58e4d08bb0
Closes #8790 : Include site and prefixes columns in VLAN group VLANs table
2022-03-30 15:51:12 -04:00
ba1e6e91b9
Rename ObjectEditView.model_form to form
2022-03-21 10:22:30 -04:00
fab4d95156
Merge branch 'develop' into feature
2022-02-25 14:06:45 -05:00
0953bba0a3
Closes #8747 : Rename ObjectListView action_buttons to actions
2022-02-24 16:33:51 -05:00
4913d7ee39
Fixes #8713 : Restore missing "add" button on services list view
2022-02-22 09:05:31 -05:00
23a80770e1
Move configure_table() logic to NetBoxTable.configure()
2022-02-09 14:10:54 -05:00
478eefb74c
Merge v3.1.7
2022-02-03 12:55:34 -05:00
4f4e6938eb
Closes #7504 : Include IP range data under IPAM role views
2022-02-01 16:47:29 -05:00
4a1b4e0485
Closes #8469 : Move BaseTable, columns to netbox core app
2022-01-27 15:00:10 -05:00
bb5ded2039
Enable creating services from templates in the UI
2022-01-13 10:32:42 -05:00