Skip to content

Conversation

@Tchoupinax
Copy link

Hello,

I tested your project and I had a weird error with my git configuration (I am using a self hosted instance of Gitea)

Failed to get git provider: unknown provider: standard

I was really suprised so I read the doc again and again, it says the standard provider is possible.

I finally went to the code and caught this switch case where the expected provider value is git, not standard. According to the fact that document says standard everywhere and the code calls it standard too, I guess the correct thing to do here is to rename git.

It works when I set provider: git in the TerraformRepository spec :)

Thank your for your work!

@github-project-automation github-project-automation bot moved this to 📋 Backlog in burrito Dec 15, 2025
@corrieriluca corrieriluca added the bug Something isn't working label Dec 16, 2025
@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 39.79%. Comparing base (260dd06) to head (2561ab3).

Files with missing lines Patch % Lines
internal/repository/repository.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #791   +/-   ##
=======================================
  Coverage   39.79%   39.79%           
=======================================
  Files          94       94           
  Lines        5465     5465           
=======================================
  Hits         2175     2175           
  Misses       3093     3093           
  Partials      197      197           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@corrieriluca
Copy link
Member

Hello @Tchoupinax,

Thanks for catching this bug! I guess I did not test enough the use of standard git authentication 😅

I'll merge it this week along with a new patch release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: 📋 Backlog

Development

Successfully merging this pull request may close these issues.

2 participants