mimir-d

Results 32 issues of mimir-d

**Issue by [xaionaro](https://github.com/xaionaro)** _Tuesday Mar 03, 2020 at 16:46 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/61_ ---- I guess we should also add [fuzz](https://github.com/dvyukov/go-fuzz) tests to all methods of the [`api.API`](https://github.com/facebookincubator/contest/blob/196aef7471263ca4d06eab68324df5bbdc6d2f95/pkg/api/api.go#L29). It...

**Issue by [insomniacslk](https://github.com/insomniacslk)** _Monday Feb 24, 2020 at 18:32 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/53_ ---- Almost every plugin will have to replicate certain steps to validate its parameters, e.g.: *...

**Issue by [insomniacslk](https://github.com/insomniacslk)** _Friday Feb 07, 2020 at 13:37 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/39_ ---- Similarly to #38, we want to integrate with Gerrit, so we can test coreboot builds.

**Issue by [marcoguerri](https://github.com/marcoguerri)** _Thursday Feb 06, 2020 at 15:06 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/34_ ---- Right now there is no source of truth that tells which targets were acquired at...

**Issue by [insomniacslk](https://github.com/insomniacslk)** _Thursday Feb 06, 2020 at 14:11 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/33_ ---- Currently every reporter is responsible for result calculation and delivery of the report. However some...

**Issue by [insomniacslk](https://github.com/insomniacslk)** _Tuesday Feb 04, 2020 at 16:37 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/16_ ---- The job ID is unique per reporter, it is redundant to have it in each...

**Issue by [insomniacslk](https://github.com/insomniacslk)** _Tuesday Feb 04, 2020 at 16:35 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/15_ ---- This is currently left to plugin implementations, which may or may not require their presence....

**Issue by [insomniacslk](https://github.com/insomniacslk)** _Tuesday Feb 04, 2020 at 16:31 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/11_ ---- We may need to forward a user's identity so that ConTest can log with the...

**Issue by [insomniacslk](https://github.com/insomniacslk)** _Tuesday Feb 04, 2020 at 16:25 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/5_ ---- Panic in goroutines other than the main one cannot be recovered explicitly, they have to...

**Issue by [marcoguerri](https://github.com/marcoguerri)** _Wednesday Feb 05, 2020 at 12:48 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/21_ ---- Using `[]Struct` is in most cases probably desirable, but in some cases `[]*Struct` might make...