GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.33k stars 632 forks source link

feat: increase column width for project name #1006

Closed RaHehl closed 1 month ago

RaHehl commented 5 months ago

I use Lighthouse CI with GitLab, and I create projects in Lighthouse CI through a new Express handler. I simply provide the project path in GitLab to this handler. Since I have many projects, I want to use the path as the name (as using anything else would be less clear), but I encounter the name limit. Hence, this pull request.

example: https://lighthouse/add?project=examplegroup/examplesubgroub/exampleproject

without this change i will get the error "value too long for type character varying(40)"