Skip to content

Dashboard labels

Phil Hughes requested to merge dashboard-labels into master

Previously because there were no JSON endpoint for labels or milestones it was fetching HTML and parsing that. This is wrong.

It now fetches from a JSON endpoint.

This also fixes the dashboard/issues page not loading labels or milestones as the path used to be only for a single project. So instead I have created a endpoint for labels & milestones JSON on dashboard.

cc. @rspeicher @jschatz1

Merge request reports