jeremystretch
562769fb89
Merge branch 'develop' into feature
2022-08-01 14:42:09 -04:00
jeremystretch
9646f88384
Fixes #9885 : Fix child prefix counts when editing/deleting aggregates in bulk
2022-08-01 10:28:21 -04:00
jeremystretch
8a075bcff9
Fixes #9884 : Prevent querying assigned VRF on prefix object init
2022-08-01 09:47:18 -04:00
jeremystretch
84f2225f42
PEP8 cleanup
2022-08-01 09:16:58 -04:00
Kim Johansson
6904666e2a
Remove deprecated usage of prefetch_related
...
Fixes #9699
2022-07-30 01:18:30 +02:00
atownson
62d1510c55
Closes netbox-community#9762
...
Added nat_outside to IPAddressTable class
2022-07-28 10:23:04 -05:00
Daniel Sheppard
6f7289f932
Fixes #9844 - Add dedicated device_vlan
form field
2022-07-26 07:22:21 -05:00
jeremystretch
abf11fbcb8
Merge branch 'develop' into feature
2022-07-20 12:20:33 -04:00
jeremystretch
e07dd3ddcb
Define NESTED_SERIALIZER_PREFIX constant
2022-07-15 15:31:42 -04:00
jeremystretch
3eb6b6c07f
Clean up core API imports
2022-07-13 16:18:55 -04:00
jeremystretch
53372a7471
#8157 : General cleanup & fix tests
2022-07-11 21:51:39 -04:00
jeremystretch
2264937f81
Consolidate custom field migrations
2022-07-11 17:11:58 -04:00
jeremystretch
c380fd00bf
Merge branch 'develop' into feature
2022-07-11 12:58:24 -04:00
jeremystretch
57397570c0
Drop extraneous/invalid prefetches
2022-07-11 12:45:53 -04:00
Kim Johansson
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
Kim Johansson
c7ece43a18
Remove Tenant Group from child tables
...
Removes the Tenant Group column from tables which aren't configurable
by the user.
2022-07-10 17:16:12 +02:00
Kim Johansson
e6bfde1397
Replace TenantColumn with new TenancyColumnsMixin
...
Replaces all usages of the TenantColumn with the new TenancyColumnsMixin.
This enables the user to add a column for Tenant Group on all tables which
also has a column for Tenant.
2022-07-10 15:13:48 +02:00
jeremystretch
29eb37857c
Merge branch 'develop' into feature
2022-07-08 16:06:27 -04:00
Jeremy Stretch
5fd3eb82cd
Merge pull request #9631 from netbox-community/8157-l2vpn
...
Closes : #8157 - Add L2VPN support
2022-07-06 13:14:21 -04:00
jeremystretch
1e1ce550c0
Update L2VPN migration
2022-07-06 12:53:10 -04:00
jeremystretch
4bb4bbce14
Clean up validation
2022-07-06 12:49:00 -04:00
jeremystretch
29a46d2c18
Add support for VM interface termination via bulk import
2022-07-06 12:48:28 -04:00
Daniel Sheppard
f1c8926252
Fix error
2022-07-06 09:01:08 -05:00
Daniel Sheppard
5bcc3a3fb9
Update docs
2022-07-06 09:00:33 -05:00
Daniel Sheppard
30350e3b40
More fixes as a result of code review
2022-07-06 08:57:15 -05:00
Daniel Sheppard
0004b834fb
Commit fixes Jeremy suggested
...
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
2022-07-06 08:17:50 -05:00
Daniel Sheppard
dbb1773e15
Remove extraneous imports
...
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
2022-07-06 08:04:33 -05:00
Daniel Sheppard
8e39e7f830
Change API urls to plural form
...
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
2022-07-06 08:03:07 -05:00
Daniel Sheppard
aa856e75e8
Change Virtual Circuits to L2VPN
...
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
2022-07-06 08:02:44 -05:00
Daniel Sheppard
b1729f2127
Change Virtual Circuits to L2VPN
...
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
2022-07-06 08:02:29 -05:00
jeremystretch
277c2ff869
Closes #8171 : Populate next available address when cloning an IP
2022-07-01 16:36:24 -04:00
Daniel Sheppard
dd6bfed565
Add migration file
2022-06-29 18:37:31 -05:00
Daniel Sheppard
6e983d1542
Fix up some PEP errors
2022-06-29 16:14:30 -05:00
Daniel Sheppard
3be9f6c4f3
#8157 - Final work on L2VPN model
2022-06-29 16:01:20 -05:00
jeremystretch
cd3111ca8d
Merge branch 'develop' into feature
2022-06-28 16:55:49 -04:00
Daniel Sheppard
03f1584d3a
L2VPN Clean Tree
2022-06-27 23:24:50 -05:00
Hunter Johnston
2077378ae1
Closes #9540 : Filter IP addresses by assigned Device/VM
2022-06-25 15:41:31 -04:00
Hunter Johnston
afec53cea3
Fixes #9575 : Add exception handling to services ( #9586 )
2022-06-23 14:11:59 -04:00
jeremystretch
a74dba865c
Merge branch 'develop' into feature
2022-06-09 11:38:21 -04:00
jeremystretch
8a4c808be5
Closes #8882 : Support filtering IP addresses by multiple parent prefixes
2022-06-07 11:00:14 -04:00
Jeremy Stretch
7a7f7c5dec
Merge pull request #9483 from kkthxbye-code/fix-9480
...
Fixes #9480 - Make the Service and ServiceTemplate tables sortable by ports
2022-06-07 08:46:13 -04:00
Jeremy Stretch
c958208c47
Merge pull request #9485 from kkthxbye-code/fix-9484
...
Fixes #9484 - List services listening on all IPs in IPAddressView
2022-06-07 08:43:14 -04:00
kkthxbye-code
9f4e565b8e
List services listening on all IPs in IPAddressView
2022-06-06 16:28:33 +02:00
kkthxbye-code
bb2d21abdd
Make the Service and ServiceTemplate tables sortable by ports
2022-06-05 10:31:21 +02:00
jeremystretch
32322e95b6
Merge branch 'develop' into feature
2022-05-31 15:50:23 -04:00
jeremystretch
f1d0d8e57a
Fixes #9407 : Clean up display of prefixes values when exporting prefixes list
2022-05-31 12:23:22 -04:00
kkthxbye-code
6a99b36cce
Fix provider table in ASN view when ordering by circuit_count
2022-05-14 12:01:49 +02:00
Daniel Sheppard
24ff360ee0
Fixes #8922 - Add service list to IP address view
2022-05-13 09:40:24 -05:00
Daniel Sheppard
2a4c728375
Merge remote-tracking branch 'origin/develop' into develop
2022-05-13 09:29:12 -05:00
Daniel Sheppard
752a497218
Fixes #9094 - Fix partial address search within Prefix and Aggregate filters
2022-05-13 09:28:24 -05:00