Differences From Artifact [0026287ae9]:
- File mt.scm — part of check-in [00424f30c1] at 2013-07-19 22:56:56 on branch v1.55 — Added friendly loading of runs for situation where there are 1000's of runs (user: mrwellan, size: 3296) [annotate] [blame] [check-ins using] [more...]
To Artifact [1433b9fcba]:
- File mt.scm — part of check-in [41cad6ae52] at 2013-07-28 14:57:38 on branch refactor-api — Partial implementation of /api (user: matt, size: 3459) [annotate] [blame] [check-ins using]
︙ | |||
83 84 85 86 87 88 89 | 83 84 85 86 87 88 89 90 91 92 93 94 | + + + + + | 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)) ;;====================================================================== ;; S T E P S ;;====================================================================== |