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

Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) #16849

Merged
merged 2 commits into from
Aug 28, 2021

Commits on Aug 27, 2021

  1. Upgrade xorm to v1.2.2 (go-gitea#16663)

    Backport go-gitea#16663
    
    Fix go-gitea#16683
    
    * Upgrade xorm to v1.2.2
    
    * Change the Engine interface to match xorm v1.2.2
    lunny authored and zeripath committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    b8bd95a View commit details
    Browse the repository at this point in the history
  2. Add test to ensure that dumping of login sources remains correct (go-…

    …gitea#16847)
    
    go-gitea#16831 has occurred because of a missed regression. This PR adds a simple test to
    try to prevent this occuring again.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    3bcd3e4 View commit details
    Browse the repository at this point in the history