Commit Graph

10479 Commits

Author SHA1 Message Date
jeremystretch
00ddcc2212 Fixes #10387: Fix MultiValueDictKeyError exception when editing a device interface 2022-09-16 08:20:24 -04:00
jeremystretch
4717df277c Update lock threads action; lock closed PRs after 30 days 2022-09-15 16:08:43 -04:00
jeremystretch
364ed2b6ac Merge branch 'develop' into feature 2022-09-15 14:30:24 -04:00
jeremystretch
2956e477d8 PRVB 2022-09-15 14:29:43 -04:00
Arthur Hanson
1f369e0030 Merge pull request #10381 from netbox-community/develop
Release v3.3.3
2022-09-15 11:18:08 -07:00
Arthur
ed00bb829d Release v3.3.3 2022-09-15 11:04:12 -07:00
jeremystretch
924fa11063 Fixes #10353: Table action buttons should reserve return URL parameters 2022-09-15 13:40:39 -04:00
jeremystretch
9d7e9871e1 Fixes #10337: Display SSO links when local authentication fails 2022-09-15 13:17:04 -04:00
Jeremy Stretch
26fbd275d9 Merge pull request #10369 from netbox-community/10359-add-region-column
#10359 add region column to site table
2022-09-15 13:07:59 -04:00
jeremystretch
1156531ff6 #10359: Add region and site group columns to the devices table 2022-09-15 12:55:21 -04:00
jeremystretch
0025a5c75a Changelog for #10247, #10258, #10305, #10362 2022-09-15 10:14:16 -04:00
Jeremy Stretch
cd0f4028cd Fixes #10247: Allow changing selected device/VM when creating a new component (#10312)
* Initial work on #10247

* Continued work on #10247

* Clean up component creation tests

* Move valdiation of replicated field to form

* Clean up ordering of fields in component creation forms

* Omit fieldset header if none

* Clean up ordering of fields in component template creation forms

* View tests should not move component templates to new device type

* Define replication_fields on VMInterfaceCreateForm

* Clean up expandable field help texts

* Update comments

* Update component bulk update forms & views to support new replication fields

* Fix ModularDeviceComponentForm parent class

