not all jobs are listed in the pipeline in sidebar

Checklist

Summary

Extension is using query /projects/:id/jobs, the problem is that this query is paginated, and only 20 jobs are returned by default. If pipeline has more than 20 jobs, then some of them would be missing in the sidebar.

Steps to reproduce

Switch to branch, which is assigned to mr, which has pipeline with more than 20 jobs

What is the current bug behavior?

Only 20 jobs are displayed

What is the expected correct behavior?

All jobs are listed

Possible fixes

Proper pagination could be implemented there.