Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: increase column width for project name #1006

Merged
merged 8 commits into from
May 7, 2024

Conversation

RaHehl
Copy link
Contributor

@RaHehl RaHehl commented Jan 22, 2024

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)"

Copy link
Collaborator

@connorjclark connorjclark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, hope this will still be of use to you. Thanks!

@connorjclark connorjclark changed the title Increase name size feat: increase column width for project name May 7, 2024
@connorjclark connorjclark merged commit 8fe7e8d into GoogleChrome:main May 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants