Freya Gustavsson
Freya Gustavsson
> Thanks for taking this on @Venefilyn ! > > > > [pixel diff](https://cockpit-logs.us-east-1.linodeobjects.com/pull-21943-5e203894-20250704-145707-fedora-41-other/log.html) review: > > > > - [metrics dark](https://cockpit-logs.us-east-1.linodeobjects.com/pull-21943-5e203894-20250704-145707-fedora-41-other/pixeldiff.html#TestHistoryMetrics-testEvents-metrics-history-expanded-hour-dark) is hopefully a flake Fingers crossed > -...
Fixed it. There is one caveat which will be difficult to fix atm but only happens when we wrap anyway:  
@nforro this has to do with the API missing the header when returning 403. It's nothing to do with the dashboard. Why it's returning 403 I couldn't tell you. Maybe...
Usually HEADER requests doesn't show in logs IIRC. Can you enable verbose logging for the staging instance to investigate more? This sounds like a configuration issue with the `mod_wsgi` settings...
Ah huh.. it shouldn't make any requests at all to the dashboard, particularly because I've setup a hard-code for all React API requests to use the `import.meta.env.VITE_API_URL`, which is set...
Could we do something like using [SocketIO](https://flask-socketio.readthedocs.io/en/latest/)? Would work (I think, never worked with WebSockets) like this: - User goes to the Copr log frontend - Frontend opens a WebSocket...
> I've done quite my fair share of similar things on our work repos, you need to offer `GH_TOKEN` or `GITHUB_TOKEN` (as described in [cli.github.com/manual/gh_help_environment](https://cli.github.com/manual/gh_help_environment)) in order for `gh pr...
There isn't much in the API endpoints here to improve this, so I'd say it falls onto the packit-service. The API currently only returns 10 items and that's all there...
Any updates? :)
@obiwankenoobi you can follow the instructions in `src/README.md`: The unit tests are run live on Reddit. As a result, you will need to generate a reddit.com OAuth token the first...