1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

6214 Commits

Author SHA1 Message Date
2116b928b6 Add link to v2.9 release notes 2020-08-21 16:44:13 -04:00
2276603ac3 Drop CustomFieldValue 2020-08-21 16:21:11 -04:00
879166d939 Initial work on reimplementing custom fields 2020-08-21 15:16:33 -04:00
f37997ac54 Closes : Allow nested LAG interfaces 2020-08-21 13:35:03 -04:00
ed65603632 Closes : Add IP address status type for SLAAC 2020-08-21 13:17:41 -04:00
802af06c0f Closes : Add Python and NetBox versions to error page 2020-08-21 12:58:48 -04:00
ec66e1a5c0 Closes : Drop support for embedded graphs 2020-08-21 11:57:46 -04:00
ee34e28986 Drop backward compatibility for REMOTE_AUTH_DEFAULT_PERMISSIONS defined as a list 2020-08-21 11:18:57 -04:00
d1071b79e3 Closes : Drop support for the Django template language in export templates 2020-08-21 11:16:30 -04:00
2339fe22ae Closes : commit argument is now required argument in a custom script's run() method 2020-08-21 11:06:36 -04:00
e02590ac96 Post-release version bump 2020-08-21 09:56:29 -04:00
b22995a6d7 Snip beta warning 2020-08-21 09:41:28 -04:00
6c1436174c Release v2.9.0 2020-08-21 09:39:31 -04:00
b2aa9b82c8 Merge pull request from netbox-community/develop-2.9
Stage v2.9 release
2020-08-21 09:32:00 -04:00
23aae52992 Merge branch 'develop' into develop-2.9 2020-08-21 09:21:18 -04:00
8b5e701ba4 Cleaned up release notes for v2.9.0 2020-08-21 09:18:28 -04:00
8f88d2afab Closes : List available options for choice fields within CSV import forms 2020-08-20 15:44:30 -04:00
8d351178ac Fixes : Fix exception when editing IP address with NAT inside IP assigned 2020-08-20 14:38:58 -04:00
bc0e6cc8dd Fixes : Return details of exceptions resulting from report/script execution 2020-08-20 12:47:26 -04:00
bf4fee1592 Fixes : Correct handling of dependent objects during bulk deletion 2020-08-20 09:44:45 -04:00
e1cf27a3ac Refactor DCIM models into separate submodules 2020-08-19 16:37:23 -04:00
db5bb8e5bb Fix changelog tests 2020-08-19 16:02:10 -04:00
3ebef04a11 Closes : assertHttpStatus() should report form validation errors 2020-08-18 17:02:47 -04:00
0d9fc309d5 Update test script ObjectVars 2020-08-18 14:43:21 -04:00
c9c79dabef Fixes : Permit assignment of an interface to a LAG on any peer virtual chassis member 2020-08-18 14:41:47 -04:00
5fad6a63ca Merge pull request from kobayashi/4989-vmcount
Fixes : Fix no vm count for cluster in global search
2020-08-18 14:03:57 -04:00
82900fb65d Changelog for 2020-08-18 14:01:59 -04:00
046272ff37 Merge pull request from netbox-community/4990-custom-script-changelog
Fixes : Object change logging during custom script execution
2020-08-18 13:57:21 -04:00
bc5f800a8b Refactor tests (again) 2020-08-18 13:30:16 -04:00
36d86e6220 Avoid using post_data() for form data 2020-08-18 13:13:13 -04:00
986ef2b8e6 Move changelog signals setup to a context manager 2020-08-18 13:05:41 -04:00
5629124755 Tweak passing of tags 2020-08-18 12:37:07 -04:00
0bfb64dc09 Simplify tag creation 2020-08-18 11:33:23 -04:00
c482dcd8cb Dump full response content on unexpected status code 2020-08-18 10:41:28 -04:00
881cab051b Add changelog tests for UI views 2020-08-18 10:05:58 -04:00
afebf525d1 Move housekeeping to _handle_changed_object() 2020-08-18 09:13:07 -04:00
0e5d0a43f9 Fix serialization of tags for REST API updates 2020-08-17 16:18:47 -04:00
cf086cd7b2 Remove errant import 2020-08-17 14:15:02 -04:00
81c72739b5 Attach object modification signals before running a custom script 2020-08-17 13:43:48 -04:00
ff5a3c1055 Cache custom fields on instance during bulk edit 2020-08-17 12:29:40 -04:00
bc04543b33 Cache custom fields on instance prior to calling create()/update() 2020-08-17 12:22:37 -04:00
dd707c97af Cache custom fields on instance prior to save() 2020-08-17 11:08:14 -04:00
34708a8fa5 Fixes : Fix no vm count for cluster in global search 2020-08-17 10:59:01 -04:00
4ee8e473eb Move ObjectChange creation into signal receivers 2020-08-14 17:03:45 -04:00
b4299241fe Cast all query param values to string 2020-08-14 11:38:15 -04:00
66c91484f5 Clean up display_name for various models 2020-08-14 10:20:34 -04:00
808d621eda VC member selection should use display_name 2020-08-14 10:09:54 -04:00
943c2230ba Bump version for upcoming v2.9 release 2020-08-13 13:12:09 -04:00
d4fd0df02c Release v2.9-beta2 v2.9-beta2 2020-08-13 13:04:33 -04:00
fd139a77f5 Closes : Introduce OrderedDefaultRouter; move root API views to views.py 2020-08-13 12:49:49 -04:00