Differences From Artifact [ae25aea357]:
- File mt.scm — part of check-in [1d36720bc8] at 2013-06-23 18:29:57 on branch dev — Clean up and reorg started on runs.scm (user: matt, size: 2409) [annotate] [blame] [check-ins using] [more...]
To Artifact [8e49dc32c7]:
- File mt.scm — part of check-in [285cbc7663] at 2013-07-02 00:31:48 on branch dev — Added summary tab, functional but not polished (user: mrwellan, size: 2477) [annotate] [blame] [check-ins using]
61 62 63 64 65 66 67 | 61 62 63 64 65 66 67 68 69 70 | + + + | full-list new-offset limit)) full-list)))) (define (mt:get-prereqs-not-met run-id waitons ref-item-path #!key (mode 'normal)) (db:get-prereqs-not-met run-id waitons ref-item-path mode: mode)) (define (mt:get-run-stats) (cdb:remote-run db:get-run-stats #f)) |