Timo Schwarzer

Results 61 comments of Timo Schwarzer

Probably a bug... Someone needs to verify though.

That would be a nice addition and I'd be happy to review a PR from you :)

Hmm, gitlab-monitor's original intention is to display real-time pipeline information, which merge requests are not part of. So I don't think I'll implement that really specific feature.

Alright, as there seems to be demand, I'd be fine with little badges at the top right corner of each project card. Users can enable the badges with a config...

@Morl99 probably not going to implement this myself, but I'm open for PRs :)

Hi! The server is unlikely to be the problem, as all the requests happen on the client side. You can take a look at your browser's developer console (press F12...

Hmm, it seems like GitLab.com is having issues... According to [this](https://gitlab.com/gitlab-org/gitlab-foss/-/blob/master/config/application.rb#L253) GitLab should allow cross origin requests for the API. I don't use GitLab.com and I have no problems with...

Can you switch to the network tab in the DevTools, click on one of the failed requests and send back the result? (Make sure to redact any tokens from the...

HTTP status 429 is "Too many requests". You may need to further decrease the pollingIntervalMultiplier. Are you (or other people) making API requests from the same IP address using other...