clutch
clutch copied to clipboard
chaos_experimentation: allow querying for completed experiments
Description
I'd like to query for only COMPLETED experiments via the GetExperiments call https://github.com/lyft/clutch/blob/f6043ae31aca2c0dd37de8ff64ebccf93cc1c946/api/chaos/experimentation/v1/experimentation.proto#L134
My understanding is this would require updating the Request proto here https://github.com/lyft/clutch/blob/f6043ae31aca2c0dd37de8ff64ebccf93cc1c946/api/chaos/experimentation/v1/experimentation.proto#L47-L52
and then update the query to the backend db here https://github.com/lyft/clutch/blob/f6043ae31aca2c0dd37de8ff64ebccf93cc1c946/backend/service/chaos/experimentation/experimentstore/storer.go#L178
Complexity [S/M/L]:
Wireframes, Mockups, or Screenshots (if applicable)