rules for changeset appearance based on attributes (DevOps test results)
In a DevOps environment developers want to have automated tests run on each checkin.
To trigger the test runs we can use after-checkin triggers, that's great!
Developers will then get feedback on the changes they made.
This is via mail right now.
But the test results will be needed by other developers, too.
So the results should be placed inside plastic scm connected to the changeset.
This is a additional (optional) request: It would be nice if it was possible to add test reports in HTML format to each changeset and to be able to view them inside plastic scm.
But what I really wanted with this user voice:
It should be easy to see whether a changeset has been successfull tested.
So my idea is:
I add a custom attribute to each changeset containing the test result.
I would then need a way to change the appearance of the changeset bubble inside the branch explorer based on the attributes value.
So for example:
a passed test run will be a round bubble
while a failed test run should be a triangle shape
and a pending test run is a diamond shape
this could also work with broder colors.
with red, green and yellow borders.
because the changeset background color is used to visualize the synchronization source, this property is not an option.
Think about it ;)
This will make plastic even more awesome!!
-
Love the suggestion. Color or format changeset based on attributes, correct?