Commit Graph

  • 09e09e43ba Merge branch 'develop' into develop-2.8 John Anderson 2020-03-18 14:44:18 -0400
  • ed3422198b Closes #4380: Enable webhooks for rack reservations Jeremy Stretch 2020-03-18 14:43:19 -0400
  • 87f0b19dc0 Closes #4380: Enable webhooks for rack reservations Jeremy Stretch 2020-03-18 14:43:19 -0400
  • cd6c66ed09 Changelog for #738 Jeremy Stretch 2020-03-18 14:02:24 -0400
  • eab79faaeb Changelog for #738 Jeremy Stretch 2020-03-18 14:02:24 -0400
  • 21d915d687 Merge pull request #4366 from netbox-community/738-detect-new-releases Jeremy Stretch 2020-03-18 14:00:01 -0400
  • dbbb2cdaba
    Merge pull request #4366 from netbox-community/738-detect-new-releases Jeremy Stretch 2020-03-18 14:00:01 -0400
  • 1d7e2b69ac Move releases.py to netbox/ Jeremy Stretch 2020-03-18 13:54:41 -0400
  • 7246fd667e Move releases.py to netbox/ Jeremy Stretch 2020-03-18 13:54:41 -0400
  • 23296adf23 Tweaked logging; renamed release config parameters Jeremy Stretch 2020-03-18 13:46:47 -0400
  • fe4f4bddc8 Tweaked logging; renamed release config parameters Jeremy Stretch 2020-03-18 13:46:47 -0400
  • ee0c63bfe5 Merge pull request #4379 from netbox-community/refactor-registry Jeremy Stretch 2020-03-18 13:21:55 -0400
  • f7ba766de3
    Merge pull request #4379 from netbox-community/refactor-registry Jeremy Stretch 2020-03-18 13:21:55 -0400
  • 2ff503663f Raise specific exceptions Jeremy Stretch 2020-03-18 13:15:22 -0400
  • 70c29051b3 Raise specific exceptions Jeremy Stretch 2020-03-18 13:15:22 -0400
  • 2dc301b0a6 Refactor the registry into a dictionary object Jeremy Stretch 2020-03-18 12:00:31 -0400
  • 043b1c28d2 Refactor the registry into a dictionary object Jeremy Stretch 2020-03-18 12:00:31 -0400
  • b1e6184872 Fix Python 3.5 compatability for tests Jeremy Stretch 2020-03-17 15:07:45 -0400
  • 022653f446 Fix Python 3.5 compatability for tests Jeremy Stretch 2020-03-17 15:07:45 -0400
  • 1c7763399d Fix Python 3.5 compatability for tests Jeremy Stretch 2020-03-17 15:00:39 -0400
  • 1706db38df Fix Python 3.5 compatability for tests Jeremy Stretch 2020-03-17 15:00:39 -0400
  • 5a5852b10e Update tests Jeremy Stretch 2020-03-17 14:44:49 -0400
  • 81287833ee Update tests Jeremy Stretch 2020-03-17 14:44:49 -0400
  • 386dc917ad Clean up URL damping Jeremy Stretch 2020-03-17 12:14:17 -0400
  • 2f12d09663 Clean up URL damping Jeremy Stretch 2020-03-17 12:14:17 -0400
  • c2b0854b5d Cache only the most recent NetBox release Jeremy Stretch 2020-03-17 11:58:17 -0400
  • 3ace83c5aa Cache only the most recent NetBox release Jeremy Stretch 2020-03-17 11:58:17 -0400
  • 15993dc36f Tweak release template variables Jeremy Stretch 2020-03-17 11:49:45 -0400
  • 356de985d2 Tweak release template variables Jeremy Stretch 2020-03-17 11:49:45 -0400
  • 77738d12ef Check for an existing job before queuing a new one Jeremy Stretch 2020-03-17 11:37:35 -0400
  • ab93606e4a Check for an existing job before queuing a new one Jeremy Stretch 2020-03-17 11:37:35 -0400
  • 857f1062b3 Fix template logic Jeremy Stretch 2020-03-17 11:28:35 -0400
  • ec2dc8d7a4 Fix template logic Jeremy Stretch 2020-03-17 11:28:35 -0400
  • 71dcfbfc2f Introduce a new 'check_releases' RQ queue Jeremy Stretch 2020-03-17 11:22:56 -0400
  • a2eb2e7da6 Introduce a new 'check_releases' RQ queue Jeremy Stretch 2020-03-17 11:22:56 -0400
  • abf2f952c0 Rename 'webhooks' REDIS config to 'tasks' Jeremy Stretch 2020-03-17 10:22:56 -0400
  • 3590ed378d Rename 'webhooks' REDIS config to 'tasks' Jeremy Stretch 2020-03-17 10:22:56 -0400
  • 0a87b4dbda added support for prepending elements to middleware John Anderson 2020-03-17 02:35:34 -0400
  • 2f37357a1b added support for prepending elements to middleware John Anderson 2020-03-17 02:35:34 -0400
  • 9698344d69 added support for plugin nav bar links John Anderson 2020-03-17 02:35:12 -0400
  • 981c982237 added support for plugin nav bar links John Anderson 2020-03-17 02:35:12 -0400
  • 1a3b813eff inject origional context as obj_context John Anderson 2020-03-17 00:03:58 -0400
  • 457354c244 inject origional context as obj_context John Anderson 2020-03-17 00:03:58 -0400
  • ac86edf4d1 Merge pull request #4375 from netbox-community/4374-dynamic-fields-api-url Jeremy Stretch 2020-03-16 16:02:25 -0400
  • 00afe7aa94
    Merge pull request #4375 from netbox-community/4374-dynamic-fields-api-url Jeremy Stretch 2020-03-16 16:02:25 -0400
  • 3b073b82ec Change IPAddressForm.nat_vrf to DynamicModelChoiceField Jeremy Stretch 2020-03-16 14:29:01 -0400
  • 450615e0bb Change IPAddressForm.nat_vrf to DynamicModelChoiceField Jeremy Stretch 2020-03-16 14:29:01 -0400
  • dfdbd0384c Change CircuitTerminationForm.site to a DynamicModelChoiceField Jeremy Stretch 2020-03-16 14:24:17 -0400
  • 73881ad1e0 Change CircuitTerminationForm.site to a DynamicModelChoiceField Jeremy Stretch 2020-03-16 14:24:17 -0400
  • 670c1ff0de Merge branch 'develop-2.8' into 3351-plugins John Anderson 2020-03-16 14:21:05 -0400
  • 2522b88fc6 Merge branch 'develop-2.8' into 3351-plugins John Anderson 2020-03-16 14:21:05 -0400
  • 0ffdb411f9 Remove APISelect widget/api_url argument from dynamic fields Jeremy Stretch 2020-03-16 14:08:48 -0400
  • 0068108c57 Remove APISelect widget/api_url argument from dynamic fields Jeremy Stretch 2020-03-16 14:08:48 -0400
  • c3748bcf5d Dynamically resolve the API URL for dynamic choice fields Jeremy Stretch 2020-03-16 13:30:35 -0400
  • 400f6fc5fb Dynamically resolve the API URL for dynamic choice fields Jeremy Stretch 2020-03-16 13:30:35 -0400
  • 17a8e6a46c Merge branch 'develop' into develop-2.8 John Anderson 2020-03-16 12:17:00 -0400
  • 901143b72a Merge branch 'develop' into develop-2.8 John Anderson 2020-03-16 12:17:00 -0400
  • 067e92c1c2 rename FeatureQuery class John Anderson 2020-03-16 11:58:35 -0400
  • 9a38586e13 rename FeatureQuery class John Anderson 2020-03-16 11:58:35 -0400
  • 5bd91c0b6b Merge pull request #4373 from kobayashi/2769-validate-prefixlength Jeremy Stretch 2020-03-16 10:44:13 -0400
  • 62ad7734b2
    Merge pull request #4373 from kobayashi/2769-validate-prefixlength Jeremy Stretch 2020-03-16 10:44:13 -0400
  • b4a7208381 Fixes #2769: improve prefix_length validations kobayashi 2020-03-16 03:20:15 -0400
  • 7ef9a6c0a7 Fixes #2769: improve prefix_length validations kobayashi 2020-03-16 03:20:15 -0400
  • 43283d228c added plugin template content injection to primary model detail views John Anderson 2020-03-15 23:45:18 -0400
  • 8364694fb4 added plugin template content injection to primary model detail views John Anderson 2020-03-15 23:45:18 -0400
  • 7b6fd42c50 Merge branch 'develop-2.8' into 3351-plugins John Anderson 2020-03-15 00:55:25 -0400
  • 683c5a22db Merge branch 'develop-2.8' into 3351-plugins John Anderson 2020-03-15 00:55:25 -0400
  • 8c1f7bbfd5 fixed migration order John Anderson 2020-03-15 00:48:05 -0400
  • 0574ac7530 fixed migration order John Anderson 2020-03-15 00:48:05 -0400
  • 0e8175f3b4 Merge branch 'develop-2.8' into 3351-plugins John Anderson 2020-03-15 00:26:33 -0400
  • a955f90a7e Merge branch 'develop-2.8' into 3351-plugins John Anderson 2020-03-15 00:26:33 -0400
  • a1ec5805db Revert "implemented registry for extras model functionality" John Anderson 2020-03-15 00:25:46 -0400
  • 2dc31c0edd Revert "implemented registry for extras model functionality" John Anderson 2020-03-15 00:25:46 -0400
  • ada16d5ce7 Revert "refactor extras registry" John Anderson 2020-03-15 00:24:05 -0400
  • 6ea15cec6f Revert "refactor extras registry" John Anderson 2020-03-15 00:24:05 -0400
  • 7d717fb788 Merge branch 'develop' into develop-2.8 John Anderson 2020-03-15 00:18:32 -0400
  • 9df238c5f2 Merge branch 'develop' into develop-2.8 John Anderson 2020-03-15 00:18:32 -0400
  • 5b7a2f1002 closes #4368 - extras features model registration John Anderson 2020-03-14 03:03:22 -0400
  • 9466802a95 closes #4368 - extras features model registration John Anderson 2020-03-14 03:03:22 -0400
  • 91386f5d58 Merge pull request #4370 from netbox-community/4078-standardize-fields Jeremy Stretch 2020-03-13 17:07:07 -0400
  • 36130965f2
    Merge pull request #4370 from netbox-community/4078-standardize-fields Jeremy Stretch 2020-03-13 17:07:07 -0400
  • 29001d8a9a Rename Tag.comments to description Jeremy Stretch 2020-03-13 17:00:00 -0400
  • d4f6909859 Rename Tag.comments to description Jeremy Stretch 2020-03-13 17:00:00 -0400
  • 786ebb5592 Changelog for #4078 Jeremy Stretch 2020-03-13 16:42:47 -0400
  • 1a8554fd32 Changelog for #4078 Jeremy Stretch 2020-03-13 16:42:47 -0400
  • 6debd77983 Add migrations for description fields Jeremy Stretch 2020-03-13 16:35:36 -0400
  • 9f5b138b0f Add migrations for description fields Jeremy Stretch 2020-03-13 16:35:36 -0400
  • 97ecfee3d1 Add a description field to all organizational models Jeremy Stretch 2020-03-13 16:24:37 -0400
  • cebe580484 Add a description field to all organizational models Jeremy Stretch 2020-03-13 16:24:37 -0400
  • 16bbdf7896 Standardize existing description fields to a length of 200 chars Jeremy Stretch 2020-03-13 15:49:58 -0400
  • 3b4ec5926d Standardize existing description fields to a length of 200 chars Jeremy Stretch 2020-03-13 15:49:58 -0400
  • daa2408b73 Closes #4369: Add a dedicated view for rack reservations Jeremy Stretch 2020-03-13 13:53:44 -0400
  • c5776d9da4 Closes #4369: Add a dedicated view for rack reservations Jeremy Stretch 2020-03-13 13:53:44 -0400
  • 1aa4499f34 Cleaned up new release notification banner Jeremy Stretch 2020-03-13 12:20:00 -0400
  • 9e45cafac4 Cleaned up new release notification banner Jeremy Stretch 2020-03-13 12:20:00 -0400
  • 8b5fa6aa58 Tweak UPDATE_REPO_URL to convey the full URL Jeremy Stretch 2020-03-13 12:14:27 -0400
  • 2033d15b2f Tweak UPDATE_REPO_URL to convey the full URL Jeremy Stretch 2020-03-13 12:14:27 -0400
  • 82fb8f0fb7 Clean up logging Jeremy Stretch 2020-03-13 11:55:06 -0400
  • e2123f4a9e Clean up logging Jeremy Stretch 2020-03-13 11:55:06 -0400
  • 8d45a762ad Simplify update repo URL validation Jeremy Stretch 2020-03-13 10:20:09 -0400