Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

fix(resource-service): Use go-git master version #9159

Merged
merged 4 commits into from
Dec 6, 2022

Conversation

bacherfl
Copy link
Member

No description provided.

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@codecov
Copy link

codecov bot commented Nov 15, 2022

Codecov Report

Merging #9159 (3da24e6) into master (1d7857e) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9159      +/-   ##
==========================================
- Coverage   70.72%   70.71%   -0.01%     
==========================================
  Files         619      619              
  Lines       32907    32911       +4     
  Branches     1647     1647              
==========================================
  Hits        23274    23274              
- Misses       8387     8391       +4     
  Partials     1246     1246              
Impacted Files Coverage Δ
resource-service/handler/common.go 78.91% <0.00%> (-2.21%) ⬇️
Flag Coverage Δ
resource-service 79.08% <0.00%> (-0.13%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@bacherfl bacherfl marked this pull request as ready for review December 5, 2022 07:09
@bacherfl bacherfl requested a review from a team as a code owner December 5, 2022 07:09
@@ -6,7 +6,7 @@ require (
github.com/gin-gonic/gin v1.8.1
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git-fixtures/v4 v4.3.1
github.com/go-git/go-git/v5 v5.4.3-0.20220529141257-bc1f419cebcf // the latest release of this library (5.4.2) has been made over a year ago, but the project is still actively maintained. Using this specific version for now since this includes a fix for the "reference delta not found error" encountered with CodeCommit repos
github.com/go-git/go-git/v5 v5.4.3-0.20221107161654-452df976faca // the latest release of this library (5.4.2) has been made over a year ago, but the project is still actively maintained. Using this specific version for now since this includes a fix for the "reference delta not found error" encountered with CodeCommit repos
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, just updated to this version

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
# Conflicts:
#	resource-service/go.mod
#	resource-service/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@sonarcloud
Copy link

sonarcloud bot commented Dec 6, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@bacherfl bacherfl merged commit 3488c51 into master Dec 6, 2022
@bacherfl bacherfl deleted the fix/resource-service-gogit-update branch December 6, 2022 07:37
@github-actions github-actions bot mentioned this pull request Dec 6, 2022
bacherfl added a commit that referenced this pull request Dec 7, 2022
bacherfl added a commit that referenced this pull request Dec 7, 2022
This reverts commit 3488c51.

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
bacherfl added a commit that referenced this pull request Dec 7, 2022
This reverts commit 3488c51.

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants