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

Fix 500 on first wiki page #16586

Merged
merged 3 commits into from
Aug 1, 2021
Merged

Fix 500 on first wiki page #16586

merged 3 commits into from
Aug 1, 2021

Commits on Jul 31, 2021

  1. Fix 500 on first wiki page

    There is a mistake in go-gitea#16319 and go-gitea#16487 which means that the first time
    a wiki page is created a 500 is reported because the `master` branch is
    not in existence in that wiki yet.
    
    This PR simply checks for this error and returns not found.
    
    Fix go-gitea#16584
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    65307e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Update services/wiki/wiki_test.go

    Co-authored-by: Lauris BH <[email protected]>
    6543 and lafriks authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    9249cb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52333e8 View commit details
    Browse the repository at this point in the history