bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Capture the artifacts list of a variant and display them in the web ui #236

Closed jawher closed 9 years ago

jawher commented 9 years ago

screen shot 2015-05-17 at 20 01 28

julienvey commented 9 years ago

What is the behaviour when the artifact list is very long ?

jawher commented 9 years ago

I forgot to mention this, but I was planning to handle this (in the future), by implementing a file-browser like view where the user can navigate between folders if the artifacts list is above a certain threshold.

What was done here is the minimal viable product :)

jawher commented 9 years ago

I've limited the max height of the artifacts list and made it scrollable beyond it.

julienvey commented 9 years ago

Nice work !