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

Uses CustomEvents within ImportJobs #1961

Merged
merged 22 commits into from
Apr 4, 2024
Merged

Commits on Apr 2, 2024

  1. Utilizes the CustomEvents framework in ImportJobs

    If there is only one script present, it will be ued right away. Only if there are several present for the current tenant, the user can pick which
    should be used. This way, a script will be automatically used everywhere if only one exists. If the script is optional, a second and empty
    script can be provided.
    andyHa committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    16ad4d9 View commit details
    Browse the repository at this point in the history
  2. Fixes a typo

    andyHa committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c89ace5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65497f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48306b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dbcb22 View commit details
    Browse the repository at this point in the history
  6. Fixes a typo

    andyHa committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    06f6237 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    25c15fd View commit details
    Browse the repository at this point in the history
  2. Moves the OnLoadEvent into a proper location

    The other load gets triggered way to often (for each find etc.)
    andyHa committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f9fb749 View commit details
    Browse the repository at this point in the history
  3. Permits to properly use the registry

    Although currently only available to the system tenant, we plan on making the scripting API
    safe in terms of sandboxing so that normal users could provide scripts as well.
    andyHa committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    271213a View commit details
    Browse the repository at this point in the history
  4. Properly sorts the available dispatchers

    Also adds a word of caution for others to maintain the sort
    order.
    andyHa committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fc3047c View commit details
    Browse the repository at this point in the history
  5. Makes the ImportJobStartedEvent less generic.

    We probably only want one event instead of one event per job type,
    as the internal types are not that easy to guess.
    andyHa committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c83d2a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecc5414 View commit details
    Browse the repository at this point in the history
  7. Adds a simple toString for BeforeFindEvent

    This is mainly used for debugging purposes
    andyHa committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    19f8fff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05a62c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0296bdf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17562fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08ac534 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c96f54 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d372110 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b0ffd27 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    9205f2a View commit details
    Browse the repository at this point in the history
  2. Bumps sirius libs

    idlira committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5724ab5 View commit details
    Browse the repository at this point in the history