Jeremy Stretch
|
626205d60d
|
Rename device component edit URLs
|
2020-02-06 12:18:53 -05:00 |
|
Jeremy Stretch
|
62cf93fe12
|
Rename component template deletion URLs
|
2020-02-06 12:16:28 -05:00 |
|
Jeremy Stretch
|
86cc2c8a71
|
Reorganized device component URLs (again)
|
2020-02-06 11:51:27 -05:00 |
|
Jeremy Stretch
|
12eea1e097
|
Simplify help_text for ExpandableNameField
|
2020-02-06 11:44:29 -05:00 |
|
Jeremy Stretch
|
d087c0e13b
|
Remove obsolete ComponentForm
|
2020-02-06 11:36:25 -05:00 |
|
Jeremy Stretch
|
a648a3e91e
|
Replace HiddenInput widget on device component creation forms with APISelect
|
2020-02-06 11:29:50 -05:00 |
|
Jeremy Stretch
|
cbcccc7377
|
Introduce InventoryItemCreateView to bring inventory items up to par with other components
|
2020-02-06 10:59:13 -05:00 |
|
Jeremy Stretch
|
5c9b6f8733
|
Fixes #4090: Render URL custom fields as links under object view
|
2020-02-05 17:08:39 -05:00 |
|
Jeremy Stretch
|
5da15d128f
|
Reduce number of changelog entries to improve page loading time
|
2020-02-05 17:01:46 -05:00 |
|
Jeremy Stretch
|
78fabad227
|
Fixes #4099: Linkify interfaces on global interfaces list
|
2020-02-05 16:52:42 -05:00 |
|
Jeremy Stretch
|
9fe3d91cd9
|
Fixes #4091: Fix filtering of objects by custom fields using UI search form
|
2020-02-05 16:39:42 -05:00 |
|
Jeremy Stretch
|
f313b76cc0
|
Merge pull request #4096 from elju/patch-1
Updated forms.py to match current naming (Fix for #4095)
|
2020-02-05 16:25:34 -05:00 |
|
Jeremy Stretch
|
ec5a5551c2
|
Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns
|
2020-02-05 16:12:48 -05:00 |
|
Jeremy Stretch
|
d107284bed
|
Merge pull request #4098 from netbox-community/4086-device-component-urls
Closes #4086: Rename device component create/edit/delete URLs
|
2020-02-05 16:03:14 -05:00 |
|
Jeremy Stretch
|
2f8e1c49b4
|
Move model_to_dict() into assertInstanceEqual(); clean up test data
|
2020-02-05 15:47:50 -05:00 |
|
Jeremy Stretch
|
05a4f30af3
|
Adapt component creation forms to infer parent device/VM from initial or bound data
|
2020-02-05 15:31:30 -05:00 |
|
Jeremy Stretch
|
219d609485
|
Enable bulk creation tests for device components
|
2020-02-05 15:22:57 -05:00 |
|
Jeremy Stretch
|
4ee713c54f
|
Move component bulk creation views to new URLs
|
2020-02-05 12:36:38 -05:00 |
|
El Ju
|
27a4aaac25
|
Updated forms.py to match current naming
|
2020-02-05 17:26:44 +01:00 |
|
Jeremy Stretch
|
e243a72526
|
Enable tests for component bulk edit views
|
2020-02-05 11:14:07 -05:00 |
|
Jeremy Stretch
|
0fb65d82f6
|
Fix component bulk edit views
|
2020-02-05 10:28:39 -05:00 |
|
Jeremy Stretch
|
7e10bdb2cd
|
Tweak BulkEditView to improve handling of initial PK values
|
2020-02-05 09:56:49 -05:00 |
|
Jeremy Stretch
|
1b2928d584
|
Fixes #4089: Selection of power outlet type during bulk update is optional
|
2020-02-04 20:49:42 -05:00 |
|
Jeremy Stretch
|
0987680d0c
|
Adapt BulkEditView to not require a parent object for device components
|
2020-02-04 18:08:40 -05:00 |
|
Jeremy Stretch
|
4c4c707daf
|
Add InterfaceTestCase for virtual machines
|
2020-02-04 16:40:18 -05:00 |
|
Jeremy Stretch
|
c1e02af946
|
Move component bulk delete views to new URLs
|
2020-02-04 16:06:55 -05:00 |
|
Jeremy Stretch
|
23482043a2
|
Reorder URLs
|
2020-02-04 15:41:15 -05:00 |
|
Jeremy Stretch
|
6d2efe0b3e
|
Post-release version bump
|
2020-02-04 15:06:58 -05:00 |
|
Jeremy Stretch
|
da58e86dc2
|
Release v2.7.4
|
2020-02-04 14:57:12 -05:00 |
|
Jeremy Stretch
|
59a447029f
|
Merge pull request #4087 from netbox-community/4085-dcim-component-view-tests
Closes #4085: Standardize device component view tests
|
2020-02-04 14:51:48 -05:00 |
|
Jeremy Stretch
|
53ced89124
|
Convert all DCIM component view tests to use StandardTestCases
|
2020-02-04 14:25:02 -05:00 |
|
Jeremy Stretch
|
7b5b372b94
|
Introduce create_test_device() to reduce test setup boilerplate
|
2020-02-04 11:58:52 -05:00 |
|
Jeremy Stretch
|
f9fdb08c27
|
Fixes #4084: Fix exception when creating an interface with tagged VLANs
|
2020-02-04 11:47:14 -05:00 |
|
Jeremy Stretch
|
aab5bb31de
|
#3894 follow-up
|
2020-02-04 10:09:22 -05:00 |
|
Jeremy Stretch
|
1620f80492
|
Merge pull request #3894 from hSaria/2921-tags-select2
Fixes #2921: Replace tags filter with Select2 widget
|
2020-02-04 09:38:14 -05:00 |
|
Jeremy Stretch
|
1e42fc2ed5
|
Merge branch 'develop' into 2921-tags-select2
|
2020-02-04 09:37:31 -05:00 |
|
Jeremy Stretch
|
321b707976
|
Changelog for #3313
|
2020-02-03 16:20:29 -05:00 |
|
Jeremy Stretch
|
de3be8ad2e
|
Merge pull request #4011 from hSaria/3313-config-context-gui
Fixes #3313: YAML-format the config context in the GUI
|
2020-02-03 16:13:58 -05:00 |
|
Jeremy Stretch
|
415efc4bfc
|
Merge branch 'develop' into 3313-config-context-gui
|
2020-02-03 16:07:15 -05:00 |
|
Jeremy Stretch
|
9ee8ba1e2c
|
Changelog for #3886
|
2020-02-03 16:04:25 -05:00 |
|
Jeremy Stretch
|
4601cb7332
|
Merge pull request #4014 from hSaria/3886-config-context-cluster
Fixes #3886: Config context cluster (group)
|
2020-02-03 16:02:56 -05:00 |
|
Jeremy Stretch
|
46643c2c77
|
Merge pull request #4064 from netbox-community/3961-change-systemd-instructions
Fixes: #3961 - Update migrate-to-systemd.md documentation
|
2020-02-03 15:46:20 -05:00 |
|
Jeremy Stretch
|
c3a3546c61
|
Update GitHub issue templates
|
2020-02-03 14:45:36 -05:00 |
|
Jeremy Stretch
|
4c8fed4259
|
Fixes #4079: Fix assignment of power panel when bulk editing power feeds
|
2020-02-03 14:34:47 -05:00 |
|
Jeremy Stretch
|
c98f4175b5
|
Merge pull request #4080 from netbox-community/4077-view-tests
Closes #4077: Add tests for bulk edit/delete views
|
2020-02-03 14:32:56 -05:00 |
|
Jeremy Stretch
|
652541bf42
|
Add view tests for power panels and power feeds
|
2020-02-03 14:25:06 -05:00 |
|
Jeremy Stretch
|
701d05c903
|
Correct view for PowerFeed creation URL
|
2020-02-03 14:24:32 -05:00 |
|
Jeremy Stretch
|
5e1a14c314
|
Add bulk edit view tests
|
2020-02-03 13:53:19 -05:00 |
|
Jeremy Stretch
|
405f00154c
|
Skip non-model fields when applying bulk changes
|
2020-02-03 13:07:46 -05:00 |
|
Jeremy Stretch
|
8a374b16b5
|
Correct nullable_fields for ServiceBulkEditForm
|
2020-02-03 12:25:20 -05:00 |
|