jeremystretch
ada5c58acf
Closes #10529 : Run validation on each value of a multi-value filter
2022-09-30 15:05:13 -04:00
jeremystretch
d486fa8452
Changelog for #9045 , #9046 , #9071
2022-09-28 17:18:31 -04:00
Jeremy Stretch
c95ad5b208
Merge pull request #10441 from netbox-community/9071-plugin-menu
...
9071 add header to plugin menu
2022-09-28 17:08:10 -04:00
Jeremy Stretch
5382ac20b6
Merge pull request #10488 from netbox-community/9249-device-vm-names
...
Closes #9249 : Ignore case for device/VM names
2022-09-28 17:05:57 -04:00
jeremystretch
3fbd514417
Add test for plugin menu registration
2022-09-28 16:57:40 -04:00
jeremystretch
d0465242a3
Add documentation for PluginMenu
2022-09-28 16:44:16 -04:00
jeremystretch
db90b084cf
Enable plugins to create root-level navigation menus
2022-09-28 16:08:03 -04:00
jeremystretch
00d2dcda68
Refactor navigation resources and menu
2022-09-28 15:56:09 -04:00
Arthur Hanson
20e3fdc782
#9045 #9046 - remove legacy fields from Provider ( #10377 )
...
* #9045 - remove legacy fields from Provider
* Add safegaurd for legacy data to migration
* 9045 remove fields from forms and tables
* Update unrelated tests to use ASN model instead of Provider
* Fix migrations collision
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-09-28 15:22:19 -04:00
jeremystretch
ad6a7086c4
Changelog for #9249
2022-09-27 16:52:14 -04:00
jeremystretch
e977333177
Update device/VM name filters to be case-insensitive
2022-09-27 16:48:39 -04:00
jeremystretch
1d4f828b93
Device/VM unique constraints ignore case for name field
2022-09-27 16:47:56 -04:00
Jeremy Stretch
c349e06346
Merge pull request #10368 from netbox-community/10361-unique-constraints
...
Closes #10361 : Migrate from unique_together to UniqueConstraints
2022-09-27 15:55:44 -04:00
jeremystretch
7ff2cb75a8
Use templated app & model names for all unique constraints
2022-09-27 15:44:38 -04:00
jeremystretch
f51415cf2c
Replace unique_together with UniqueConstraints
2022-09-27 15:35:24 -04:00
jeremystretch
ec6457bcd3
Remove custom validate_unique() methods
2022-09-27 14:28:21 -04:00
jeremystretch
6016e1b15d
Changelog & cleanup for #9892
2022-09-27 09:55:35 -04:00
Jeremy Stretch
d08d5620da
Merge pull request #10424 from netbox-community/9892-fhrpgroup-name
...
9892 fhrpgroup name
2022-09-27 09:48:11 -04:00
Arthur
7deb9fde9e
9071 add documentation
2022-09-26 14:41:46 -07:00
Arthur
b134d2a7b0
9071 fix test
2022-09-26 14:23:53 -07:00
Arthur
36f31228ff
Merge branch 'feature' into 9071-plugin-menu
2022-09-26 14:09:44 -07:00
Arthur
8103ad3b9e
9892 add name to str
2022-09-26 13:57:09 -07:00
Arthur
10cb3c2c3d
9892 add name to str
2022-09-26 13:54:49 -07:00
Arthur
5ce805db2e
9892 doh - fix tests
2022-09-26 12:56:16 -07:00
Arthur
3eeb31d577
9892 doh - fix tests
2022-09-26 11:49:51 -07:00
Arthur
e11d594122
9892 add supporting tests, form fields
2022-09-26 11:39:43 -07:00
Arthur
600c437af5
Merge branch 'feature' into 9892-fhrpgroup-name
2022-09-26 11:10:25 -07:00
jeremystretch
0280ddcbe9
Merge branch 'develop' into feature
2022-09-26 11:55:58 -04:00
jeremystretch
96784640e3
Changelog for #10435 , #10439
2022-09-26 10:27:35 -04:00
Jeremy Stretch
b75d12fe05
Merge pull request #10442 from netbox-community/10435-untagged-vlan
...
10435 check if vm.cluster in qs
2022-09-26 10:25:48 -04:00
Jeremy Stretch
5e389c32ed
Merge pull request #10463 from netbox-community/revert-10410-10408-add-contact
...
Revert "10408 add error message if already exists"
2022-09-26 10:24:54 -04:00
Jeremy Stretch
fd89ef04b6
Revert "10408 add error message if already exists"
2022-09-26 10:24:40 -04:00
Jeremy Stretch
abcc10e938
Merge pull request #10410 from netbox-community/10408-add-contact
...
10408 add error message if already exists
2022-09-26 10:24:23 -04:00
jeremystretch
3ad337dd15
Filter VLANs and VLANGroups by site or cluster site for VM
2022-09-26 10:08:54 -04:00
Jeremy Stretch
a527767caa
Merge pull request #10455 from miaow2/10439-airlow-widget
...
10439 Add widget for Airflow field in DeviceTypeForm
2022-09-26 09:20:48 -04:00
Arthur Hanson
39129ecedf
10407 fix documentation link to requests ( #10409 )
...
* 10407 fix documentation link to requests
* Append page heading to URL
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-09-26 09:17:02 -04:00
Artem I. Kotik
c97d2d4fe9
Add widget for Airflow field in DeviceTypeForm
2022-09-24 15:49:23 +04:00
Arthur
5a018afbc4
Merge branch 'develop' into feature
2022-09-23 12:37:19 -07:00
Arthur
7735634649
10435 check if vm.cluster in qs
2022-09-22 10:34:37 -07:00
Arthur
e074570b8f
9071 add header to plugin menu
2022-09-22 10:01:19 -07:00
Jonathan Senecal
148c6a6c23
Merge pull request #10432 from netbox-community/10431-pylance-is-no-longer-working-by-default-in-vscode
...
Add [tool.pyright] to pyproject.toml and fix #10431
2022-09-21 15:33:25 -04:00
Jonathan Senecal
360172cad0
Add [tool.pyright] to pyproject.toml
2022-09-21 15:19:40 -04:00
Arthur
a5421ae170
9892 add FHRP group name
2022-09-20 16:13:01 -07:00
Arthur
5d07f2c837
9892 add FHRP group name
2022-09-20 16:03:55 -07:00
Arthur
e95708fe08
Merge branch 'develop' into feature
2022-09-20 08:52:37 -07:00
Daniel Sheppard
75c91232b4
Update changelog for #9497
2022-09-20 09:49:46 -05:00
Daniel Sheppard
0190c0225e
Merge pull request #10420 from netbox-community/9497-fix-site-location-nonracked-device-display
...
Fixes #9497 - Change non-racked filter for sites/locations
2022-09-20 09:48:09 -05:00
Daniel Sheppard
86d366be4d
Fixes #9651 - Document Pre-Change process for scripts
2022-09-20 09:46:23 -05:00
Daniel Sheppard
71d71a6b1b
Fixes #9497 - Change filter for sites/locations
2022-09-20 09:26:40 -05:00
Arthur
ed3d04c7ba
Merge branch 'develop' into feature
2022-09-19 15:51:54 -07:00