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

Report the correct number of pushes on the feeds #16811

Merged
merged 3 commits into from
Aug 25, 2021

Commits on Aug 24, 2021

  1. Report the correct number of pushes on the feeds

    Since the number of commits in the Action table has been limited to 5
    the number of commits reported on the feeds page is now incorrectly also
    limited to 5. The correct number is available as the Len and this PR
    changes this to report this.
    
    Fix go-gitea#16804
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    2eefed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36ad45 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

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