mergestat
mergestat copied to clipboard
Think of a way for the user to choose which repos to auto-import(more settings to the auto import behavior )
Right now if a user wants to delete a repo from the import , it will be auto-imported on the next session.
Codecov Report
Merging #250 (e4fb155) into main (4d10da5) will decrease coverage by
0.07%
. The diff coverage is68.85%
.
@@ Coverage Diff @@
## main #250 +/- ##
==========================================
- Coverage 70.52% 70.44% -0.08%
==========================================
Files 51 52 +1
Lines 2877 2934 +57
==========================================
+ Hits 2029 2067 +38
- Misses 536 550 +14
- Partials 312 317 +5
Impacted Files | Coverage Δ | |
---|---|---|
extensions/internal/git/log.go | 71.85% <42.85%> (-6.47%) |
:arrow_down: |
pkg/mailmap/mailmap.go | 90.90% <90.90%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 4d10da5...e4fb155. Read the comment docs.
So a way to delete the repo from Fuse but not have it removed from GitHub?
I think this is more about allowing for a user to explicitly state which repos they want to exclude from a repo auto import - so that certain repos are not added into fuse.
Is that what you are describing @ramiroJCB?
Yes Patrick you are right .
I agree, this is problematic. I have auto-imported around 300 repos, a few of which are problematic (they are forks, so skew the stats). In addition, archived repos are being imported. Having the ability to delete / exclude a repo is sorely needed. Thanks!