Commit Graph

  • 68ecddccdb Convert NullBooleanField to BooleanField(null=True) Jeremy Stretch 2020-07-16 11:56:35 -0400
  • b0a3030957 Update import locations for Django 3.1 Jeremy Stretch 2020-07-16 11:54:08 -0400
  • 8dd41b771e Update import locations for Django 3.1 Jeremy Stretch 2020-07-16 11:54:08 -0400
  • fb6b130d2f Update dependencies for v2.9 Jeremy Stretch 2020-07-16 11:28:19 -0400
  • a4829198ff Update dependencies for v2.9 Jeremy Stretch 2020-07-16 11:28:19 -0400
  • 316ccc0aab Merge pull request #4858 from netbox-community/4857-remove-legacy-choice-ids Jeremy Stretch 2020-07-15 17:07:42 -0400
  • 5cfc4ec3a0
    Merge pull request #4858 from netbox-community/4857-remove-legacy-choice-ids Jeremy Stretch 2020-07-15 17:07:42 -0400
  • 05a5101656 Closes #4857: Drop support for legacy numeric choice field values Jeremy Stretch 2020-07-15 16:54:33 -0400
  • 19d0d6ff10 Closes #4857: Drop support for legacy numeric choice field values Jeremy Stretch 2020-07-15 16:54:33 -0400
  • f981c9004f Fix regex for Python 3.7 Jeremy Stretch 2020-07-15 16:19:30 -0400
  • 7461e76606 Fix regex for Python 3.7 Jeremy Stretch 2020-07-15 16:19:30 -0400
  • 407e439e4c Save JobResult even for a script run with commit=False Glenn Matthews 2020-07-14 10:54:32 -0400
  • d8b0a11a49 Save JobResult even for a script run with commit=False Glenn Matthews 2020-07-14 10:54:32 -0400
  • a4cad614cf Fixes #4856: Redirect user back to circuit after connecting a termination Jeremy Stretch 2020-07-15 10:09:31 -0400
  • 1f9a440598 Fixes #4856: Redirect user back to circuit after connecting a termination Jeremy Stretch 2020-07-15 10:09:31 -0400
  • 4de4c100a6 Fixes #4851: Show locally connected peer on circuit terminations Jeremy Stretch 2020-07-15 10:01:01 -0400
  • 1d0b27c99e Fixes #4851: Show locally connected peer on circuit terminations Jeremy Stretch 2020-07-15 10:01:01 -0400
  • 7ca5a6c3d5 Closes #4854: Add staging and decommissioning statuses for sites Jeremy Stretch 2020-07-15 09:35:46 -0400
  • 48576919b2 Closes #4854: Add staging and decommissioning statuses for sites Jeremy Stretch 2020-07-15 09:35:46 -0400
  • b740445e70 Changelog for, #3240, #4803, #4805 Jeremy Stretch 2020-07-15 09:15:18 -0400
  • 0174983208 Changelog for, #3240, #4803, #4805 Jeremy Stretch 2020-07-15 09:15:18 -0400
  • 4cffb0a79f Merge pull request #4849 from glennmatthews/gfm-issue-4803 Jeremy Stretch 2020-07-15 09:13:12 -0400
  • a7776d2f53
    Merge pull request #4849 from glennmatthews/gfm-issue-4803 Jeremy Stretch 2020-07-15 09:13:12 -0400
  • 2d9feb7ff9 Merge pull request #4850 from glennmatthews/gfm-issue-3240 Jeremy Stretch 2020-07-15 09:10:23 -0400
  • 85254eb8b5
    Merge pull request #4850 from glennmatthews/gfm-issue-3240 Jeremy Stretch 2020-07-15 09:10:23 -0400
  • ad88ae6aaa Merge pull request #4813 from glennmatthews/gfm-issue-4805 Jeremy Stretch 2020-07-15 09:05:42 -0400
  • 9078cb29cc
    Merge pull request #4813 from glennmatthews/gfm-issue-4805 Jeremy Stretch 2020-07-15 09:05:42 -0400
  • 1fcf13ad29 Refactor repeated import code Glenn Matthews 2020-07-14 17:15:17 -0400
  • 0fd3c83861 Refactor repeated import code Glenn Matthews 2020-07-14 17:15:17 -0400
  • c84b4daf95 Add missing changelog view tests Jeremy Stretch 2020-07-14 16:31:55 -0400
  • 1291fc4187 Add missing changelog view tests Jeremy Stretch 2020-07-14 16:31:55 -0400
  • 5e92b1b473 Clean up device component creation forms Jeremy Stretch 2020-07-14 15:51:13 -0400
  • 04d8ab3792 Clean up device component creation forms Jeremy Stretch 2020-07-14 15:51:13 -0400
  • 084c5cec2f Introduce BulkRenameObjectsViewTestCase Jeremy Stretch 2020-07-14 13:19:00 -0400
  • cf0e31ac0f Introduce BulkRenameObjectsViewTestCase Jeremy Stretch 2020-07-14 13:19:00 -0400
  • 35ec5ddeb9 Enforce constrained permissions when bulk renaming objects Jeremy Stretch 2020-07-14 13:18:22 -0400
  • 4458ce69df Enforce constrained permissions when bulk renaming objects Jeremy Stretch 2020-07-14 13:18:22 -0400
  • 93aa75c3df Rename BulkCreateObjectsViewTestCase to CreateMultipleObjectsViewTestCase Jeremy Stretch 2020-07-14 11:08:59 -0400
  • 81ed03575d Rename BulkCreateObjectsViewTestCase to CreateMultipleObjectsViewTestCase Jeremy Stretch 2020-07-14 11:08:59 -0400
  • 9fadc9b4ff Fix jobresult success label spelling Glenn Matthews 2020-07-14 09:45:36 -0400
  • 49c6bee6d7 Fix jobresult success label spelling Glenn Matthews 2020-07-14 09:45:36 -0400
  • 141f114c9f Add "add interfaces" button to virtual machine view Jeremy Stretch 2020-07-13 16:59:46 -0400
  • d47ea04ec4 Add "add interfaces" button to virtual machine view Jeremy Stretch 2020-07-13 16:59:46 -0400
  • 8ddbbf1c4a Skip report/script execution tests if RQ worker is not running Jeremy Stretch 2020-07-13 16:48:44 -0400
  • d5a5a4a8d1 Skip report/script execution tests if RQ worker is not running Jeremy Stretch 2020-07-13 16:48:44 -0400
  • 6c216a716f Use correct serializer class for available-prefixes POST. Fixes #3240 Glenn Matthews 2020-07-13 15:52:35 -0400
  • 087ad30d3c Use correct serializer class for available-prefixes POST. Fixes #3240 Glenn Matthews 2020-07-13 15:52:35 -0400
  • 851089d10d Add assigned IP addresses and VLANs to interface tables Jeremy Stretch 2020-07-13 16:18:17 -0400
  • 9f7ed25e74 Add assigned IP addresses and VLANs to interface tables Jeremy Stretch 2020-07-13 16:18:17 -0400
  • 1ae4db8ea7 Add cluster and virtual machine filters to VM interfaces list Jeremy Stretch 2020-07-13 15:43:54 -0400
  • 013a2a35e0 Add cluster and virtual machine filters to VM interfaces list Jeremy Stretch 2020-07-13 15:43:54 -0400
  • b8f8d36753 Remove incorrect bulk edit test data Jeremy Stretch 2020-07-13 15:26:06 -0400
  • 9cece39ee9 Remove incorrect bulk edit test data Jeremy Stretch 2020-07-13 15:26:06 -0400
  • 6c2c72ac95 #2006: Prevent script/report execution if no RQ worker is running Jeremy Stretch 2020-07-13 15:11:58 -0400
  • 05aa008ce1 #2006: Prevent script/report execution if no RQ worker is running Jeremy Stretch 2020-07-13 15:11:58 -0400
  • 52e15e5fe2 Address/prefix/aggregate family is an integer, not a string. Fixes #4803 Glenn Matthews 2020-07-13 14:50:58 -0400
  • 9c1dd159de Address/prefix/aggregate family is an integer, not a string. Fixes #4803 Glenn Matthews 2020-07-13 14:50:58 -0400
  • 92f4bbaf89 Changelog for #4829, #4831 Jeremy Stretch 2020-07-13 13:35:12 -0400
  • bc7535c4d2 Changelog for #4829, #4831 Jeremy Stretch 2020-07-13 13:35:12 -0400
  • cc88d65d87 Merge pull request #4844 from jvanderaa/napalm_lookup_hostname Jeremy Stretch 2020-07-13 13:32:32 -0400
  • df20abf283
    Merge pull request #4844 from jvanderaa/napalm_lookup_hostname Jeremy Stretch 2020-07-13 13:32:32 -0400
  • 23897ac70d Merge pull request #4830 from mandrewdx/L15P_Ports Jeremy Stretch 2020-07-13 13:29:09 -0400
  • 96c539c0ee
    Merge pull request #4830 from mandrewdx/L15P_Ports Jeremy Stretch 2020-07-13 13:29:09 -0400
  • b35c7bdece Add progress counter to VM interface replication migration Jeremy Stretch 2020-07-13 13:13:37 -0400
  • e53839ca2a Add progress counter to VM interface replication migration Jeremy Stretch 2020-07-13 13:13:37 -0400
  • 754ff4a599 Moves location of the IP address / hostname check and assignment Josh VanDeraa 2020-07-13 08:36:15 -0500
  • ba8b99d3b8 Moves location of the IP address / hostname check and assignment Josh VanDeraa 2020-07-13 08:36:15 -0500
  • ee4e5ad525 Adds verification of device.name configured Josh VanDeraa 2020-07-10 16:18:58 -0500
  • cac48924ae Adds verification of device.name configured Josh VanDeraa 2020-07-10 16:18:58 -0500
  • b8169778be Adds to NAPALM, name lookup if no primary IP address for device Josh VanDeraa 2020-07-10 15:12:25 -0500
  • 7788bf3ce3 Adds to NAPALM, name lookup if no primary IP address for device Josh VanDeraa 2020-07-10 15:12:25 -0500
  • c8239ce648 Fixes #4838: Fix rack power utilization display for racks without devices Jeremy Stretch 2020-07-10 15:59:27 -0400
  • fa9ffb23ad Fixes #4838: Fix rack power utilization display for racks without devices Jeremy Stretch 2020-07-10 15:59:27 -0400
  • 7448c6b892 #4843: Use subqueries when counting multiple types of related objects Jeremy Stretch 2020-07-10 15:38:54 -0400
  • a260019a7f #4843: Use subqueries when counting multiple types of related objects Jeremy Stretch 2020-07-10 15:38:54 -0400
  • a3dd693595 Add model documentation for VM interfaces Jeremy Stretch 2020-07-10 13:01:02 -0400
  • f83ec7256f Add model documentation for VM interfaces Jeremy Stretch 2020-07-10 13:01:02 -0400
  • 15b2608c31 Remove extraneous queryset filter Jeremy Stretch 2020-07-10 10:27:07 -0400
  • 96b3de7916 Remove extraneous queryset filter Jeremy Stretch 2020-07-10 10:27:07 -0400
  • 907550edbe Fix bulk editing, deletion of VM interfaces Jeremy Stretch 2020-07-10 10:26:43 -0400
  • b1686c2db9 Fix bulk editing, deletion of VM interfaces Jeremy Stretch 2020-07-10 10:26:43 -0400
  • 639450c7c3 Fix RestrictedQuerySet evaluation for VLAN CSV export Jeremy Stretch 2020-07-10 10:09:51 -0400
  • c8418fe550 Fix RestrictedQuerySet evaluation for VLAN CSV export Jeremy Stretch 2020-07-10 10:09:51 -0400
  • 5b09b2964c Tweak queryset for Service views to prefetch related IPs with unrestricted() Jeremy Stretch 2020-07-10 09:56:23 -0400
  • 9f025747a7 Tweak queryset for Service views to prefetch related IPs with unrestricted() Jeremy Stretch 2020-07-10 09:56:23 -0400
  • d5c096746b Closes #4840: Enable change logging for config contexts Jeremy Stretch 2020-07-09 17:09:03 -0400
  • 59091efa86 Closes #4840: Enable change logging for config contexts Jeremy Stretch 2020-07-09 17:09:03 -0400
  • 19c7c2ddcc Move abstract ChangeLoggedModel under extras Jeremy Stretch 2020-07-09 16:49:48 -0400
  • 8d7001fe56 Move abstract ChangeLoggedModel under extras Jeremy Stretch 2020-07-09 16:49:48 -0400
  • 7b94ea92ef Merge branch 'develop' into develop-2.9 Jeremy Stretch 2020-07-09 16:38:37 -0400
  • c3a7939a77 Merge branch 'develop' into develop-2.9 Jeremy Stretch 2020-07-09 16:38:37 -0400
  • 7ba36fea4a #4835: Cleanup and improved error handling Jeremy Stretch 2020-07-09 16:35:02 -0400
  • 683ba5eed3 #4835: Cleanup and improved error handling Jeremy Stretch 2020-07-09 16:35:02 -0400
  • bb8fac876f Miscellaneous RestrictedQuerySet cleanup Jeremy Stretch 2020-07-09 15:11:18 -0400
  • 4f00b5af4a Miscellaneous RestrictedQuerySet cleanup Jeremy Stretch 2020-07-09 15:11:18 -0400
  • 88f5430f05 Update startup scripts to update or create records rather than get/create Marco Ceppi 2020-07-09 14:49:23 -0400
  • 05830d4023 Fix REST API version calculation Jeremy Stretch 2020-07-09 13:08:13 -0400
  • 26e81546eb Fix REST API version calculation Jeremy Stretch 2020-07-09 13:08:13 -0400
  • 8daeadf19e
    Merge pull request #32 from vapor-ware/kab/initializer-fix Kyler 2020-07-09 11:35:57 -0500
  • 7916cdeb11
    Fix case sensitive device face: values KylerBurke 2020-07-09 11:13:34 -0500