Commit Graph

10512 Commits

Author SHA1 Message Date
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
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
70416bb0fe Closes #9577: Add has_front_image and has_rear_image filters for device types 2022-09-13 14:14:18 -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
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
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
Jeremy Stretch
006c30e7ea Merge pull request #10296 from kkthxbye-code/10294-fix-wwn-changelog
Fixes #10294 - Don't return empty string for empty wwn form field
2022-09-08 09:32:53 -04:00
jeremystretch
c2e2e346ea Add Repography stats 2022-09-08 09:18:45 -04:00
kkthxbye-code
cc63073180 Add wwn CharField to InterfaceForm 2022-09-08 11:38:39 +02:00
Arthur
4d01182da0 #8580 add interface filters for connected 2022-09-07 15:45:01 -07:00
kkthxbye-code
62c20a0df8 Allow running scripts nested in modules/packages 2022-09-07 22:33:24 +02:00
jeremystretch
b7b9db5587 Fixes #10250: Fix exception when CableTermination validation fails during bulk import of cables 2022-09-07 14:41:48 -04:00
jeremystretch
a0898a3ec9 Fixes #10259: Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed 2022-09-07 14:30:51 -04:00
jeremystretch
8d27bb9595 Closes #10268: Omit trailing ".0" in device positions within UI 2022-09-07 14:09:17 -04:00
jeremystretch
fd195ed395 Changelog for #9231, #10270, #10278 2022-09-07 13:59:00 -04:00
Jeremy Stretch
096d35f79f Merge pull request #10285 from netbox-community/10278-rack-photo-add-another
#10278 fix attaching an image to a rack "Create & Add Another"
2022-09-07 13:56:13 -04:00
Jeremy Stretch
1adb96eff8 Merge pull request #10283 from netbox-community/10270-save-custom-boolean
#10270 - fix custom field validation for IPAM services
2022-09-07 13:54:24 -04:00
Jeremy Stretch
2502110e0e Merge pull request #10281 from netbox-community/9231-empty-search
9231 fix empty search
2022-09-07 13:53:33 -04:00
Arthur
556bb299c5 #10278 add get_extra_addanother_params 2022-09-07 10:40:24 -07:00
Arthur
ba2cd9bc87 #10270 - fix custom field validation for ipam services 2022-09-07 08:45:56 -07:00
jeremystretch
bb9c0c71ae Add installation video to docs 2022-09-07 11:23:13 -04:00
Arthur
dc7fec5884 #9231 add comment 2022-09-07 08:09:28 -07:00
Arthur
294739e503 #9231 call class method 2022-09-06 18:04:29 -07:00