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

more repo dump/restore tests, including pull requests #18621

Merged
merged 3 commits into from
Feb 7, 2022

Commits on Feb 6, 2022

  1. more repo dump/restore tests, including pull requests

    The tests were refactored so that all YAML files content are checked,
    unless an exception is set (for instance for the Updated field which
    is automatically updated by the database and cannot be expected to be
    identical over a dump/restore/dump round.
    
    This approach helps catch more errors where fields are added in the
    migration files because they do not need to be added to the tests to
    be verified.
    
    It also helps as a reminder of what is left to be implemented, such as
    the the Assignees field in issues.
    
    A helper is added to keep the tests DRY and facilitate their
    maintenance.
    
    Signed-off-by: Loïc Dachary <[email protected]>
    Loïc Dachary authored and singuliere committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    bc1f765 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    0dafa4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc2975 View commit details
    Browse the repository at this point in the history