Overview
Comment: | wip |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | runs-summary-context-menu |
Files: | files | file ages | folders |
SHA1: |
e2034bf712ffe3f6f7dbb363533c521d |
User & Date: | bjbarcla on 2016-09-16 14:32:03 |
Other Links: | branch diff | manifest | tags |
Context
2016-09-17
| ||
00:10 | resolved issue in runs summary tab when using query timestamp optimization; however issue related to dbfile modification timestamp optimization remains check-in: d9e6d88ff2 user: bb tags: runs-summary-context-menu | |
2016-09-16
| ||
14:32 | wip check-in: e2034bf712 user: bjbarcla tags: runs-summary-context-menu | |
14:01 | fixed run tab issue with ...-duplicate check-in: 57c11951db user: bjbarcla tags: runs-summary-context-menu | |
Changes
Modified dashboard.scm from [4f9265f1a6] to [edf644e701].
︙ | |||
1530 1531 1532 1533 1534 1535 1536 | 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 | - + | (for-each (lambda (run) (hash-table-set! ht (db:get-value-by-header run runs-header "id") run)) runs) ht))) runs-hash)) (define (dashboard:runs-summary-updater commondat tabdat tb cell-lookup run-matrix) |
︙ |