devon-mar
|
25fc04ce28
|
Add device & vm to FHRPGroupAssignmentFilterSet (#9314)
* Add device & vm to `FHRPGroupAssignmentFilterSet`
* Apply suggestions from code review
* Update netbox/ipam/tests/test_filtersets.py
* Update netbox/ipam/filtersets.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
|
2022-05-11 10:27:50 -04:00 |
|
Jeremy Stretch
|
83c68c2203
|
Merge pull request #9331 from kkthxbye-code/fix-9001
Fixes #9001 & #9190 - Add form validation to model installation
|
2022-05-11 10:04:06 -04:00 |
|
jeremystretch
|
ab7244ae49
|
Add security document
|
2022-05-11 09:12:07 -04:00 |
|
jeremystretch
|
e421c352d6
|
Fixes #9330: Add missing module_type field to REST API serializers for modular device component templates
|
2022-05-11 08:57:19 -04:00 |
|
jeremystretch
|
a7944e4da2
|
Fixes #9333: Annotate unit on interface speed field
|
2022-05-11 08:09:51 -04:00 |
|
kkthxbye-code
|
04256b36e8
|
Fix pep8
|
2022-05-10 17:53:01 +02:00 |
|
kkthxbye-code
|
fe1dc847cc
|
Added form validation to model installation
Raises a ValidationError whenever installation would cause a foreign key violation.
|
2022-05-10 17:50:33 +02:00 |
|
CroogQT
|
1566028798
|
yarn bundle.
|
2022-05-06 12:16:45 -07:00 |
|
CroogQT
|
b6a0751d4f
|
prettier fixes
|
2022-05-06 11:44:34 -07:00 |
|
CroogQT
|
25aaa6ec2b
|
added JSDoc comments
|
2022-05-06 11:43:18 -07:00 |
|
CroogQT
|
68ad7273bf
|
various punctuation and spacing fixes
|
2022-05-06 11:33:00 -07:00 |
|
jeremystretch
|
75b25f060e
|
Fixes #9313: Remove HTML code from CSV output of many-to-many relationships
|
2022-05-06 10:26:02 -04:00 |
|
jeremystretch
|
b647c8b112
|
Fixes #9306: Include VC master interfaces when selecting a LAG/bridge for a VC member interface
|
2022-05-06 09:47:52 -04:00 |
|
jeremystretch
|
e8cfefad09
|
Fixes #9311: Permit creating contact assignment without a priority via the REST API
|
2022-05-06 09:25:40 -04:00 |
|
kkthxbye
|
fc8467c942
|
Merge pull request #9312 from kkthxbye-code/fix-9310
Fixes #9310 - Remove stray characters from Config Context tab
|
2022-05-06 13:58:47 +02:00 |
|
kkthxbye
|
02cd66dfd3
|
Remove stray characters from Config Context tab
|
2022-05-06 08:01:15 +02:00 |
|
CroogQT
|
2c314c454e
|
Fixed variable type issue...i think.
|
2022-05-05 15:24:16 -07:00 |
|
CroogQT
|
88766b836b
|
fixed text deselection and refactor
|
2022-05-05 15:01:40 -07:00 |
|
CroogQT
|
4e4f7f12f2
|
is this supposed to be ignored?
|
2022-05-05 13:27:09 -07:00 |
|
CroogQT
|
4bd787652e
|
click event calls multiselect function
|
2022-05-05 13:24:50 -07:00 |
|
CroogQT
|
56cd35dcec
|
silly text highlight workaround...
|
2022-05-05 13:24:12 -07:00 |
|
CroogQT
|
3c3fcb3844
|
added main multi-select function
|
2022-05-05 13:23:43 -07:00 |
|
CroogQT
|
f94f488a75
|
clicking a PkCheckbox updates state
|
2022-05-05 12:37:28 -07:00 |
|
CroogQT
|
86d2774c92
|
now exports multiselect function
|
2022-05-05 12:36:17 -07:00 |
|
CroogQT
|
5266daf280
|
now exports previousPkCheck.ts
|
2022-05-05 12:14:15 -07:00 |
|
CroogQT
|
6f85f6d755
|
create store to store previously checked element
|
2022-05-05 12:13:02 -07:00 |
|
CroogQT
|
74e2781697
|
add file, skeleton from "select all"
|
2022-05-05 12:11:02 -07:00 |
|
jeremystretch
|
16abd147b5
|
Changelog for #9280
|
2022-05-05 14:14:49 -04:00 |
|
Jeremy Stretch
|
71a3a1153c
|
Merge pull request #9281 from kkthxbye-code/adopt-module-component
Fixes #9280 - Add option to adopt existing DeviceComponents
|
2022-05-05 10:29:20 -04:00 |
|
kkthxbye-code
|
a6d087c964
|
Fix test_module_component_adoption
|
2022-05-05 09:30:13 +02:00 |
|
kkthxbye-code
|
36d1b1bcb8
|
Prefetch installed components when adding modules
|
2022-05-04 23:21:03 +02:00 |
|
kkthxbye-code
|
3a77223771
|
Don't adopt components already belonging to a module
|
2022-05-04 22:59:28 +02:00 |
|
jeremystretch
|
919b2a1565
|
Closes #9260: Apply user preferences to tables under object detail views
|
2022-05-04 15:46:13 -04:00 |
|
jeremystretch
|
612df4061d
|
#8998: Add region filter for rack reservations; Add filter tests
|
2022-05-04 14:29:36 -04:00 |
|
jeremystretch
|
c8b34d7794
|
Changelog for #8894, #8998, #9122; PEP8 fix
|
2022-05-04 14:19:09 -04:00 |
|
Jeremy Stretch
|
e45f8ad98f
|
Merge pull request #9147 from minitriga/issue_8998
Closes #8998: Add site group filter to racks
|
2022-05-04 14:16:35 -04:00 |
|
Jeremy Stretch
|
bbe4d3684c
|
Merge pull request #9150 from minitriga/issue_8894
Closes #8894: Add first and last name username user api select
|
2022-05-04 14:09:38 -04:00 |
|
Jeremy Stretch
|
87e93f120f
|
Merge pull request #9256 from kkthxbye-code/fix-9122
Fix #9122 - Clear the cache when running the upgrade script
|
2022-05-04 14:03:48 -04:00 |
|
jeremystretch
|
6fc395d4f5
|
Changelog for #9267, #9278
|
2022-05-04 13:59:38 -04:00 |
|
Jeremy Stretch
|
7100ca426c
|
Merge pull request #9288 from huntabyte/develop
Closes #9278: Linkify device type in manufacturer table
|
2022-05-04 13:43:16 -04:00 |
|
kkthxbye
|
0c181614cd
|
Fix PEP8
|
2022-05-04 09:16:19 +02:00 |
|
kkthxbye
|
e49c5c8200
|
Add view test for module component adoption
|
2022-05-04 08:58:42 +02:00 |
|
Hunter Johnston
|
c574b9d2f4
|
Closes #9278: Linkify device type in manufacturer table
|
2022-05-03 18:34:32 -04:00 |
|
kkthxbye-code
|
02358baef2
|
Allow mixture of component replication and adoption
|
2022-05-03 22:03:12 +02:00 |
|
minitriga
|
b8acf8d56b
|
Update netbox/dcim/forms/filtersets.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
|
2022-05-03 11:47:37 +01:00 |
|
minitriga
|
e009b047c6
|
Update netbox/dcim/forms/filtersets.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
|
2022-05-03 11:47:32 +01:00 |
|
Alex Gittings
|
fc4aff2018
|
add get_display to users serializer
|
2022-05-03 10:45:08 +00:00 |
|
minitriga
|
f621bf739e
|
Update netbox/users/api/nested_serializers.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
|
2022-05-03 09:01:06 +01:00 |
|
minitriga
|
e5f20dec8d
|
Update netbox/users/api/nested_serializers.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
|
2022-05-03 09:00:52 +01:00 |
|
kkthxbye-code
|
4c74cbc060
|
Formatting: Remove whitespace on blank line
|
2022-05-02 21:55:34 +02:00 |
|