* Fix bulk creation of VM interfaces (thanks @kkthxbye-code!)
2022-09-15 10:10:32 -04:00
Jeremy Stretch
1833e19438 Merge pull request #10370 from kvedder-amplex/develop
add custom fields to l2vpntermination edit template
2022-09-15 10:07:27 -04:00
Jeremy Stretch
6d9f90f261 Merge pull request #10290 from kkthxbye-code/10258-nested-module-scripts
Fixes #10258 - Allow running scripts nested in modules/packages
2022-09-15 10:06:28 -04:00
kvedder
be23e1cef8 add custom fields to l2vpntermination edit template 2022-09-14 22:15:12 -04:00
Arthur
c06e4d4e53 #10359 add region column to site table 2022-09-14 15:50:45 -07:00
jeremystretch
d250c5c149 Closes #10358: Raise minimum required PostgreSQL version from 10 to 11 2022-09-14 17:10:14 -04:00
kkthxbye-code
ffea42a984 PEP8: Fix whitespace on blank line 2022-09-14 20:00:12 +02:00
kkthxbye-code
5ddb799989 Allow reports to be nested in submodules 2022-09-14 19:57:37 +02:00
Jeremy Stretch
c2fdbb0bd6 Merge pull request #10349 from sasschary/10316-cableform-termination
Fixes #10305: Allows null master in VirtualChassis APIs
2022-09-14 12:13:16 -04:00
Zachary Clark
de6fa963c1 Fixes #10305: Allows null master in VirtualChassis APIs 2022-09-13 19:54:39 -04:00
jeremystretch
0bf0bf848f Closes #10314: Move clone() method from NetBoxModel to CloningMixin 2022-09-13 14:36:37 -04:00
jeremystretch
d40d72a443 Merge branch 'develop' into feature 2022-09-13 14:24:58 -04:00
jeremystretch
70416bb0fe Closes #9577: Add has_front_image and has_rear_image filters for device types 2022-09-13 14:14:18 -04:00
Jeremy Stretch
a74f918469 Merge pull request #10341 from netbox-community/10172-upgrade-django
10172 upgrade django
2022-09-13 13:38:27 -04:00
jeremystretch
552e53ce99 Changelog for #8580, #10333 2022-09-12 17:17:53 -04:00
Jeremy Stretch
7daded490a Merge pull request #10291 from netbox-community/8580-filter-connected
#8580 add interface filters for connected
2022-09-12 17:16:28 -04:00
jeremystretch
6ba4d9c306 Add relevant tests for all device components 2022-09-12 17:03:33 -04:00
jeremystretch
65172903da Rename is_occupied to occupied 2022-09-12 16:42:04 -04:00
Arthur
71ae6ca6a7 #8580 add tests 2022-09-12 10:52:40 -07:00
Arthur
e726bbcb12 #8580 add tests 2022-09-12 10:22:05 -07:00
Arthur
1765f0bafe Merge branch 'develop' into 8580-filter-connected 2022-09-12 10:11:20 -07:00
Arthur
6fe1725a11 #10172 fixes for Django 4.1 2022-09-12 09:59:37 -07:00
Jeremy Stretch
d8f6844f82 Merge pull request #10338 from jsenecal/10298-pyproject-toml
Introduce pyproject.toml
2022-09-12 12:56:41 -04:00
Jeremy Stretch
8fe4f78298 Merge pull request #10335 from netbox-community/10333-customfield-csv-ui_visibility
Fixes #10333: Show available values for ui_visibility field of CustomField for CSV import
2022-09-12 12:56:10 -04:00
Jonathan Senecal
18518ee16d Introduce pyproject.toml
- Tweaked to not break the existing codebase... too much
2022-09-12 11:48:26 -04:00
jeremystretch
fb7848ac67 Fixes #10333: Show available values for ui_visibility field of CustomField for CSV import 2022-09-12 10:36:19 -04:00
Arthur Hanson
722a306416 10310 pre commit yarn (#10315)
* #10310 run yarn pre-commit only if static files changed
2022-09-12 09:16:17 -04:00
jeremystretch
a1931e099d Changelog for #10304, #10307 2022-09-09 17:08:12 -04:00
Jeremy Stretch
67bd2b7414 Merge pull request #10313 from netbox-community/10304-customfield-clone
Fixes #10304: Enable cloning for custom fields & custom links
2022-09-09 17:04:01 -04:00
jeremystretch
93d64dde7a Enable cloning for custom fields & custom links 2022-09-09 16:51:18 -04:00
jeremystretch
e98d0825b3 Move clone() to CloningMixin 2022-09-09 16:44:58 -04:00
Jeremy Stretch
6661d9a4ad Merge pull request #10309 from netbox-community/10307-fix-poe-type
#10307 fix choices for poe type
2022-09-09 16:20:21 -04:00
Arthur
df8d37146e #10307 fix choices for poe type 2022-09-09 07:40:01 -07:00
jeremystretch
f226d984c9 Changelog for #10250, #10294 2022-09-08 16:50:16 -04:00
Jeremy Stretch
7bf8d118e9 Merge pull request #10287 from netbox-community/10250-cable-import-virtual
Fixes #10250: Fix exception when CableTermination validation fails during bulk import of cables
2022-09-08 16:48:02 -04:00
Jeremy Stretch
53cb7d802b Merge pull request #10286 from netbox-community/10259-prefix-flat-link
Fixes #10259: Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed
2022-09-08 16:47:27 -04:00
Arthur
eb001f914c #10172 upgrade Django to 4.1.1 2022-09-08 13:20:27 -07:00
Arthur
754f9d69e3 #8580 changes from code review 2022-09-08 13:11:17 -07:00
jeremystretch
8508aa76a8 Annotate upgrade paths in upgrade documentation 2022-09-08 10:17:46 -04:00