Skip to content

Commit

Permalink
feat: support filtering topology by team
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Jun 22, 2023
1 parent 8b3f32c commit 0cdbc1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/topology/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func NewTopologyParams(values url.Values) duty.TopologyOptions {
ID: values.Get("id"),
Owner: values.Get("owner"),
Labels: labels,
Team: values.Get("team"),
Status: parseItems(values.Get("status")),
Depth: depth,
Types: parseItems(values.Get("type")),
Expand Down

0 comments on commit 0cdbc1d

Please sign in to comment.