Jeremy Stretch
f49b43d5b5
Remove unused form classes
2023-07-20 10:08:50 -04:00
Jeremy Stretch
30d9798bb3
Clean up user bulk edit
2023-07-20 10:01:02 -04:00
Jeremy Stretch
937961baa1
Restore bookmarks tab on account views
2023-07-20 09:50:44 -04:00
Jeremy Stretch
d8ad97e4b8
Create menu items manually for users & groups to accomodate proxy models
2023-07-20 09:40:04 -04:00
Jeremy Stretch
6a5c44f237
Reorganize account view templates
2023-07-20 09:18:38 -04:00
Arthur
dd70ba9470
12589 fix friggin test case
2023-07-20 15:19:07 +07:00
Arthur
846eef1668
Merge branch 'feature' into 12589-user-admin
2023-07-20 13:53:37 +07:00
Jeremy Stretch
96ea0ac9c7
Closes #12988 : Introduce custom field choice sets ( #13195 )
...
* Initial work on custom field choice sets
* Rename choices to extra_choices (prep for #12194 )
* Remove CustomField.choices
* Add & update tests
* Clean up table columns
* Add order_alphanetically boolean for choice sets
* Introduce ArrayColumn for choice lists
* Show dependent custom fields on choice set view
* Update custom fields documentation
* Introduce ArrayWidget for more convenient editing of choices
* Incorporate PR feedback
* Misc cleanup
2023-07-19 10:26:24 -04:00
Arthur
2c7c3bc2da
12589 update menu permissions for auth models
2023-07-17 20:27:19 +07:00
Arthur
a1af7f2f76
12589 remove special perm
2023-07-17 17:59:24 +07:00
Arthur
17b045685c
12589 dont check password field for tests
2023-07-17 16:49:22 +07:00
Arthur
55d19189f0
12589 dont check password field for tests
2023-07-17 16:09:04 +07:00
Arthur
cc3c64c97e
12589 missing test file
2023-07-17 15:51:58 +07:00
Arthur
68cd6efca6
12589 user bulk import
2023-07-17 13:00:35 +07:00
Arthur
1a33637e08
12589 change password in edit view
2023-07-14 15:40:07 +07:00
Arthur
32f772d1d7
12589 review changes - change permission check
2023-07-14 13:29:50 +07:00
Arthur
f9f3899144
12589 review changes - change permission check
2023-07-14 13:04:40 +07:00
Arthur
8d84eec3e1
12589 review changes - change permission check
2023-07-14 12:43:47 +07:00
Arthur
6a98397626
12589 review changes - permission proxy
2023-07-14 11:54:12 +07:00
Arthur
002c0bf4be
12589 review changes
2023-07-14 11:27:52 +07:00
Arthur
101db0fc7b
12589 review changes
2023-07-14 10:58:19 +07:00
Arthur
2871cb9f40
12589 review changes
2023-07-13 20:48:06 +07:00
Arthur
40c8e67c03
12589 translate templates
2023-07-13 20:34:03 +07:00
Arthur
7307ee47cc
12589 fix template
2023-07-13 19:56:21 +07:00
Arthur
2cc7e49531
12589 review changes for linkify column
2023-07-13 19:00:26 +07:00
Arthur
e2cc63fb26
12589 review changes and add localization
2023-07-13 18:49:07 +07:00
Arthur
b851f33e81
12589 merge and add missing files
2023-07-13 18:29:09 +07:00
Jeremy Stretch
837be4d45f
Merge branch 'develop' into feature
2023-07-11 10:09:26 -04:00
Jeremy Stretch
0f0cf683c4
PRVB
2023-07-10 16:55:17 -04:00
Jeremy Stretch
ec0dbe33d3
Merge pull request #13142 from netbox-community/develop
...
Release v3.5.6
2023-07-10 16:53:46 -04:00
Jeremy Stretch
1c30a44b4e
Release v3.5.6
2023-07-10 16:35:53 -04:00
Jeremy Stretch
252cc37f97
Changelog for #13061 , #13096 , #13105 , #13116
2023-07-10 14:39:40 -04:00
Jeremy Stretch
f6fcf776a4
Fixes #13061 : Fix display of last result for scripts & reports with a custom name defined
2023-07-10 14:13:45 -04:00
Jeremy Stretch
73348ee435
Fixes #13105 : Avoid exception when attempting to allocate next available IP address from prefix marked as utilized
2023-07-10 13:53:31 -04:00
Abhimanyu Saharan
cab7b76220
Fixes form rendering when scheduling_enabled is disabled ( #13123 )
...
* fixes form rendering when scheduling_enabled is disabled #13096
* Remove requires_input property from BaseScript; render form consistently
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-07-10 10:30:51 -04:00
Abhimanyu Saharan
bc7678c716
fixes content type lookups when db is uninitialized #13116
2023-07-07 09:43:33 -04:00
Jeremy Stretch
63c33ff4be
PRVB
2023-07-06 16:40:11 -04:00
Jeremy Stretch
da239aea13
Merge pull request #13111 from netbox-community/develop
...
Release v3.5.5
2023-07-06 16:38:36 -04:00
Jeremy Stretch
53a75a3dd7
Release v3.5.5
2023-07-06 16:20:14 -04:00
Abhimanyu Saharan
74fb707ad3
adds config_template to device serializer #13056
2023-07-06 16:04:21 -04:00
Jeremy Stretch
ecb4a084cc
Change log for #11738 , #12499 , #12579 , #12617 , #13047 , #13065 , #13092 , #13100
2023-07-06 14:54:37 -04:00
Jeremy Stretch
7419a8e112
Closes #11738 : Annotate utilization on VLAN groups ( #13108 )
...
* Update serializers.py
* Update vlans.py
* Update vlans.py
* Update vlangroup.html
* Update vlans.py
* Update vlans.py
* Update serializers.py
* adds db annotation to calculate utilization
* optimize queries
* merge fix
* adds round function for utilization to limit decimal
* fixed object view annotation
* consolidated queryset for utilization
* lint fixes
* Renamed manager method to annotate_utilization() for consistency with other managers
---------
Co-authored-by: Abhimanyu Saharan <desk.abhimanyu@gmail.com>
2023-07-06 14:51:28 -04:00
Abhimanyu Saharan
62bdb90f61
Adds copy content button ( #12584 )
...
* adds copy content button #12499
* adds newline
* Omit hash mark from target string
* Clean up HTML element IDs
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-07-06 14:19:55 -04:00
Abhimanyu Saharan
8143c6e03b
adds object change for contact assignment #13065
2023-07-06 09:45:31 -04:00
Abhimanyu Saharan
ffe4558ec5
fixes search for vdc #13100
2023-07-06 09:41:43 -04:00
Abhimanyu Saharan
16ee42ac38
fixes prechange snapshot #12617
2023-07-06 09:39:09 -04:00
Anthony Brissonnet
860be780ad
Fix #12579 create cable and add another error ( #13007 )
...
* fix create cable and add another error #12579
* fix return proper parent object field
* improve code and wokflow
---------
Co-authored-by: netopsab <abrisson@cerbere.rp.sig.u-bourgogne.fr>
2023-07-06 09:28:45 -04:00
Jeremy Stretch
5f0922713f
Fixes #13047 : Add annotate_asn_count() to ASNRange manager
2023-07-06 08:45:02 -04:00
Arthur
4355ee6407
12092 allow setnull for bulk edit power port maximum and allocated draw
2023-07-06 08:37:54 -04:00
Jeremy Stretch
07ae7c8a6e
Changelog for #11335 , #12760 , #12842 , #12951 , #12955
2023-07-05 11:43:53 -04:00