Skip to content

Commit

Permalink
feat: add constructor for full event lineage graph (#7921)
Browse files Browse the repository at this point in the history
* feat: add constructor for full graph

Signed-off-by: Calum Murray <[email protected]>

* fix: tests build again

Signed-off-by: Calum Murray <[email protected]>

* fix: handle fetching sources properly

Signed-off-by: Calum Murray <[email protected]>

* fix: don't return early for auth errors

Signed-off-by: Calum Murray <[email protected]>

* feat: added config for graph constructor

Signed-off-by: Calum Murray <[email protected]>

* feat: add logging when unauthorized/forbidden to list resources

Signed-off-by: Calum Murray <[email protected]>

* Fix vertices fn creating nil pointers

for 3 entries, it was creating an array of 6

Signed-off-by: Ali Ok <[email protected]>

* fix review comments from @aliok

Signed-off-by: Calum Murray <[email protected]>

* Add stringer impl to types

Signed-off-by: Ali Ok <[email protected]>

* No panic if source filter is not specified

Signed-off-by: Ali Ok <[email protected]>

* Replace some hardcoded strings

Signed-off-by: Ali Ok <[email protected]>

---------

Signed-off-by: Calum Murray <[email protected]>
Signed-off-by: Ali Ok <[email protected]>
Co-authored-by: Ali Ok <[email protected]>
  • Loading branch information
Cali0707 and aliok authored Sep 18, 2024
1 parent e79f3b6 commit b48b664
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 27 deletions.
Loading

0 comments on commit b48b664

Please sign in to comment.