Commit Graph

  • 29cd5f0feb Merge pull request #4112 from netbox-community/4109-devicetype-component-tests Jeremy Stretch 2020-02-06 14:57:10 -0500
  • 077d692d6d
    Merge pull request #4112 from netbox-community/4109-devicetype-component-tests Jeremy Stretch 2020-02-06 14:57:10 -0500
  • 9b189c4e51 Add tests for device type component views Jeremy Stretch 2020-02-06 14:39:36 -0500
  • 5620fdc63e Add tests for device type component views Jeremy Stretch 2020-02-06 14:39:36 -0500
  • 52354d9909 Fix bulk edit buttons Jeremy Stretch 2020-02-06 13:19:25 -0500
  • f7ca97d51f Fix bulk edit buttons Jeremy Stretch 2020-02-06 13:19:25 -0500
  • 3202cbb248 Overhaul device component template creation views/URLs Jeremy Stretch 2020-02-06 13:13:40 -0500
  • d400f92ee8 Overhaul device component template creation views/URLs Jeremy Stretch 2020-02-06 13:13:40 -0500
  • 626205d60d Rename device component edit URLs Jeremy Stretch 2020-02-06 12:18:53 -0500
  • c1792653cc Rename device component edit URLs Jeremy Stretch 2020-02-06 12:18:53 -0500
  • 62cf93fe12 Rename component template deletion URLs Jeremy Stretch 2020-02-06 12:07:00 -0500
  • aebfb143e0 Rename component template deletion URLs Jeremy Stretch 2020-02-06 12:07:00 -0500
  • 86cc2c8a71 Reorganized device component URLs (again) Jeremy Stretch 2020-02-06 11:51:27 -0500
  • ef4ea06f5d Reorganized device component URLs (again) Jeremy Stretch 2020-02-06 11:51:27 -0500
  • 12eea1e097 Simplify help_text for ExpandableNameField Jeremy Stretch 2020-02-06 11:44:29 -0500
  • 85729f3df8 Simplify help_text for ExpandableNameField Jeremy Stretch 2020-02-06 11:44:29 -0500
  • d087c0e13b Remove obsolete ComponentForm Jeremy Stretch 2020-02-06 11:36:25 -0500
  • a2475ee501 Remove obsolete ComponentForm Jeremy Stretch 2020-02-06 11:36:25 -0500
  • a648a3e91e Replace HiddenInput widget on device component creation forms with APISelect Jeremy Stretch 2020-02-06 11:12:19 -0500
  • 71601aad39 Replace HiddenInput widget on device component creation forms with APISelect Jeremy Stretch 2020-02-06 11:12:19 -0500
  • cbcccc7377 Introduce InventoryItemCreateView to bring inventory items up to par with other components Jeremy Stretch 2020-02-06 10:59:13 -0500
  • c1c8b5e816 Introduce InventoryItemCreateView to bring inventory items up to par with other components Jeremy Stretch 2020-02-06 10:59:13 -0500
  • 1dac3be21b Fixes #4074: DNS regex validator mathes 0 or more kobayashi 2020-02-06 02:44:48 -0500
  • 5c9b6f8733 Fixes #4090: Render URL custom fields as links under object view Jeremy Stretch 2020-02-05 17:08:39 -0500
  • 2296cdc222 Fixes #4090: Render URL custom fields as links under object view Jeremy Stretch 2020-02-05 17:08:39 -0500
  • 5da15d128f Reduce number of changelog entries to improve page loading time Jeremy Stretch 2020-02-05 17:01:46 -0500
  • 070b41e694 Reduce number of changelog entries to improve page loading time Jeremy Stretch 2020-02-05 17:01:46 -0500
  • 78fabad227 Fixes #4099: Linkify interfaces on global interfaces list Jeremy Stretch 2020-02-05 16:52:42 -0500
  • d04626e75f Fixes #4099: Linkify interfaces on global interfaces list Jeremy Stretch 2020-02-05 16:52:42 -0500
  • 9fe3d91cd9 Fixes #4091: Fix filtering of objects by custom fields using UI search form Jeremy Stretch 2020-02-05 16:39:42 -0500
  • 68738e683a Fixes #4091: Fix filtering of objects by custom fields using UI search form Jeremy Stretch 2020-02-05 16:39:42 -0500
  • f313b76cc0 Merge pull request #4096 from elju/patch-1 Jeremy Stretch 2020-02-05 16:25:34 -0500
  • 3f2c74f5e7
    Merge pull request #4096 from elju/patch-1 Jeremy Stretch 2020-02-05 16:25:34 -0500
  • ec5a5551c2 Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns Jeremy Stretch 2020-02-05 16:12:48 -0500
  • a58bbccfd3 Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns Jeremy Stretch 2020-02-05 16:12:48 -0500
  • d107284bed Merge pull request #4098 from netbox-community/4086-device-component-urls Jeremy Stretch 2020-02-05 16:03:14 -0500
  • b1e78fa3c4
    Merge pull request #4098 from netbox-community/4086-device-component-urls Jeremy Stretch 2020-02-05 16:03:14 -0500
  • 2f8e1c49b4 Move model_to_dict() into assertInstanceEqual(); clean up test data Jeremy Stretch 2020-02-05 15:47:50 -0500
  • 0d3ff664b6 Move model_to_dict() into assertInstanceEqual(); clean up test data Jeremy Stretch 2020-02-05 15:47:50 -0500
  • 05a4f30af3 Adapt component creation forms to infer parent device/VM from initial or bound data Jeremy Stretch 2020-02-05 15:29:35 -0500
  • b0c0ad7c82 Adapt component creation forms to infer parent device/VM from initial or bound data Jeremy Stretch 2020-02-05 15:29:35 -0500
  • 219d609485 Enable bulk creation tests for device components Jeremy Stretch 2020-02-05 15:22:57 -0500
  • 0ad613e6b4 Enable bulk creation tests for device components Jeremy Stretch 2020-02-05 15:22:57 -0500
  • 4ee713c54f Move component bulk creation views to new URLs Jeremy Stretch 2020-02-05 12:36:38 -0500
  • 75906f7591 Move component bulk creation views to new URLs Jeremy Stretch 2020-02-05 12:36:38 -0500
  • 27a4aaac25 Updated forms.py to match current naming El Ju 2020-02-05 17:26:44 +0100
  • c49d977379
    Updated forms.py to match current naming El Ju 2020-02-05 17:26:44 +0100
  • e243a72526 Enable tests for component bulk edit views Jeremy Stretch 2020-02-05 11:14:07 -0500
  • 6b9fa5e76f Enable tests for component bulk edit views Jeremy Stretch 2020-02-05 11:14:07 -0500
  • 0fb65d82f6 Fix component bulk edit views Jeremy Stretch 2020-02-05 10:26:22 -0500
  • 57a0cf0a33 Fix component bulk edit views Jeremy Stretch 2020-02-05 10:26:22 -0500
  • 7e10bdb2cd Tweak BulkEditView to improve handling of initial PK values Jeremy Stretch 2020-02-05 09:15:48 -0500
  • f8ce67c69f Tweak BulkEditView to improve handling of initial PK values Jeremy Stretch 2020-02-05 09:15:48 -0500
  • 2468628ed9 Removed empty exclude Saria Hajjar 2020-02-05 11:11:41 +0000
  • 1b2928d584 Fixes #4089: Selection of power outlet type during bulk update is optional Jeremy Stretch 2020-02-04 20:49:42 -0500
  • d0295f089d Fixes #4089: Selection of power outlet type during bulk update is optional Jeremy Stretch 2020-02-04 20:49:42 -0500
  • 0987680d0c Adapt BulkEditView to not require a parent object for device components Jeremy Stretch 2020-02-04 18:08:40 -0500
  • f805b57778 Adapt BulkEditView to not require a parent object for device components Jeremy Stretch 2020-02-04 18:08:40 -0500
  • 4c4c707daf Add InterfaceTestCase for virtual machines Jeremy Stretch 2020-02-04 16:40:18 -0500
  • 3e79b9d26a Add InterfaceTestCase for virtual machines Jeremy Stretch 2020-02-04 16:40:18 -0500
  • c1e02af946 Move component bulk delete views to new URLs Jeremy Stretch 2020-02-04 16:06:55 -0500
  • c1639b7781 Move component bulk delete views to new URLs Jeremy Stretch 2020-02-04 16:06:55 -0500
  • 23482043a2 Reorder URLs Jeremy Stretch 2020-02-04 15:41:15 -0500
  • fca347e49e Reorder URLs Jeremy Stretch 2020-02-04 15:41:15 -0500
  • 6d2efe0b3e Post-release version bump Jeremy Stretch 2020-02-04 15:06:58 -0500
  • 32623148dc Post-release version bump Jeremy Stretch 2020-02-04 15:06:58 -0500
  • 50fe62acfa Merge pull request #4088 from netbox-community/develop Jeremy Stretch 2020-02-04 15:04:34 -0500
  • 68fbd9b017
    Merge pull request #4088 from netbox-community/develop v2.7.4 Jeremy Stretch 2020-02-04 15:04:34 -0500
  • da58e86dc2 Release v2.7.4 Jeremy Stretch 2020-02-04 14:57:12 -0500
  • 11d67509e0 Release v2.7.4 Jeremy Stretch 2020-02-04 14:57:12 -0500
  • 59a447029f Merge pull request #4087 from netbox-community/4085-dcim-component-view-tests Jeremy Stretch 2020-02-04 14:51:48 -0500
  • c96fc6e21a
    Merge pull request #4087 from netbox-community/4085-dcim-component-view-tests Jeremy Stretch 2020-02-04 14:51:48 -0500
  • 53ced89124 Convert all DCIM component view tests to use StandardTestCases Jeremy Stretch 2020-02-04 14:25:02 -0500
  • 763d9b9cf7 Convert all DCIM component view tests to use StandardTestCases Jeremy Stretch 2020-02-04 14:25:02 -0500
  • 7b5b372b94 Introduce create_test_device() to reduce test setup boilerplate Jeremy Stretch 2020-02-04 11:58:52 -0500
  • bece1155ee Introduce create_test_device() to reduce test setup boilerplate Jeremy Stretch 2020-02-04 11:58:52 -0500
  • f9fdb08c27 Fixes #4084: Fix exception when creating an interface with tagged VLANs Jeremy Stretch 2020-02-04 11:47:14 -0500
  • cbe090cd3c Fixes #4084: Fix exception when creating an interface with tagged VLANs Jeremy Stretch 2020-02-04 11:47:14 -0500
  • aab5bb31de #3894 follow-up Jeremy Stretch 2020-02-04 10:09:22 -0500
  • c3a6a4520a #3894 follow-up Jeremy Stretch 2020-02-04 10:09:22 -0500
  • 1620f80492 Merge pull request #3894 from hSaria/2921-tags-select2 Jeremy Stretch 2020-02-04 09:38:14 -0500
  • 67e427403f
    Merge pull request #3894 from hSaria/2921-tags-select2 Jeremy Stretch 2020-02-04 09:38:14 -0500
  • 1e42fc2ed5 Merge branch 'develop' into 2921-tags-select2 Jeremy Stretch 2020-02-04 09:37:31 -0500
  • 0d41d12267
    Merge branch 'develop' into 2921-tags-select2 Jeremy Stretch 2020-02-04 09:37:31 -0500
  • 321b707976 Changelog for #3313 Jeremy Stretch 2020-02-03 16:20:29 -0500
  • efb7f151ec Changelog for #3313 Jeremy Stretch 2020-02-03 16:20:29 -0500
  • de3be8ad2e Merge pull request #4011 from hSaria/3313-config-context-gui Jeremy Stretch 2020-02-03 16:13:58 -0500
  • fe22a8d0af
    Merge pull request #4011 from hSaria/3313-config-context-gui Jeremy Stretch 2020-02-03 16:13:58 -0500
  • 415efc4bfc Merge branch 'develop' into 3313-config-context-gui Jeremy Stretch 2020-02-03 16:07:15 -0500
  • ed99158391
    Merge branch 'develop' into 3313-config-context-gui Jeremy Stretch 2020-02-03 16:07:15 -0500
  • 9ee8ba1e2c Changelog for #3886 Jeremy Stretch 2020-02-03 16:04:25 -0500
  • b0f7feefa8 Changelog for #3886 Jeremy Stretch 2020-02-03 16:04:25 -0500
  • 4601cb7332 Merge pull request #4014 from hSaria/3886-config-context-cluster Jeremy Stretch 2020-02-03 16:02:56 -0500
  • fcd8e93e2e
    Merge pull request #4014 from hSaria/3886-config-context-cluster Jeremy Stretch 2020-02-03 16:02:56 -0500
  • 46643c2c77 Merge pull request #4064 from netbox-community/3961-change-systemd-instructions Jeremy Stretch 2020-02-03 15:46:20 -0500
  • 173c530fab
    Merge pull request #4064 from netbox-community/3961-change-systemd-instructions Jeremy Stretch 2020-02-03 15:46:20 -0500
  • c3a3546c61 Update GitHub issue templates Jeremy Stretch 2020-02-03 14:45:36 -0500
  • 0a87df48ab Update GitHub issue templates Jeremy Stretch 2020-02-03 14:45:36 -0500
  • 4c8fed4259 Fixes #4079: Fix assignment of power panel when bulk editing power feeds Jeremy Stretch 2020-02-03 14:34:47 -0500
  • eef79e1443 Fixes #4079: Fix assignment of power panel when bulk editing power feeds Jeremy Stretch 2020-02-03 14:34:47 -0500