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

refactor(core): Decouple event bus from internal hooks (no-changelog) #9724

Merged
merged 29 commits into from
Jun 20, 2024

Commits on Jun 13, 2024

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

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    8c4e92f View commit details
    Browse the repository at this point in the history
  2. Rename to Redactable

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b196958 View commit details
    Browse the repository at this point in the history
  3. Better naming

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f17c955 View commit details
    Browse the repository at this point in the history
  4. Better docline

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b398cca View commit details
    Browse the repository at this point in the history
  5. Emit events

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c191cef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8f4257 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7790e5f View commit details
    Browse the repository at this point in the history
  8. Clarify docline

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b27d917 View commit details
    Browse the repository at this point in the history
  9. Remove outdated comments

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0b1c986 View commit details
    Browse the repository at this point in the history
  10. Remove unused hook

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d2d0b4c View commit details
    Browse the repository at this point in the history
  11. Simplify

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    74316c4 View commit details
    Browse the repository at this point in the history
  12. Clarify

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    408e21f View commit details
    Browse the repository at this point in the history
  13. Fix saml tests

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    dc40e68 View commit details
    Browse the repository at this point in the history
  14. Fix recovery tests

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e7a6826 View commit details
    Browse the repository at this point in the history
  15. Fix workflow service tests

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    808dd95 View commit details
    Browse the repository at this point in the history
  16. Fix internalhooks test

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    df6519c View commit details
    Browse the repository at this point in the history
  17. Cleanup

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    abac50c View commit details
    Browse the repository at this point in the history
  18. Remove unneeded Promise.all

    ivov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b2e0cf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Apply suggestion

    ivov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d60cd17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4dd07 View commit details
    Browse the repository at this point in the history
  3. Add example

    ivov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    993e815 View commit details
    Browse the repository at this point in the history
  4. Introduce RedactableError

    ivov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b0b0d77 View commit details
    Browse the repository at this point in the history
  5. Generalize events

    ivov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5fe38f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Add missing property reason

    ivov committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1c3d9cb View commit details
    Browse the repository at this point in the history
  2. Merge master, fix conflicts

    ivov committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    29795e3 View commit details
    Browse the repository at this point in the history
  3. Unsilence RedactableError

    ivov committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ac9d0e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    5e7f3ec View commit details
    Browse the repository at this point in the history
  2. Merge master, fix conflicts

    ivov committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    68d4dc3 View commit details
    Browse the repository at this point in the history