Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of commits ahead/behind in branch overview #6695

Merged
merged 12 commits into from
May 5, 2019

Commits on Apr 27, 2019

  1. Call Git API to determine divergence of a branch and its base branch

    Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
    saitho committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    d10fc1d View commit details
    Browse the repository at this point in the history
  2. Show commit divergance in branch list

    Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
    saitho committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    84e96ce View commit details
    Browse the repository at this point in the history
  3. Adds missing comment

    Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
    saitho committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    a4bc299 View commit details
    Browse the repository at this point in the history
  4. Adds test for diverging commits

    Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
    saitho committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    167a531 View commit details
    Browse the repository at this point in the history
  5. Try comparing commits instead of branches

    Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
    saitho committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    6c04c31 View commit details
    Browse the repository at this point in the history
  6. Removes test as CI can't run it

    Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
    saitho committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    f7522ad View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Configuration menu
    Copy the full SHA
    4b39cb1 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    1fbef04 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Adjusts signature of percentage function to allow providing multiple …

    …integers as numerator
    
    Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
    saitho committed May 2, 2019
    Configuration menu
    Copy the full SHA
    fbbb598 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Moves CountDivergingCommits function into repofiles module

    Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
    saitho committed May 4, 2019
    Configuration menu
    Copy the full SHA
    c67e449 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Configuration menu
    Copy the full SHA
    a6a3223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc722f View commit details
    Browse the repository at this point in the history