Overview
Comment: | Added last_update to the fields to copy spec. This enables the optimization for copying only changed data |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
853bcee75966f4ea5c72731904292306 |
User & Date: | mrwellan on 2017-07-25 10:48:18 |
Other Links: | branch diff | manifest | tags |
Context
2017-07-25
| ||
14:43 | Fixed emergency loaded to not put out noise on file not exists check-in: 7d1e789cb3 user: mrwellan tags: v1.64 | |
10:48 | Added last_update to the fields to copy spec. This enables the optimization for copying only changed data check-in: 853bcee759 user: mrwellan tags: v1.64 | |
2017-07-24
| ||
16:48 | added adaptive dashboard poll interval check-in: 2c254ec7e0 user: bjbarcla tags: v1.64 | |
Changes
Modified db.scm from [5cc0abc545] to [13ba97e1b4].
︙ | |||
477 478 479 480 481 482 483 | 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 | - + + - + + - + + - + | '("final_logf" #f) '("logdat" #f) '("run_duration" #f) '("comment" #f) '("event_time" #f) '("fail_count" #f) '("pass_count" #f) |
︙ |
Modified megatest-version.scm from [dc0c5fbfaa] to [6d86b7dff8].
1 2 3 4 5 | 1 2 3 4 5 6 7 | - + | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) |