[PR #16872] [MERGED] Fixes #16760: datasource git on local file system fails #14935

Closed
opened 2025-12-30 00:19:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16872
Author: @thefriendlynet
Created: 7/10/2024
Status: Merged
Merged: 7/10/2024
Merged by: @jeremystretch

Base: developHead: 16760_datasource_git_on_local_file_system_fails


📝 Commits (3)

  • 7e008b5 Fixes #16760: datasource git on local file system fails
  • 929ddf9 Fixes #16760: datasource git on local file system fails
  • 017bcbb Set depth & quiet parameters only if using a remote URL

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 netbox/core/data_backends.py (+3 -2)

📄 Description

Fixes: #16760

Datasource git on local file system fails with SyncError("Fetching remote data failed (TypeError): LocalGitClient.init() got an unexpected keyword argument 'quiet'")


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/16872 **Author:** [@thefriendlynet](https://github.com/thefriendlynet) **Created:** 7/10/2024 **Status:** ✅ Merged **Merged:** 7/10/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16760_datasource_git_on_local_file_system_fails` --- ### 📝 Commits (3) - [`7e008b5`](https://github.com/netbox-community/netbox/commit/7e008b502c11f76fc2fc0306312ccb10eefefd97) Fixes #16760: datasource git on local file system fails - [`929ddf9`](https://github.com/netbox-community/netbox/commit/929ddf9b4e55f1a0f00c5dcac8dbbe96121c583e) Fixes #16760: datasource git on local file system fails - [`017bcbb`](https://github.com/netbox-community/netbox/commit/017bcbbeba4d26611fec1fb12148e9c83878fc4e) Set depth & quiet parameters only if using a remote URL ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/core/data_backends.py` (+3 -2) </details> ### 📄 Description ### Fixes: #16760 Datasource git on local file system fails with SyncError("Fetching remote data failed (TypeError): LocalGitClient.__init__() got an unexpected keyword argument 'quiet'") --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:19:00 +01:00
adam closed this issue 2025-12-30 00:19:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14935