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

Integrate revisions with event dispatcher #69

Merged
merged 14 commits into from
Sep 30, 2022

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    117dad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b41c7c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fb6b25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0936d20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cb6fbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bc3ece View commit details
    Browse the repository at this point in the history
  7. feat(revision): add properties and propertyBlacklist options for …

    …Revisions
    
    `properties` limits the scope of revision to only some properties while `propertyBlacklist` ensures that some properties are not processed into the revision
    JoelAlphonso committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    f2cf7c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. refactor(revision): refactor revision config and service to allow for…

    … more flexible configuration
    JoelAlphonso committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    fced96e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

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

Commits on Sep 29, 2022

  1. feat(revision): use the revisions service everywhere and refactor it …

    …to require setting a model on the service
    
    - a ModelInterface instance must be set on the service
    - Remove RevisionableInterface.php and RevisionableTrait.php
    - use dependency locator for RevisionService
    JoelAlphonso committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    aef32f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    87490fa View commit details
    Browse the repository at this point in the history
  2. refactor(revisions): rename revisions config and container keys with …

    …the plural form of `Revision`
    JoelAlphonso committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    a5640ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f296dab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d53094 View commit details
    Browse the repository at this point in the history