cirrus-ci-web icon indicating copy to clipboard operation
cirrus-ci-web copied to clipboard

Show unique labels on mobile

Open cevich opened this issue 6 years ago • 4 comments

From the POV of github "Checks" tab and cirrus 'task' page, it's easy to see what matrix values are being used. However, from the 'build' page, each task only shows it's name. When testing with a large-ish matrix, this makes it difficult to pick out a specific 'task' to view for more details. It would be helpful for debugging, if the 'view all tasks' (i.e. build page) showed the unique matrix values for each item.

For example, if I have a testing_task with a matrix: across image_name, I would like to see the name of the image listed next to each testing task-link in the https://cirrus-ci.com/build/$CIRRUS_BUILD_ID page.

cevich avatar Mar 13 '19 18:03 cevich

Do you have a link to a build example? Cirrus tries to determine unique labels for such tasks and should show them on the page... It might not take image_name into the account though. 😅

fkorotkov avatar Mar 13 '19 18:03 fkorotkov

Sure, here's a recent one: https://cirrus-ci.com/build/4901845003665408

cevich avatar Mar 13 '19 19:03 cevich

Oh..wait a sec...they ARE there! I just blew my window up to full-screen and they appeared :confused:

Though if the value could be included with an ellipse (...) when the browser window is too small, that would be a nice touch. However, I understand user-interface crap is nearly always a PITA, so I'm okay if we just close this issue or make it a low priority.

cevich avatar Mar 13 '19 19:03 cevich

Moved the issue to cirrus-ci-web repo and changed the title a little bit. Will see if it's possible to fit these labels on such small screens.

fkorotkov avatar Mar 13 '19 20:03 fkorotkov

I think it got implemented already at some point. 😅

fkorotkov avatar Nov 03 '22 12:11 fkorotkov