Commit Graph

  • 487013fd25 Call restrict() when retrieving related Graphs Jeremy Stretch 2020-06-29 10:02:00 -0400
  • 0dbe248df8 Call restrict() when retrieving related Graphs Jeremy Stretch 2020-06-29 10:02:00 -0400
  • d2ff019306 refactor migration John Anderson 2020-06-29 04:22:01 -0400
  • 1681dbfa39 refactor migration John Anderson 2020-06-29 04:22:01 -0400
  • ec4be16aef Implements #2006 - run reports and scripts in the background John Anderson 2020-06-29 03:50:05 -0400
  • 3777fbccc3 Implements #2006 - run reports and scripts in the background John Anderson 2020-06-29 03:50:05 -0400
  • 3f75f934e0 Apply restrict_form_fields() to import views Jeremy Stretch 2020-06-26 16:26:22 -0400
  • 86d1370512 Apply restrict_form_fields() to import views Jeremy Stretch 2020-06-26 16:26:22 -0400
  • f6986ef525 Update test methods to call unrestricted() on RestrictedQuerySets Jeremy Stretch 2020-06-26 16:15:21 -0400
  • 8c0adc9c61 Update test methods to call unrestricted() on RestrictedQuerySets Jeremy Stretch 2020-06-26 16:15:21 -0400
  • b1f41b917b add missing NEMA power ports/outlets (#4784) Ryan Merolle 2020-06-26 15:34:38 -0400
  • c8461095c9
    add missing NEMA power ports/outlets (#4784) Ryan Merolle 2020-06-26 15:34:38 -0400
  • 3086a7f4ec Use unrestricted() when compiling ObjectPermissions for user Jeremy Stretch 2020-06-26 15:28:08 -0400
  • a452e78fa6 Use unrestricted() when compiling ObjectPermissions for user Jeremy Stretch 2020-06-26 15:28:08 -0400
  • 8b30972836 Fix the initial permissions check on create/edit view tests Jeremy Stretch 2020-06-26 15:21:59 -0400
  • 04571ce920 Fix the initial permissions check on create/edit view tests Jeremy Stretch 2020-06-26 15:21:59 -0400
  • 2ebceb85af Fix the initial permissions check on create/edit/delete view tests Jeremy Stretch 2020-06-26 15:17:07 -0400
  • 5dfa80c0b9 Fix the initial permissions check on create/edit/delete view tests Jeremy Stretch 2020-06-26 15:17:07 -0400
  • a755b603ea Link to cable termination objects Jeremy Stretch 2020-06-26 15:13:41 -0400
  • 40c416618a Link to cable termination objects Jeremy Stretch 2020-06-26 15:13:41 -0400
  • b0bbf53b3a Apply restrict_form_fields() to bulk edit views Jeremy Stretch 2020-06-26 15:11:05 -0400
  • 9a1531442a Apply restrict_form_fields() to bulk edit views Jeremy Stretch 2020-06-26 15:11:05 -0400
  • b6d857921e Remove redundant ObjectPermissionViewTestCase Jeremy Stretch 2020-06-26 15:00:47 -0400
  • 6128ef4b37 Remove redundant ObjectPermissionViewTestCase Jeremy Stretch 2020-06-26 15:00:47 -0400
  • 05fd90fa63 Fix create, edit view test methods Jeremy Stretch 2020-06-26 14:48:04 -0400
  • 84db1adfaf Fix create, edit view test methods Jeremy Stretch 2020-06-26 14:48:04 -0400
  • a6f2f148f7 Fix automatic creation of UserConfig for user created via admin UI Jeremy Stretch 2020-06-26 14:29:24 -0400
  • 2c354c7f86 Fix automatic creation of UserConfig for user created via admin UI Jeremy Stretch 2020-06-26 14:29:24 -0400
  • d8d520a6d6 Introduce restrict_form_fields() to automatically restrict field querysets based on user Jeremy Stretch 2020-06-26 13:59:53 -0400
  • edc65a6a34 Introduce restrict_form_fields() to automatically restrict field querysets based on user Jeremy Stretch 2020-06-26 13:59:53 -0400
  • e521d2baa3 Force restriction of RestrictedQuerySet even for superusers Jeremy Stretch 2020-06-26 13:18:12 -0400
  • 8412f9481c Force restriction of RestrictedQuerySet even for superusers Jeremy Stretch 2020-06-26 13:18:12 -0400
  • b0ec978ce7 Sort the list for consistent output Sander Steffann 2020-06-26 18:42:08 +0200
  • b26fc81187 Sort the list for consistent output Sander Steffann 2020-06-26 18:42:08 +0200
  • d144bb35d4 Make sure that the endpoint is actually a CableTermination Sander Steffann 2020-06-26 18:24:04 +0200
  • 0455947597 Make sure that the endpoint is actually a CableTermination Sander Steffann 2020-06-26 18:24:04 +0200
  • e021fce0a6 Fix some instances where RestrictedQuerySet is evaluated prematurely Jeremy Stretch 2020-06-26 12:22:02 -0400
  • 95965d65c9 Fix some instances where RestrictedQuerySet is evaluated prematurely Jeremy Stretch 2020-06-26 12:22:02 -0400
  • 79942d7242 #4695 - Rename LimitedMetaData to ContentTypeMetadata Daniel Sheppard 2020-06-26 11:09:27 -0500
  • 8179cfa4c1 #4695 - Rename LimitedMetaData to ContentTypeMetadata Daniel Sheppard 2020-06-26 11:09:27 -0500
  • e40f9444f0 #4695 - Add Metadata class that returns content type choices Daniel Sheppard 2020-06-26 10:57:11 -0500
  • d21881e207 #4695 - Add Metadata class that returns content type choices Daniel Sheppard 2020-06-26 10:57:11 -0500
  • b135efe81b Set the default action to 'view' for restrict() Jeremy Stretch 2020-06-26 11:57:07 -0400
  • 9777f25b9f Set the default action to 'view' for restrict() Jeremy Stretch 2020-06-26 11:57:07 -0400
  • 1e2a85d35c Move utility functions to utils.py Jeremy Stretch 2020-06-26 11:56:30 -0400
  • 6e3a32567c Move utility functions to utils.py Jeremy Stretch 2020-06-26 11:56:30 -0400
  • 05c8d571b3 Replace is_connected_endpoint with simple isinstance check It was only used in a single location anyway… Sander Steffann 2020-06-26 17:30:59 +0200
  • 25926e32f0 Replace is_connected_endpoint with simple isinstance check It was only used in a single location anyway… Sander Steffann 2020-06-26 17:30:59 +0200
  • 6cd51adb7a Replace is_path_endpoint with simple isinstance check It was only used in a single location anyway… Sander Steffann 2020-06-26 17:25:07 +0200
  • 3fdc8e7d3d Replace is_path_endpoint with simple isinstance check It was only used in a single location anyway… Sander Steffann 2020-06-26 17:25:07 +0200
  • 7a9efc4a8a Fixes #4791: Update custom script documentation for ObjectVar Jeremy Stretch 2020-06-25 17:33:41 -0400
  • 71afba4d2e Fixes #4791: Update custom script documentation for ObjectVar Jeremy Stretch 2020-06-25 17:33:41 -0400
  • 2d935e3c6e Closes #4795: Add bulk disconnect capability for console and power ports Jeremy Stretch 2020-06-25 17:08:51 -0400
  • 319799b5ce Closes #4795: Add bulk disconnect capability for console and power ports Jeremy Stretch 2020-06-25 17:08:51 -0400
  • 2e89b80031 Split url_name template filter into viewname() and validated_viewname() Jeremy Stretch 2020-06-25 16:50:35 -0400
  • 128327b8a3 Split url_name template filter into viewname() and validated_viewname() Jeremy Stretch 2020-06-25 16:50:35 -0400
  • c89a29d319 Tweak ObjectChangeLogView to work with both restricted and unrestricted querysets Jeremy Stretch 2020-06-25 15:58:13 -0400
  • 6f8f3f98b4 Tweak ObjectChangeLogView to work with both restricted and unrestricted querysets Jeremy Stretch 2020-06-25 15:58:13 -0400
  • 2d77c44740 Add test method for changelog view Jeremy Stretch 2020-06-25 15:43:47 -0400
  • 2e272132b0 Add test method for changelog view Jeremy Stretch 2020-06-25 15:43:47 -0400
  • a93bc52818 Closes #4792: Add bulk rename capability for console and power ports Jeremy Stretch 2020-06-25 14:18:29 -0400
  • 1dbae5b64c Closes #4792: Add bulk rename capability for console and power ports Jeremy Stretch 2020-06-25 14:18:29 -0400
  • a860a4959c Merge pull request #4790 from netbox-community/4788-component-views Jeremy Stretch 2020-06-25 13:38:09 -0400
  • 6d23d9ebb7
    Merge pull request #4790 from netbox-community/4788-component-views Jeremy Stretch 2020-06-25 13:38:09 -0400
  • fb9ebadee5 Fix typo Jeremy Stretch 2020-06-25 13:36:54 -0400
  • ec9b33ac97 Fix typo Jeremy Stretch 2020-06-25 13:36:54 -0400
  • 522275d433 Add plugin buttons & content to device component views Jeremy Stretch 2020-06-25 13:27:01 -0400
  • 5aa2a6eefe Add plugin buttons & content to device component views Jeremy Stretch 2020-06-25 13:27:01 -0400
  • e7ba126b80 Changelog for #4788 Jeremy Stretch 2020-06-25 12:22:21 -0400
  • 103a44991a Changelog for #4788 Jeremy Stretch 2020-06-25 12:22:21 -0400
  • 9edd27b20c Linkify components under device view Jeremy Stretch 2020-06-25 12:21:25 -0400
  • 0fcdd63941 Linkify components under device view Jeremy Stretch 2020-06-25 12:21:25 -0400
  • 1b80758412 Fix device component changelog display Jeremy Stretch 2020-06-25 12:09:56 -0400
  • 8695714c65 Fix device component changelog display Jeremy Stretch 2020-06-25 12:09:56 -0400
  • 9e82fbd54f Update and simplify device component tables Jeremy Stretch 2020-06-25 11:56:31 -0400
  • 2001cfe864 Update and simplify device component tables Jeremy Stretch 2020-06-25 11:56:31 -0400
  • fa71921fa5 Extend DeviceComponentViewTestCase to include GetObjectViewTestCase Jeremy Stretch 2020-06-25 11:04:42 -0400
  • 3badfd756c Extend DeviceComponentViewTestCase to include GetObjectViewTestCase Jeremy Stretch 2020-06-25 11:04:42 -0400
  • 422db03515 Add individual views for device components Jeremy Stretch 2020-06-25 11:01:18 -0400
  • b08d9a5a8e Add individual views for device components Jeremy Stretch 2020-06-25 11:01:18 -0400
  • 261082ef9b Add/update device component templates Jeremy Stretch 2020-06-25 11:00:25 -0400
  • ecf40e1525 Add/update device component templates Jeremy Stretch 2020-06-25 11:00:25 -0400
  • 547317ea7b Extend ObjectView to provide a default get() method Jeremy Stretch 2020-06-25 10:53:00 -0400
  • 909ddd653c Extend ObjectView to provide a default get() method Jeremy Stretch 2020-06-25 10:53:00 -0400
  • 54b4e94260 Tweak url_name template filter to work with URLs which need a PK Jeremy Stretch 2020-06-25 10:49:30 -0400
  • 2f19350ff5 Tweak url_name template filter to work with URLs which need a PK Jeremy Stretch 2020-06-25 10:49:30 -0400
  • 45a2f1741e Introduce template filters for checking dynamic permissions Jeremy Stretch 2020-06-25 10:48:21 -0400
  • 68ef5177f0 Introduce template filters for checking dynamic permissions Jeremy Stretch 2020-06-25 10:48:21 -0400
  • 49edb0d131 missing choices ryan.merolle@gmail.com 2020-06-24 21:07:47 +0000
  • 0025ae5f0a added missing nema locking variants ryan.merolle@gmail.com 2020-06-24 20:59:53 +0000
  • 803f5cb54c Fix display of tags Jeremy Stretch 2020-06-24 16:27:44 -0400
  • ba138de53b Fix display of tags Jeremy Stretch 2020-06-24 16:27:44 -0400
  • c6fefa1df1 Changelog for #2018 Jeremy Stretch 2020-06-24 16:22:37 -0400
  • 2303034c92 Changelog for #2018 Jeremy Stretch 2020-06-24 16:22:37 -0400
  • d8646bc649 Merge pull request #4787 from netbox-community/2018-virtual-chassis-name Jeremy Stretch 2020-06-24 16:14:21 -0400
  • 2ceed475d5
    Merge pull request #4787 from netbox-community/2018-virtual-chassis-name Jeremy Stretch 2020-06-24 16:14:21 -0400
  • 20f382c318 Fix signal logic Jeremy Stretch 2020-06-24 15:57:52 -0400
  • e2398c8c0e Fix signal logic Jeremy Stretch 2020-06-24 15:57:52 -0400
  • 1ff95932ff Enable CSV import for virtual chassis Jeremy Stretch 2020-06-24 15:29:25 -0400
  • 36cf40f25c Enable CSV import for virtual chassis Jeremy Stretch 2020-06-24 15:29:25 -0400