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

feat: add constructor for full event lineage graph #7921

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on May 13, 2024

  1. feat: add constructor for full graph

    Signed-off-by: Calum Murray <cmurray@redhat.com>
    Cali0707 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    698a50e View commit details
    Browse the repository at this point in the history
  2. fix: tests build again

    Signed-off-by: Calum Murray <cmurray@redhat.com>
    Cali0707 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    582ca21 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. fix: handle fetching sources properly

    Signed-off-by: Calum Murray <cmurray@redhat.com>
    Cali0707 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    67fefb7 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    Signed-off-by: Calum Murray <cmurray@redhat.com>
    Cali0707 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    853b831 View commit details
    Browse the repository at this point in the history
  3. fix: don't return early for auth errors

    Signed-off-by: Calum Murray <cmurray@redhat.com>
    Cali0707 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ab9870d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. feat: added config for graph constructor

    Signed-off-by: Calum Murray <cmurray@redhat.com>
    Cali0707 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    43cd8e8 View commit details
    Browse the repository at this point in the history
  2. feat: add logging when unauthorized/forbidden to list resources

    Signed-off-by: Calum Murray <cmurray@redhat.com>
    Cali0707 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0173c1a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fix vertices fn creating nil pointers

    for 3 entries, it was creating an array of 6
    
    Signed-off-by: Ali Ok <aliok@redhat.com>
    aliok committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bdc959b View commit details
    Browse the repository at this point in the history
  2. fix review comments from @aliok

    Signed-off-by: Calum Murray <cmurray@redhat.com>
    Cali0707 authored and aliok committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3fb2c40 View commit details
    Browse the repository at this point in the history
  3. Add stringer impl to types

    Signed-off-by: Ali Ok <aliok@redhat.com>
    aliok committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    64dd3f6 View commit details
    Browse the repository at this point in the history
  4. No panic if source filter is not specified

    Signed-off-by: Ali Ok <aliok@redhat.com>
    aliok committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b68d839 View commit details
    Browse the repository at this point in the history
  5. Replace some hardcoded strings

    Signed-off-by: Ali Ok <aliok@redhat.com>
    aliok committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d60a069 View commit details
    Browse the repository at this point in the history