Jeremy Stretch
|
36128e3fb3
|
Fixes #5040: Limit SLAAC status to IPv6 addresses
|
2020-08-24 10:51:47 -04:00 |
|
Jeremy Stretch
|
f359e8087a
|
Fixes #5042: Fix display of SLAAC label for IP addresses status
|
2020-08-24 10:47:26 -04:00 |
|
Jeremy Stretch
|
035e509e91
|
Fixes #5035: Fix exception when modifying an IP address assigned to a VM
|
2020-08-24 10:39:41 -04:00 |
|
Jeremy Stretch
|
9f18617627
|
Fixes #5038: Fix validation of primary IPs assigned to virtual machines
|
2020-08-24 09:41:04 -04:00 |
|
Joakim Bakke Hellum
|
bf50bd034d
|
Use correct serializer for available-prefixes POST response
POST `/ipam/prefixes/{id}/available-prefixes/` returns single `Prefix` object, not list of `AvailablePrefix` objects.
|
2020-08-23 20:49:50 +02:00 |
|
Jeremy Stretch
|
a1e56acc9c
|
Post-release version bump
|
2020-08-22 21:06:06 -04:00 |
|
Jeremy Stretch
|
e9fdb6eea0
|
Merge pull request #5034 from netbox-community/develop
Release v2.9.1 - 2020-08-22
|
2020-08-22 21:05:08 -04:00 |
|
Jeremy Stretch
|
10d053099c
|
Release v2.9.1
|
2020-08-22 21:03:51 -04:00 |
|
Jeremy Stretch
|
c921092409
|
Closes #5030: Call out required minimum versions for depdencies in upgrade documentation
|
2020-08-22 20:53:21 -04:00 |
|
Jeremy Stretch
|
b95c6abcf9
|
Closes #5033: Support backward compatibility for REMOTE_AUTH_BACKEND
|
2020-08-22 20:39:46 -04:00 |
|
Jeremy Stretch
|
e1e8fb74e0
|
Add link to v2.9 release notes
|
2020-08-21 16:44:13 -04:00 |
|
Jeremy Stretch
|
2e6fb7fcf5
|
Drop CustomFieldValue
|
2020-08-21 16:21:11 -04:00 |
|
Jeremy Stretch
|
68cbcf20cf
|
Initial work on reimplementing custom fields
|
2020-08-21 15:16:33 -04:00 |
|
Jeremy Stretch
|
65f94de682
|
Closes #4814: Allow nested LAG interfaces
|
2020-08-21 13:35:03 -04:00 |
|
Jeremy Stretch
|
53de24110c
|
Closes #4540: Add IP address status type for SLAAC
|
2020-08-21 13:17:41 -04:00 |
|
Jeremy Stretch
|
ffdd31e9d0
|
Closes #4991: Add Python and NetBox versions to error page
|
2020-08-21 12:58:48 -04:00 |
|
Jeremy Stretch
|
dd06bbcaf6
|
Closes #4349: Drop support for embedded graphs
|
2020-08-21 11:57:46 -04:00 |
|
Jeremy Stretch
|
7a0c36ee53
|
Drop backward compatibility for REMOTE_AUTH_DEFAULT_PERMISSIONS defined as a list
|
2020-08-21 11:18:57 -04:00 |
|
Jeremy Stretch
|
6f1324687b
|
Closes #4360: Drop support for the Django template language in export templates
|
2020-08-21 11:16:30 -04:00 |
|
Jeremy Stretch
|
53acfc0f76
|
Closes #4941: commit argument is now required argument in a custom script's run() method
|
2020-08-21 11:06:36 -04:00 |
|
Jeremy Stretch
|
4ace47e446
|
Post-release version bump
|
2020-08-21 09:56:29 -04:00 |
|
Jeremy Stretch
|
8e3e98ea18
|
Merge pull request #5026 from netbox-community/develop
Release v2.9.0
|
2020-08-21 09:52:01 -04:00 |
|
Jeremy Stretch
|
e6cc09d145
|
Snip beta warning
|
2020-08-21 09:41:28 -04:00 |
|
Jeremy Stretch
|
1cae98c1d6
|
Release v2.9.0
|
2020-08-21 09:39:31 -04:00 |
|
Jeremy Stretch
|
09913c086d
|
Merge pull request #5000 from netbox-community/develop-2.9
Stage v2.9 release
|
2020-08-21 09:32:00 -04:00 |
|
Jeremy Stretch
|
370094d98d
|
Merge branch 'develop' into develop-2.9
|
2020-08-21 09:21:18 -04:00 |
|
Jeremy Stretch
|
8a254d08fb
|
Cleaned up release notes for v2.9.0
|
2020-08-21 09:18:28 -04:00 |
|
Jeremy Stretch
|
127d86e8db
|
Closes #5024: List available options for choice fields within CSV import forms
|
2020-08-20 15:44:30 -04:00 |
|
Jeremy Stretch
|
c9e7e824d9
|
Fixes #5022: Fix exception when editing IP address with NAT inside IP assigned
|
2020-08-20 14:38:58 -04:00 |
|
Jeremy Stretch
|
1c335551a0
|
Fixes #5012: Return details of exceptions resulting from report/script execution
|
2020-08-20 12:47:26 -04:00 |
|
Jeremy Stretch
|
8524996636
|
Fixes #5020: Correct handling of dependent objects during bulk deletion
|
2020-08-20 09:44:45 -04:00 |
|
Jeremy Stretch
|
2243c257a6
|
Refactor DCIM models into separate submodules
|
2020-08-19 16:37:23 -04:00 |
|
Jeremy Stretch
|
6d2681f9ee
|
Fix changelog tests
|
2020-08-19 16:02:10 -04:00 |
|
Jeremy Stretch
|
7dfd6b3650
|
Closes #5016: assertHttpStatus() should report form validation errors
|
2020-08-18 17:02:47 -04:00 |
|
Jeremy Stretch
|
b3f32d7f35
|
Update test script ObjectVars
|
2020-08-18 14:43:21 -04:00 |
|
Jeremy Stretch
|
f301f36f1c
|
Fixes #5004: Permit assignment of an interface to a LAG on any peer virtual chassis member
|
2020-08-18 14:41:47 -04:00 |
|
Jeremy Stretch
|
434c413171
|
Merge pull request #5009 from kobayashi/4989-vmcount
Fixes #4989: Fix no vm count for cluster in global search
|
2020-08-18 14:03:57 -04:00 |
|
Jeremy Stretch
|
ee73759848
|
Changelog for #4990
|
2020-08-18 14:01:59 -04:00 |
|
Jeremy Stretch
|
7fc411c770
|
Merge pull request #5010 from netbox-community/4990-custom-script-changelog
Fixes #4990: Object change logging during custom script execution
|
2020-08-18 13:57:21 -04:00 |
|
Jeremy Stretch
|
0fc4cd462b
|
Refactor tests (again)
|
2020-08-18 13:30:16 -04:00 |
|
Jeremy Stretch
|
ed4f9683bb
|
Avoid using post_data() for form data
|
2020-08-18 13:13:13 -04:00 |
|
Jeremy Stretch
|
6f75b17ae9
|
Move changelog signals setup to a context manager
|
2020-08-18 13:05:41 -04:00 |
|
Jeremy Stretch
|
f67c44667e
|
Tweak passing of tags
|
2020-08-18 12:37:07 -04:00 |
|
Jeremy Stretch
|
deb5dc89c9
|
Simplify tag creation
|
2020-08-18 11:33:23 -04:00 |
|
Jeremy Stretch
|
6d6c1b0add
|
Dump full response content on unexpected status code
|
2020-08-18 10:41:28 -04:00 |
|
Jeremy Stretch
|
e3f1db7cb8
|
Add changelog tests for UI views
|
2020-08-18 10:05:58 -04:00 |
|
Jeremy Stretch
|
03299f038c
|
Move housekeeping to _handle_changed_object()
|
2020-08-18 09:13:07 -04:00 |
|
Jeremy Stretch
|
47d6df1953
|
Fix serialization of tags for REST API updates
|
2020-08-17 16:18:47 -04:00 |
|
Jeremy Stretch
|
3a8db56682
|
Remove errant import
|
2020-08-17 14:15:02 -04:00 |
|
Jeremy Stretch
|
b0f7d82c2d
|
Attach object modification signals before running a custom script
|
2020-08-17 13:43:48 -04:00 |
|