Daniel Sheppard
|
8e9a0eeef0
|
Fix PEP8 errors and document functions
|
2020-01-31 10:05:57 -06:00 |
|
Dan Sheppard
|
d30d79b4e3
|
Cleanup Imports
|
2020-01-29 12:55:19 -06:00 |
|
Dan Sheppard
|
23155551d1
|
Remove complex ordering for IP addresses
After review complex ordering does not appear to be required
|
2020-01-29 12:54:55 -06:00 |
|
Dan Sheppard
|
22228b58f1
|
#4034 - Create tests for addresses
|
2020-01-29 12:52:48 -06:00 |
|
Dan Sheppard
|
084a68f6d1
|
#4034 - Create tests for prefixes
|
2020-01-28 22:11:31 -06:00 |
|
Jeremy Stretch
|
2a4ccae113
|
Merge pull request #4031 from kobayashi/3978-add-vrf-filter
Fixes #3978: VRF filtering for NAT IP search
|
2020-01-28 13:46:54 -05:00 |
|
Jeremy Stretch
|
9b9e568446
|
Fixes #4027: Repair schema migration for #3569 to convert IP addresses with DHCP status
|
2020-01-28 12:49:00 -05:00 |
|
kobayashi
|
3c5346f60a
|
Fixes #3978: VRF filtering for NAT IP search
|
2020-01-28 10:22:28 -05:00 |
|
Jeremy Stretch
|
eb4c2e5d7f
|
Remove obsolete fixtures files
|
2020-01-24 16:29:23 -05:00 |
|
Jeremy Stretch
|
a13bddde58
|
Refactor prefix and IP mask length choice generation to reference constants
|
2020-01-24 15:50:45 -05:00 |
|
Jeremy Stretch
|
66330418cb
|
Remove obsolete IP_FAMILY_CHOICES constant
|
2020-01-24 15:40:03 -05:00 |
|
Jeremy Stretch
|
c6473d654d
|
Add explanatory text for constants
|
2020-01-24 15:03:38 -05:00 |
|
Jeremy Stretch
|
096814dc33
|
#3880: Define constants for arbitrary values
|
2020-01-24 14:42:57 -05:00 |
|
Jeremy Stretch
|
b7e71f9f39
|
Add tests for IP address vars
|
2020-01-22 17:48:03 -05:00 |
|
Jeremy Stretch
|
f41564b578
|
Introduce IPAddressVar and IPAddressWithMaskVar
|
2020-01-22 17:16:40 -05:00 |
|
Jeremy Stretch
|
aa56c020ab
|
Move prefix_validator() to ipam.validators
|
2020-01-22 16:33:34 -05:00 |
|
Jeremy Stretch
|
ba6df87d10
|
Move min/max prefix length validators to ipam.validators
|
2020-01-22 16:26:06 -05:00 |
|
Jeremy Stretch
|
302f87e108
|
Fixes #3937: Suppress warning messages in tests for requests expected to yield a 4XX response
|
2020-01-17 14:53:33 -05:00 |
|
Jeremy Stretch
|
83427d5585
|
Closes #3949: Add tests for IPAM model methods
|
2020-01-17 11:15:05 -05:00 |
|
Jeremy Stretch
|
1c0e0fec4c
|
Merge branch 'develop' into 3941-ip-assign-exception
|
2020-01-16 21:42:27 -05:00 |
|
Jeremy Stretch
|
5369aef971
|
Fixes #3944: Fix AttributeError exception when viewing prefixes list
|
2020-01-16 21:39:46 -05:00 |
|
Saria Hajjar
|
9f569d4b1b
|
Fixes #3941: AttributeError when searching on IP assign
|
2020-01-16 23:03:16 +00:00 |
|
Jeremy Stretch
|
fecbb60c36
|
Use assertHttpStatus() when evaluating HTTP response status
|
2020-01-16 10:47:45 -05:00 |
|
Jeremy Stretch
|
4556eac780
|
Fix IPAddressTestCase
|
2020-01-16 09:47:46 -05:00 |
|
Jeremy Stretch
|
c955aeebeb
|
Merge branch 'develop' into develop-2.7
|
2020-01-16 09:38:23 -05:00 |
|
Jeremy Stretch
|
8bd67b2c17
|
Add tests for browsable API endpoints
|
2020-01-15 17:47:55 -05:00 |
|
Jeremy Stretch
|
88267e9d05
|
Move BGP_ASN_MIN and BGP_ASN_MAX to ipam.constants
|
2020-01-15 14:53:46 -05:00 |
|
Jeremy Stretch
|
fdf8211e9a
|
Fixes #3930: Fix API rendering of the family field for aggregates
|
2020-01-15 13:56:37 -05:00 |
|
Jeremy Stretch
|
28350d84f9
|
Update model ordering parameters to ensure deterministic ordering
|
2020-01-15 13:20:44 -05:00 |
|
Jeremy Stretch
|
49f027fae7
|
Refactor FieldChoicesViewSet; add Interface.type to virtualization _choices endpoint
|
2020-01-15 09:59:44 -05:00 |
|
Jeremy Stretch
|
857e04e90b
|
Add _choices endpoint tests for all apps
|
2020-01-14 16:13:11 -05:00 |
|
Jeremy Stretch
|
c084547dca
|
Move IPAddressManager to a separate file
|
2020-01-14 12:07:45 -05:00 |
|
Jeremy Stretch
|
6959785cd1
|
Define __all__ for models.py within each app
|
2020-01-14 12:01:23 -05:00 |
|
Jeremy Stretch
|
2615906526
|
Squashed all migrations
|
2020-01-14 11:06:05 -05:00 |
|
Jeremy Stretch
|
5c047faa1d
|
Delete old squashed migrations
|
2020-01-13 17:01:54 -05:00 |
|
kobayashi
|
e3aacb183b
|
optimize query
|
2020-01-12 16:44:15 -05:00 |
|
kobayashi
|
2e9f21e222
|
Filter muiltiple ipaddress terms
|
2020-01-10 14:09:25 -05:00 |
|
Jeremy Stretch
|
9f627fd0d3
|
Merge branch 'develop' into develop-2.7
|
2020-01-10 13:33:51 -05:00 |
|
Jeremy Stretch
|
4be7ca0c78
|
Merge branch 'develop' into 3668-address-assign-dns-filter
|
2020-01-10 09:43:35 -05:00 |
|
Jeremy Stretch
|
528b345f57
|
Move TenancyFilterSet to filters.py
|
2020-01-09 21:05:38 -05:00 |
|
Jeremy Stretch
|
da0ac4ff1e
|
Rename filter variables for utility views
|
2020-01-09 20:57:13 -05:00 |
|
Jeremy Stretch
|
83c0d1ef44
|
Renamed ipam FilterSets
|
2020-01-09 20:37:26 -05:00 |
|
Jeremy Stretch
|
0527626709
|
Update filter tests for v2.7
|
2020-01-09 16:03:41 -05:00 |
|
Jeremy Stretch
|
a2ead6af94
|
Merge branch 'develop' into develop-2.7
|
2020-01-09 15:27:06 -05:00 |
|
hSaria
|
03b10b6f73
|
Merge branch 'develop' into 3872-limit-related-ips
|
2020-01-09 17:18:42 +00:00 |
|
Saria Hajjar
|
67f4d8fab5
|
Replaced with pagination
|
2020-01-09 17:16:58 +00:00 |
|
Jeremy Stretch
|
989d6f5af3
|
Merge pull request #3871 from hSaria/3864-disallow-0-masks
Fixes #3864: Disallow /0 masks
|
2020-01-09 11:37:19 -05:00 |
|
Saria Hajjar
|
472486acd6
|
Changed to q filter
|
2020-01-09 16:26:11 +00:00 |
|
hSaria
|
40625d1299
|
Merge branch 'develop' into 3668-address-assign-dns-filter
|
2020-01-09 14:53:32 +00:00 |
|
Jeremy Stretch
|
c9ec8b71e0
|
Merge pull request #3821 from hSaria/2365-show-available-toggle
Fixes #2598: Toggle for showing available prefixes/ip addresses
|
2020-01-09 09:52:10 -05:00 |
|