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

Integration test for migration #18124

Merged
merged 5 commits into from
Jan 4, 2022
Merged

Commits on Jan 1, 2022

  1. integrations: basic test for Gitea {dump,restore}-repo

    This is a first step for integration testing of DumpRepository and
    RestoreRepository. It:
    
    * runs a Gitea server,
    * dumps a repo via DumpRepository to the filesystem,
    * restores the repo via RestoreRepository from the filesystem,
    * dumps the restored repository to the filesystem,
    * compares the first and second dump and expects them to be identical
    
    The verification is trivial and the goal is to add more tests for each
    topic of the dump.
    
    Signed-off-by: Loïc Dachary <loic@dachary.org>
    Loïc Dachary authored and realaravinth committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    bf5564c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    fedea2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0272ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b34c427 View commit details
    Browse the repository at this point in the history
  4. nit

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    6543 and Gusted authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    598c39d View commit details
    Browse the repository at this point in the history