Jeremy Stretch
245b788747
Changelog for #12814 , #13037 , #13376 , #13410
2023-08-09 15:38:03 -04:00
Jeremy Stretch
64cd8612b9
Merge branch 'develop' into feature
2023-08-09 15:31:21 -04:00
Jeremy Stretch
f3d60e2121
Changelog for #11675 , #11922 , #12665 , #13368 , #13414
2023-08-09 15:02:49 -04:00
Jeremy Stretch
87ed390c6a
Misc docs cleanup for v3.6
2023-08-09 10:12:40 -04:00
Jeremy Stretch
6f56d29f12
Changelog for #12750 , #12889 , #13033 , #13151 , #13343 , #13369
2023-08-04 13:36:33 -04:00
Jeremy Stretch
886f68c1c1
Include notes re: demo data and netbox-docker
2023-08-04 10:12:15 -04:00
Jeremy Stretch
0baba778db
Fixes #13363 : Fix API endpoint for custom field choice selector in forms
2023-08-03 08:53:46 -04:00
Jeremy Stretch
cf3da16f0e
Fixes #13361 : Extra choices field on custom field choice set form should not be required
2023-08-03 07:49:54 -04:00
Jeremy Stretch
fb0c1fe5b4
Fixes #13351 : Fix missing text due to incorrectly applied translation tags
2023-08-02 14:53:32 -04:00
Jeremy Stretch
7254509414
Release v3.6-beta1
2023-08-02 13:30:08 -04:00
Jeremy Stretch
7405208cf3
Update changelog
2023-08-02 11:18:52 -04:00
Jeremy Stretch
7eb94d050a
#12175 : Misc cleanup
2023-08-02 11:04:28 -04:00
Abhimanyu Saharan
2072edb19c
Replaces device_role with role on device model ( #13342 )
...
* replaces device_role with role on device model #6391
* fixes lint issue #6391
* revert the database user
* revert test_runner comment
* changes as per review
* Update references to device_role column in UserConfigs
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-02 09:55:52 -04:00
Jeremy Stretch
3b3d813ab8
Update feature introduction flags
2023-08-01 14:25:25 -04:00
Jeremy Stretch
e024df30a6
Update changelog
2023-08-01 14:13:48 -04:00
Jeremy Stretch
066abe0497
Closes #12906 : Make boto3 & dulwich libraries optional ( #13324 )
...
* Initial work on #12906
* Catch import errors during backend init
* Tweak error message
* Update requirements & add note to docs
2023-08-01 11:13:35 -04:00
Jeremy Stretch
8d5f8aa608
Update changelog
2023-07-31 08:35:28 -04:00
Jeremy Stretch
fb2265e23e
Closes #13038 : Establish DEFAULT_PERMISSIONS config parameter ( #13308 )
...
* Introduce the DEFAULT_PERMISSIONS config parameter
* Establish default permissions for user token management
2023-07-30 15:04:58 -04:00
Jeremy Stretch
d809644c4d
Closes #12194 : Add pre-defined custom field choices ( #13219 )
...
* 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
* Initial work on predefined choices for custom fields
* Misc cleanup
* Add IATA airport codes
* #13241 : Add support for custom field choice labels
* Restore ArrayColumn
* Misc cleanup
* Change extra_choices back to a nested ArrayField to preserve choice ordering
* Hack to bypass GraphQL API test utility absent support for nested ArrayFields
2023-07-28 11:24:21 -04:00
Jeremy Stretch
3c3063fd04
Merge branch 'develop' into feature
2023-07-28 10:36:09 -04:00
Jeremy Stretch
dcc311ac18
PRVB
2023-07-28 10:31:54 -04:00
Jeremy Stretch
d5a61061a8
Release v3.5.7
2023-07-28 10:11:16 -04:00
Jeremy Stretch
afe1572d6d
Changelog for #11803 , #13009 , #13234 , #13285
2023-07-28 10:02:42 -04:00
Jeremy Stretch
ac94aeea5b
Closes #13080 : Differentiate more clearly between old and new version placeholders in upgrade guide
2023-07-28 08:11:28 -04:00
Jeremy Stretch
00c132b72b
Changelog for #12625 , #13051 , #13097 , #13167 , #13233 , #13237
2023-07-27 16:42:03 -04:00
Roger Miret
3009d63124
Update ipam.md
...
100.64.16.9/24 isn't a valid CIDR
2023-07-27 16:07:44 -04:00
Alef Burzmali
9358e81ba3
Update the install doc for PostgreSQL 15
...
Fixes #12768
2023-07-27 16:06:41 -04:00
Jeremy Stretch
9ff88f5be2
Update changelog
2023-07-25 16:48:41 -04:00
Jamie (Bear) Murphy
44776b02c0
Oob ip (devices) ( #13013 )
...
* initial oob_ip support for devices
* add primary ip and oob ip checkmark to ip address view
* add oob ip to device view and device edit view
* pep8
* make is_oob_ip and is_primary_ip generic for other models
* refactor oob_ip
* fix oob ip signal
* string capitalisation
* Misc cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-07-25 14:40:40 -04:00
Arthur Hanson
a77917b614
6347 Cache the number of each component type assigned to devices/VMs ( #12632 )
...
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-07-25 09:39:05 -04:00
Jeremy Stretch
1ab8477642
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
Jeremy Stretch
09795ead78
Merge branch 'develop' into feature
2023-07-11 10:09:26 -04:00
Jeremy Stretch
726c348049
PRVB
2023-07-10 16:55:17 -04:00
Jeremy Stretch
393e723522
Release v3.5.6
2023-07-10 16:35:53 -04:00
Jeremy Stretch
f9cfab9f71
Changelog for #13061 , #13096 , #13105 , #13116
2023-07-10 14:39:40 -04:00
Jeremy Stretch
85573c847c
PRVB
2023-07-06 16:40:11 -04:00
Jeremy Stretch
52daa5e760
Release v3.5.5
2023-07-06 16:20:14 -04:00
Jeremy Stretch
60c710f1f7
Change log for #11738 , #12499 , #12579 , #12617 , #13047 , #13065 , #13092 , #13100
2023-07-06 14:54:37 -04:00
Jeremy Stretch
22f7cd375b
Changelog for #11335 , #12760 , #12842 , #12951 , #12955
2023-07-05 11:43:53 -04:00
Arthur
8836074b5a
12809 document not to use underscores in model names
2023-06-29 15:49:47 -04:00
Jeremy Stretch
bcbff57394
Closes #8248 : User bookmarks ( #13035 )
...
* Initial work on #8248
* Add tests
* Fix tests
* Add feature query for bookmarks
* Add BookmarksWidget
* Correct generic relation name
* Add docs for bookmarks
* Remove inheritance from ChangeLoggedModel
2023-06-29 14:36:11 -04:00
Jeremy Stretch
2864464946
Changelog for #12849 , #12945 , #12961 , #12977 , #12983 , #13011
2023-06-27 08:39:51 -04:00
Jeremy Stretch
36676088ee
Correct changelog for #12953
2023-06-23 15:31:18 -04:00
Jeremy Stretch
dffa1d4934
Changelog for #12533 , #12960 , #12963 , #12966 , #12975 , #12989
2023-06-23 15:26:48 -04:00
Jeremy Stretch
21dfda12f2
Closes #11541 : Support for limiting tag assignments by object type ( #12982 )
...
* Initial work on #11541
* Merge migrations
* Limit tags by object type during assignment
* Add tests for object type validation
* Fix form field parameters
2023-06-23 14:08:14 -04:00
Jeremy Stretch
a2db92e297
Closes #12964 : Raise minimum PostgreSQL version from 11 to 12
2023-06-22 12:27:21 -04:00
Jeremy Stretch
e2288e1909
Changelog for #9077 , #11305 , #12175 , #12180 , #12794
2023-06-22 10:55:12 -04:00
Jeremy Stretch
1a1d3a52e7
Merge branch 'develop' into feature
2023-06-20 14:53:07 -04:00
Jeremy Stretch
78d6837375
PRVB
2023-06-20 14:27:18 -04:00
Jeremy Stretch
a4f7a910d9
Release v3.5.4
2023-06-20 13:56:09 -04:00