This website requires JavaScript.
Explore
Privacy Policy
Terms of Service
Help
Sign In
ahuston-0
/
hydra
Watch
1
Star
0
Fork
0
You've already forked hydra
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
hydra
/
src
/
sql
/
upgrade-53.sql
2 lines
50 B
MySQL
Raw
Normal View
History
Unescape
Escape
hydra-evaluator improvements * The "Jobset" page now shows when evaluations are in progress (rather than just pending). * Restored the ability to do a single evaluation from the command line by doing "hydra-evaluator <project> <jobset>". * Fix some consistency issues between jobset status in PostgreSQL and in hydra-evaluator. In particular, "lastCheckedTime" was never updated internally.
2017-03-13 16:19:22 +01:00
alter
table
Jobsets
add
column
startTime
integer
;
Reference in New Issue
Copy Permalink