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

origination: First get properties from provider before trying to persist #4660

Merged
merged 4 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. origination: First get properties from provider before trying to persist

    The incoming origination message might not have all properties set. This
    finds the entity from the provider before trying to persist.
    
    Signed-off-by: Juan Antonio Osorio <[email protected]>
    JAORMX committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3a337db View commit details
    Browse the repository at this point in the history
  2. Use provider directly

    Signed-off-by: Juan Antonio Osorio <[email protected]>
    JAORMX committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c6b3c19 View commit details
    Browse the repository at this point in the history
  3. github: Return nil when filtering operational properties if there's…

    … no cache
    
    Signed-off-by: Juan Antonio Osorio <[email protected]>
    JAORMX committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    827666d View commit details
    Browse the repository at this point in the history
  4. Update tests

    jhrozek committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    30c6a8a View commit details
    Browse the repository at this point in the history