bslatkin / dpxdt

Make continuous deployment safe by comparing before and after webpage screenshots for each release. Depicted shows when any visual, perceptual differences are found. This is the ultimate, automated end-to-end test.
https://dpxdt-test.appspot.com
Apache License 2.0
1.44k stars 124 forks source link

Shows most recent run info on homepage (if there is some) #150

Closed elsigh closed 9 years ago

elsigh commented 9 years ago

The created date for a build isn't super interesting info, but the last run and the status is.

bslatkin commented 9 years ago

Looks like Travis is unhappy with it because of the ORM. Let me try to patch this tomorrow and see if I can reproduce. My guess is the release is getting loaded twice and we need to make the attribute lazy.

elsigh commented 9 years ago

Cool thanks. It seems with each cl I write I make work for you too. :) Hopefully I'll get more self sufficient. On Apr 28, 2015 7:41 PM, "Brett Slatkin" notifications@github.com wrote:

Looks like Travis is unhappy with it because of the ORM. Let me try to patch this tomorrow and see if I can reproduce. My guess is the release is getting loaded twice and we need to make the attribute lazy.

— Reply to this email directly or view it on GitHub https://github.com/bslatkin/dpxdt/pull/150#issuecomment-97288099.