Ervin Racz

Results 26 comments of Ervin Racz

Hello @tylerauerbeck, I agree. Making the open api spec better defined and easier to find could help. I think writing some additional tests and docs could also help. I did...

Thanks for the suggestion and taking the time to share it @tylerauerbeck ! ATM, I’d prefer not to introduce additional dependencies unless it’s strictly necessary, as that increases the long-term...

Yeah, that makes sense. I usually prefer setting up my dev tools in my own way, and I tend to see interactive API tools as more of a personal choice...

The screenshots are stored in the [screenshots](https://github.com/flatcar/nebraska/tree/screenshots/screenshots) branch.

Hello @anistark Thank you for your pull request and for taking the time to work on this issue! I'm sorry that it took a long time to get back to...

Hello @anistark, as a new dependency was added, and the[ pipeline fails ](https://github.com/flatcar/nebraska/actions/runs/14964649051/job/42042428255?pr=852#step:4:281)the diff check after the `go mod tidy` command, I think the tidied up version should be committed...

Tests are failing as connections cannot be formed: ``` ... Test: TestGetApp/success --- FAIL: TestGetApp/success_product_id (0.17s) app_test.go:173: Error Trace: /home/runner/work/nebraska/nebraska/backend/test/api/helper_test.go:104 /home/runner/work/nebraska/nebraska/backend/test/api/app_test.go:173 Error: Received unexpected error: Get "http://localhost:8002/api/apps/io.kinvolk.sample": dial tcp [::1]:8002:...

Relates to https://github.com/flatcar/nebraska/issues/566

Thanks for the detailed report on this authentication race condition! I wanted to let you know that [we have a PR in development](https://github.com/flatcar/nebraska/pull/1092) that should resolve this annoyance. It should...