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

Syncing latest changes from main for recipe #15

Merged
merged 10 commits into from
Sep 25, 2024
Merged

Commits on Sep 18, 2024

  1. api: remove capture and recover workflow

    These are replaced by a list of workflows. The workflow names
    * backup
    * restore
    
    have special meaning. They will be used by default backup/capture and
    restore/recover workflow.
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Jose A. Rivera <[email protected]>
    2 people authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    eb36a4a View commit details
    Browse the repository at this point in the history
  2. api: add IncludedNamespacesByLabel field in Groups

    This allows for selection of namespaces by a label selector.
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Jose A. Rivera <[email protected]>
    2 people authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    24eab36 View commit details
    Browse the repository at this point in the history
  3. api: add ExcludedNamespaces in Groups

    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Jose A. Rivera <[email protected]>
    2 people authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    99c7906 View commit details
    Browse the repository at this point in the history
  4. api: add RestoreGroupStatus field in Groups

    When set, this allows for restoring of the status section in the CRs.
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Jose A. Rivera <[email protected]>
    2 people authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    949e49b View commit details
    Browse the repository at this point in the history
  5. api: add RestoreOverwriteResources field in Groups

    When set, the resources are overwritten when a restore is being
    performed.
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Jose A. Rivera <[email protected]>
    2 people authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c743529 View commit details
    Browse the repository at this point in the history
  6. api: namespace is not optional for a hook

    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Jose A. Rivera <[email protected]>
    2 people authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ca5f103 View commit details
    Browse the repository at this point in the history
  7. api: remove validation for the resource type in hooks

    This is in preparation to introduction of other type of hooks.
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Jose A. Rivera <[email protected]>
    2 people authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    179ee37 View commit details
    Browse the repository at this point in the history
  8. api: make timeout an int

    This is for compatibility with other consumers of recipes.
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Jose A. Rivera <[email protected]>
    2 people authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bd385d7 View commit details
    Browse the repository at this point in the history
  9. api: make command a single string

    This is for compatibility with other consumers of recipes.
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Jose A. Rivera <[email protected]>
    2 people authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    aea39dd View commit details
    Browse the repository at this point in the history
  10. add generated files

    Signed-off-by: Raghavendra Talur <[email protected]>
    raghavendra-talur authored and ShyamsundarR committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    667b9d7 View commit details
    Browse the repository at this point in the history