-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed branch data bug and fixed diff metrics(#101)
* fix: fix com count value in getCommitData * fix: update metadata metrics and change to separate behind and aheadby * fix: moved branch variables so they are reset for each repo * chore: fix linting issue and remove comments --------- Co-authored-by: Adriel Perkins <adrielp@liatrio.com> Co-authored-by: rhoofard <Ryan.Hoofard@blueyonder.com>
- Loading branch information
1 parent
90a478a
commit 874b5b0
Showing
8 changed files
with
193 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
pkg/receiver/gitproviderreceiver/internal/metadata/generated_config.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 4 additions & 2 deletions
6
pkg/receiver/gitproviderreceiver/internal/metadata/generated_config_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
124 changes: 92 additions & 32 deletions
124
pkg/receiver/gitproviderreceiver/internal/metadata/generated_metrics.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.