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

Add diff_definitions.py for diffing event definition files and schema files #389

Merged
merged 5 commits into from
Jan 15, 2024

Commits on Jan 7, 2024

  1. Add diff_definitions.py

    This new script makes it easy to compare the current definitions
    of events and other types against a chosen base, e.g. the current
    state of the master branch or a previous edition. It produces diff
    commands that can be run to produce the wanted comparison.
    
    Since figuring out the most recent version of each type is a pretty
    common operation, a new versions module is introduced for this purpose.
    The existing find-latest-schemas.py script has been adapted to use the
    new module.
    magnusbaeck committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    82c1586 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 10, 2024

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

Commits on Jan 12, 2024

  1. Ignore non-YAML files

    magnusbaeck committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5263505 View commit details
    Browse the repository at this point in the history