| | 18 | * PSVO |
| | 19 | * new thread-class for writing to Derby. Now all queries and updates, whether to PSPS, MOPS or Derby, are handled polymorphically |
| | 20 | * added new timing thread for all queries. Now have a running clock (total time is also maintained for reference) |
| | 21 | * Derby database is now named after username, so multiple users can use the same program without conflict |
| | 22 | * program was occasionally losing connection to local Derby Db: fixed |
| | 23 | * added a new plug-in query menu for Derby. Two queries so far: get tables; describe tables |
| | 24 | * disabled ability to close a query tab if still running a query |
| | 25 | * looked into using Thomas' extended properties with PSVO |
| | 26 | |
| | 27 | * IPP to PSPS |
| | 28 | * discussions with Mark and Serge about the IPP->PSPS test loop |
| | 29 | * collected some test data for Serge: a P2 frame loaded to the MD04 PSPS database |
| | 30 | * adapted the PSPS schema parsing script to generate wiki table format in order to publish missing fields from IPP |
| | 31 | * completed mammoth task of detailing how we derive each and every field for PSPS tables from IPP. Finished all detection and all stack tables. |
| | 32 | * began to update documentation for ippToPsps after all the changes prior to Boston trip |
| | 33 | |
| | 34 | * czartool |
| | 35 | * changed czarpoll query to get faults for a given stage: now also checks for failed_revert to catch destreak-stage failures |
| | 36 | * cleaned-up IPP metrics: missing lunations, index file was not listing everything |
| | 37 | |
| | 38 | * some PSPS user help |