Arthur Hanson
af8bb0c4b9
10348 add decimal custom field ( #10422 )
...
* 10348 add decimal custom field
* 10348 fix tests
* 10348 add documentation
* Rearrange custom fields to be ordered consistently
* Rename number_field to integer_field for clarity
* Clean up validation logic
* Apply suggested changes from PR
* Store decimal custom field values natively
* Fix filter test
* Update custom field model migrations to use new encoder
Co-authored-by: jeremystretch <jstretch@ns1.com >
2022-09-30 16:03:24 -04:00
jeremystretch
f51415cf2c
Replace unique_together with UniqueConstraints
2022-09-27 15:35:24 -04:00
jeremystretch
6016e1b15d
Changelog & cleanup for #9892
2022-09-27 09:55:35 -04:00
Jeremy Stretch
d08d5620da
Merge pull request #10424 from netbox-community/9892-fhrpgroup-name
...
9892 fhrpgroup name
2022-09-27 09:48:11 -04:00
Arthur
8103ad3b9e
9892 add name to str
2022-09-26 13:57:09 -07:00
Arthur
10cb3c2c3d
9892 add name to str
2022-09-26 13:54:49 -07:00
Arthur
5ce805db2e
9892 doh - fix tests
2022-09-26 12:56:16 -07:00
Arthur
3eeb31d577
9892 doh - fix tests
2022-09-26 11:49:51 -07:00
Arthur
e11d594122
9892 add supporting tests, form fields
2022-09-26 11:39:43 -07:00
jeremystretch
3ad337dd15
Filter VLANs and VLANGroups by site or cluster site for VM
2022-09-26 10:08:54 -04:00
Arthur
7735634649
10435 check if vm.cluster in qs
2022-09-22 10:34:37 -07:00
Arthur
a5421ae170
9892 add FHRP group name
2022-09-20 16:13:01 -07:00
Arthur
5d07f2c837
9892 add FHRP group name
2022-09-20 16:03:55 -07:00
jeremystretch
51d066a1bc
Fixes #10259 : Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed
2022-09-07 14:30:51 -04:00
Arthur
7826cfb01f
#10270 - fix custom field validation for ipam services
2022-09-07 08:45:56 -07:00
jeremystretch
2acfda3dc5
Fixes #10034 : Add L2VPN column to interface and VLAN tables
2022-09-02 14:26:35 -04:00
Andreas Nieß
b11fa53519
Closes #10231 : Add missing serializer annotations
2022-09-01 17:18:09 +02:00
jeremystretch
899b61264f
Fixes #9328 : Hide available IPs when non-default ordering is applied
2022-08-31 16:55:03 -04:00
jeremystretch
de17a651e6
Closes #10043 : Add support for 'limit' query parameter to available VLANs API endpoint
2022-08-30 15:16:34 -04:00
Jeremy Stretch
d3f2d77961
Merge pull request #10187 from amhn/9895_Remove_JSONFieldInspector
...
9895 remove json field inspector
2022-08-30 14:21:02 -04:00
jeremystretch
14f79ef85a
Closes #10202 : Clean up TemplateColumn template code & accessors
2022-08-30 09:55:12 -04:00
Andreas Nieß
0b5478ad2d
Fixes #9895 : Change DictField serializers to JSONField
2022-08-29 08:02:38 +02:00
jeremystretch
5f37699736
Fixes #9663 : Omit available IP annotations when filtering prefix child IPs list
2022-08-25 10:34:18 -04:00
Arthur Hanson
4132027ada
fixes for #10070 make l2vpn slug unique ( #10119 )
...
Co-authored-by: jeremystretch <jstretch@ns1.com >
2022-08-24 17:12:14 -04:00
jeremystretch
bfbf97aec9
Closes #10031 : Enforce 'application/json' content type for REST API requests
2022-08-24 15:49:36 -04:00
jeremystretch
2baf06e012
Add unique slugs to L2VPNs in relevant tests
2022-08-24 14:46:42 -04:00
Jeremy Stretch
6a7c56d919
Merge pull request #10115 from arthanson/art-10033
...
#10033 disable Add a Termination button if 2 terminations on L2VPN P2P
2022-08-24 08:57:01 -04:00
Arthur
439cf1a308
#10033 changes from code review
2022-08-23 16:17:40 -07:00
Arthur
374abe5214
#10033 disable Add a Termination button if 2 terminations on L2VPN P2P
2022-08-23 10:34:06 -07:00
jeremystretch
7ba0b420f1
Fixes #10109 : Fix available prefixes calculation for container prefixes in the global table
2022-08-23 10:37:38 -04:00
Daniel Sheppard
f3906dd7c4
Fixes #10111 - Wrap search QS to catch ValueError on identifier field
2022-08-23 09:33:36 -05:00
Jeremy Stretch
7b4189271c
Merge pull request #10065 from atownson/issue_10055
...
Fixes #10055 : NAT Outside evaluations and links
2022-08-23 08:28:39 -04:00
atownson
63e8faeed9
Changed nat_outside to ManyToManyColumn
2022-08-22 20:34:44 -05:00
Jeremy Stretch
f35ff105ab
Merge pull request #10096 from arthanson/art-6454
...
Fixes #6454 - Adds warning for prerequisite models
2022-08-22 16:09:59 -04:00
Arthur
e8f62eb1f9
#10059 change ordering of identifier column
2022-08-22 11:17:01 -07:00
Arthur
917439725a
fix for #10059 - add identifier to L2VPN table
2022-08-22 09:08:16 -07:00
Arthur
c65a291698
#6454 add L2VPN check
2022-08-18 16:00:17 -07:00
Arthur
38a8ddcd77
#6454 fix merge conflicts
2022-08-18 15:31:54 -07:00
atownson
43ad8e80b9
netbox-community#10055: Added empty text
2022-08-18 17:12:44 -05:00
Arthur
928dff6b68
#6454 add prerequisite alert
2022-08-18 15:11:03 -07:00
atownson
3f40e15ed5
netbox-community#10055 - Add template for NAT Outside
...
Fixes 'ipam.IPAddress.None' text
2022-08-18 16:18:29 -05:00
jeremystretch
804c064a7e
Closes #10061 : Replicate type when cloning L2VPN instances
2022-08-18 15:19:34 -04:00
jeremystretch
279253c486
Fixes #10040 : Fix exception when ordering prefixes by flat representation
2022-08-18 09:49:45 -04:00
jeremystretch
107f19a0e9
Closes #10035 : Include assigned_object_parent column by default in L2VPN terminations table
2022-08-17 10:59:17 -04:00
jeremystretch
5671a37f43
Closes #10036 : Set clone_fields on L2VPNTermination
2022-08-17 10:51:50 -04:00
jeremystretch
93b36ed580
Closes #10032 : Remove unique constraint from L2VPN identifier
2022-08-17 10:47:42 -04:00
jeremystretch
8cd5a24409
#9414 : Clean up clone_fields on all models
2022-08-11 09:58:37 -04:00
Daniel Sheppard
37c4f1a7d3
Fix up a few minor mistakes. Add tests.
2022-08-02 13:38:17 -05:00
Daniel Sheppard
5b3ef04550
#9888 - Add filter and columns for device and site
2022-08-02 12:56:10 -05:00
jeremystretch
29a611c729
Closes #9896 : Discontinue arbitrary use of OrderedDict
2022-08-01 16:51:44 -04:00