You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number of commits ahead/behind in branch overview (#6695)
* Call Git API to determine divergence of a branch and its base branch
Signed-off-by: Mario Lubenka <[email protected]>
* Show commit divergance in branch list
Signed-off-by: Mario Lubenka <[email protected]>
* Adds missing comment
Signed-off-by: Mario Lubenka <[email protected]>
* Adds test for diverging commits
Signed-off-by: Mario Lubenka <[email protected]>
* Try comparing commits instead of branches
Signed-off-by: Mario Lubenka <[email protected]>
* Removes test as CI can't run it
Signed-off-by: Mario Lubenka <[email protected]>
* Adjusts signature of percentage function to allow providing multiple integers as numerator
Signed-off-by: Mario Lubenka <[email protected]>
* Moves CountDivergingCommits function into repofiles module
Signed-off-by: Mario Lubenka <[email protected]>
0 commit comments