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

Seperate call to retrieve namespace list and retrieve KubeObject for only a single namespace #4680

Merged

Commits on May 6, 2024

  1. Create a seperate function to get Namespace in subscriber

    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2b2940c View commit details
    Browse the repository at this point in the history
  2. Update graphql server to include KubeNamespace call (model not genera…

    …ted)
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9aaf710 View commit details
    Browse the repository at this point in the history
  3. Update graphqls to include KubeNamespace model

    Update objectmodel and subscriber to incldue KubeNamespace
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 6, 2024
    Configuration menu
    Copy the full SHA
    932927a View commit details
    Browse the repository at this point in the history
  4. Fix issue in graphqls and adding KubeNamespace type.

    Regenerating model with gqlgen.
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5ef43c5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update model to includude missing field in KubeNamespaceData

    Rename getKubeNamespace function that didn't match graphqls operation in Subscription
    Add missing function for the graphql server to retrieve list of namespace
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b9cd63e View commit details
    Browse the repository at this point in the history
  2. Add remaining function in k8s pkg and requests to return list of name…

    …space
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 14, 2024
    Configuration menu
    Copy the full SHA
    bf77ad3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Update graphql/subscriber to transform KubeObject to not be a array s…

    …ince subscriber will only return one element.
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dba1971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59493ad View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feature/seperate-namespace-call

    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b8ec66d View commit details
    Browse the repository at this point in the history
  4. Fix import with goimports

    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9f1abf2 View commit details
    Browse the repository at this point in the history
  5. Reverting upgrade of webpack-dev-server so it's compatible with githu…

    …b workflow
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 30, 2024
    Configuration menu
    Copy the full SHA
    277678b View commit details
    Browse the repository at this point in the history
  6. Run gofmt with correct version.

    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f6cba7b View commit details
    Browse the repository at this point in the history
  7. Bumping ubi-minimal:8.8 to 8.10 to fix some HIGH CVE severity detecte…

    …d by trivy.
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e31efae View commit details
    Browse the repository at this point in the history
  8. Updating chaos_infrastructure mock to include KubeNamespace.

    Fix a comment
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 30, 2024
    Configuration menu
    Copy the full SHA
    981a147 View commit details
    Browse the repository at this point in the history
  9. Fix issue from Codacy

    Removing some unused code
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2600fd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 14, 2024

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

Commits on Jun 27, 2024

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

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    0963f03 View commit details
    Browse the repository at this point in the history
  2. Fix codacy issue:

    - Add some trailing comma
    - Trying transform subscription function to resolve "non-arrow functions are forbidden"
    - Add null check
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0e3477f View commit details
    Browse the repository at this point in the history
  3. Continue fix Codacy issue

    - Adding trailing comma
    - Re-ordering by alphabetic order some parameters
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    785e70c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Sep 6, 2024

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