Commit Graph

  • ab33b3aa84 Fixes #5328: Fix CreatedUpdatedFilterTest when running in non-UTC timezone Jeremy Stretch 2020-11-09 16:04:09 -05:00
  • bf836d4d46 Fixes #5331: Fix filtering of sites by null region Jeremy Stretch 2020-11-09 15:58:59 -05:00
  • c3f2cc7648 Correct buttons() method in dummy plugin template content Jeremy Stretch 2020-11-09 14:20:07 -05:00
  • d2c4c7fb10 Closes #5324: Add missing template extension tags for plugins for VM interface view Jeremy Stretch 2020-11-09 14:19:22 -05:00
  • 39f4dea051 Merge pull request #5326 from 991jo/patch-1 Jeremy Stretch 2020-11-09 12:54:08 -05:00
  • 7cf4095983 Fixed a UI Bug where there is no whitespace after grouped custom links. 991jo 2020-11-09 07:56:26 +01:00
  • 0d27abc6fc fixes #5314 - Fix config context rendering when multiple tags are assgined to an object John Anderson 2020-11-06 16:47:07 -05:00
  • 62b0a68bef Don't use chevron-right icon for hierarchy Jeremy Stretch 2020-11-06 16:26:16 -05:00
  • 5db14f9410 Tweak CSS Jeremy Stretch 2020-11-06 16:09:55 -05:00
  • 6542a326c1 Clean up stray Font Awesome icons Jeremy Stretch 2020-11-06 15:06:45 -05:00
  • 72dace29b7 Replace Glyphicons with Material Design Jeremy Stretch 2020-11-06 14:49:14 -05:00
  • 867f308027 Replace Font Awesome icons with Material Design Jeremy Stretch 2020-11-06 14:33:20 -05:00
  • d388472773 Add Material Design icons Jeremy Stretch 2020-11-06 12:13:00 -05:00
  • 39b322ae6b Closes #5313: Denote official support for Python 3.8 Jeremy Stretch 2020-11-05 16:08:04 -05:00
  • 23cce55246 Merge branch 'develop' into develop-2.10 Jeremy Stretch 2020-11-05 15:33:07 -05:00
  • b39019cec9 Clarify cache invalidation instructions Jeremy Stretch 2020-11-05 14:41:06 -05:00
  • f2cba78549 Closes #5310: Link to rack groups within rack list table Jeremy Stretch 2020-11-05 14:24:22 -05:00
  • f845eeb117 Closes #5304: Return server error messages as JSON when handling REST API requests Jeremy Stretch 2020-11-04 17:11:57 -05:00
  • c53990c739 Closes #5307: Add a region selector for every site form field Jeremy Stretch 2020-11-04 15:27:41 -05:00
  • 7d52b4d9a5 Changelog for #5271 Jeremy Stretch 2020-11-04 13:23:56 -05:00
  • a69d61c124 Merge pull request #5308 from netbox-community/5271-DynamicModelChoiceMixin-initial Jeremy Stretch 2020-11-04 13:20:30 -05:00
  • 798220cf9a Fix filter reference Jeremy Stretch 2020-11-04 13:05:24 -05:00
  • 7598b891c1 Add initial_params to all forms Jeremy Stretch 2020-11-04 11:09:13 -05:00
  • 1f0b1dd10e Add initial_params to DynamicModelChoiceMixin Jeremy Stretch 2020-11-04 10:15:15 -05:00
  • f0bac741cc Move to lock-threads app Jeremy Stretch 2020-11-04 08:58:20 -05:00
  • bd62611117 Skip signal processing when loading cables from fixtures Jeremy Stretch 2020-11-03 13:32:05 -05:00
  • 2bb79a2773 Add missing bulk update test data Jeremy Stretch 2020-11-02 16:56:04 -05:00
  • 9fae11a42f Add present_in_vrf filters Jeremy Stretch 2020-11-02 15:39:46 -05:00
  • 700aa1ad5c Add import/export RTs to VRFTable Jeremy Stretch 2020-11-02 14:55:05 -05:00
  • 9a9babfc35 Remove extraneous prefetch_related() calls from object list views Jeremy Stretch 2020-10-30 16:52:40 -04:00
  • 97c8306eeb Drop add_prefetch from BaseTable; improve dynamic prefetching for table querysets Jeremy Stretch 2020-10-30 16:15:16 -04:00
  • 8d02303515 Optimize cable termination tables Jeremy Stretch 2020-10-30 13:57:17 -04:00
  • 70e966923a Add CablePath.get_path() to prefetch path nodes Jeremy Stretch 2020-10-30 13:32:10 -04:00
  • f82e2a8d20 Fixed up device & device type tab navigation Jeremy Stretch 2020-10-30 11:41:51 -04:00
  • 2424f684b9 Post-release version bump Jeremy Stretch 2020-10-30 10:41:05 -04:00
  • 6dcb2de28f Merge pull request #5293 from netbox-community/develop v2.9.8 Jeremy Stretch 2020-10-30 10:38:17 -04:00
  • fcb5e6ae1c Merge branch 'develop' into develop-2.10 Jeremy Stretch 2020-10-30 10:38:05 -04:00
  • cbd155406b Release v2.9.8 Jeremy Stretch 2020-10-30 10:11:13 -04:00
  • 70cc368225 Changelog for #4559, #5282, #5285 Jeremy Stretch 2020-10-30 09:14:52 -04:00
  • 6d28eae5dc Merge pull request #5290 from nniehoff/5282-ldap-logging Jeremy Stretch 2020-10-30 09:11:12 -04:00
  • ca932ecadc Merge pull request #5286 from netbox-community/5285-plugins-api-app_name Jeremy Stretch 2020-10-30 09:10:12 -04:00
  • 04d763d814 Merge pull request #5266 from netbox-community/4559-config-context-rendering Jeremy Stretch 2020-10-30 09:09:40 -04:00
  • 97ea15e978 Removing logfile variable Nick Niehoff 2020-10-30 06:32:12 -06:00
  • 28c17f33ab move get_queryset() to common mixin John Anderson 2020-10-30 02:56:43 -04:00
  • db87a69488 convert region fields to f-string John Anderson 2020-10-30 02:56:26 -04:00
  • 2b154dcfdf Fixing #5282 - moving logging configuration from authentication.py to configuration.py Nick Niehoff 2020-10-29 15:14:52 -06:00
  • 1000039c74 Merge pull request #5277 from systeembeheerder/develop Jeremy Stretch 2020-10-29 17:11:04 -04:00
  • 2ccc543542 Document the available template blocks within base.html Jeremy Stretch 2020-10-29 17:10:19 -04:00
  • 8ac2ee7b49 Update upgrading.md systeembeheerder 2020-10-29 22:05:19 +01:00
  • db3fd27da2 Merge pull request #5283 from markkuleinio/develop Jeremy Stretch 2020-10-29 16:49:34 -04:00
  • 6edd65c4ed Merge pull request #5288 from netbox-community/5252-table-config Jeremy Stretch 2020-10-29 16:26:45 -04:00
  • aad32c4866 Add tests for UserConfig API endpoint Jeremy Stretch 2020-10-29 16:05:59 -04:00
  • 00e102fb0c Fix resetting column preferences Jeremy Stretch 2020-10-29 14:42:40 -04:00
  • a43361170c Fix overwriting of existing preferences Jeremy Stretch 2020-10-29 14:15:38 -04:00
  • acd4054e79 Customize device component tables for user Jeremy Stretch 2020-10-29 14:07:36 -04:00
  • ffdb727e1c Update BaseTable to accept user instance directly Jeremy Stretch 2020-10-29 14:03:08 -04:00
  • cf328ca51e Fix interfaces table header Jeremy Stretch 2020-10-29 13:38:07 -04:00
  • b871d2a8c4 Fixes #5285: Include plugin API endpoints in root view without needing app_name set Jeremy Stretch 2020-10-29 12:30:10 -04:00
  • 02f348b15f Fix typo in weekday Markku Leinio 2020-10-28 21:06:20 +02:00
  • 4672f16fda Fix #5265: Change systemctl status outputs to venv era Markku Leinio 2020-10-28 21:03:35 +02:00
  • 6404657f99 Update upgrading.md systeembeheerder 2020-10-27 16:07:38 +01:00
  • 2f3557c18f Fixes #5273: Fix exception when validating a new permission with no models selected Jeremy Stretch 2020-10-27 10:01:49 -04:00
  • 047f03a58c clean up imports John Anderson 2020-10-25 19:00:56 -04:00
  • 606b015314 Merge branch 'develop' into 4559-config-context-rendering John Anderson 2020-10-25 18:47:40 -04:00
  • 478d82196a rebase develop John Anderson 2020-10-25 18:20:21 -04:00
  • 034ff2fb3f #3672 changelog John Anderson 2020-10-25 18:18:57 -04:00
  • 9bfb89fffd fixes #3672 - update django-cacheops to 5.1.0 John Anderson 2020-10-25 18:17:07 -04:00
  • 26ff33c41a pep8 John Anderson 2020-10-25 17:56:42 -04:00
  • 9e84e3b83b added tests John Anderson 2020-10-25 16:49:18 -04:00
  • ce2210b7bc Introduce table_config_form template tag to simplify form generation Jeremy Stretch 2020-10-23 16:47:53 -04:00
  • 82f5d0070e account for null value annotations John Anderson 2020-10-23 10:56:02 -04:00
  • 22d2289ed2 add support for regions and vms John Anderson 2020-10-23 01:18:04 -04:00
  • ff3d0b72b9 Tweak the table config form for generic use Jeremy Stretch 2020-10-21 16:06:37 -04:00
  • 4de7fcd758 Convert table config updates to use REST API Jeremy Stretch 2020-10-21 14:52:50 -04:00
  • 2845dd488e Add a REST API endpoint for updating user preferences Jeremy Stretch 2020-10-21 09:05:33 -04:00
  • 2e558ba031 Closes #5139: Omit utilization statistics from RIR list Jeremy Stretch 2020-10-20 13:16:35 -04:00
  • 3ba18633de initial work on config context performance improvements John Anderson 2020-10-20 01:07:22 -04:00
  • 9cbfc0ce9a Merge pull request #5251 from netbox-community/4786-device-component-tables Jeremy Stretch 2020-10-19 15:01:40 -04:00
  • 55a2e0299c Standardize device component table columns Jeremy Stretch 2020-10-19 13:44:51 -04:00
  • e304f105c9 Cleanup stray output Jeremy Stretch 2020-10-16 17:03:14 -04:00
  • 502b66367c Convert VM interfaces list to table Jeremy Stretch 2020-10-16 17:01:55 -04:00
  • 00caa368c5 Remove interface IPs toggle Jeremy Stretch 2020-10-16 16:40:21 -04:00
  • a969b81e63 Change color for edit button Jeremy Stretch 2020-10-16 16:36:12 -04:00
  • 0a67926012 Fix up missing table columns Jeremy Stretch 2020-10-16 16:33:08 -04:00
  • 51821818e0 Add cable trace buttons Jeremy Stretch 2020-10-16 16:14:05 -04:00
  • 82c6fb6e19 Convert device inventory items list to table Jeremy Stretch 2020-10-16 16:00:25 -04:00
  • 7c1316619b Convert device device bays list to table Jeremy Stretch 2020-10-16 15:51:46 -04:00
  • 2146c38748 Convert device interfaces list to table Jeremy Stretch 2020-10-16 15:42:48 -04:00
  • e3f98a011c Convert device rear ports list to table Jeremy Stretch 2020-10-16 15:33:39 -04:00
  • 68060cf9e9 Convert device front ports list to table Jeremy Stretch 2020-10-16 15:28:28 -04:00
  • eed2e4a15b Convert device power outlets list to table Jeremy Stretch 2020-10-16 15:16:36 -04:00
  • 3a47e0e2ed Convert device power ports list to table Jeremy Stretch 2020-10-16 15:09:23 -04:00
  • 60c30b92ba Convert device console server ports list to table Jeremy Stretch 2020-10-16 15:01:16 -04:00
  • 99352a5d30 Convert device console ports list to table Jeremy Stretch 2020-10-16 14:39:15 -04:00
  • 35273c7bfe Add connection column for path endpoints Jeremy Stretch 2020-10-16 11:41:24 -04:00
  • 769b240164 Extend device component tables to include cable peer Jeremy Stretch 2020-10-16 11:11:41 -04:00
  • 823aa6b712 Add compatible types for PowerFeed Jeremy Stretch 2020-10-16 11:05:42 -04:00
  • 73bf3b9498 Reorganize DCIM tables Jeremy Stretch 2020-10-16 10:39:13 -04:00
  • 23d56a5758 Note REST API change for #4967 Jeremy Stretch 2020-10-16 10:04:33 -04:00
  • 086b1d85c7 Update Change Notes Daniel Sheppard 2020-10-15 21:23:32 -05:00