mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-03 18:20:39 +09:00
[new] Slave clock parser and function to insert into database
This commit is contained in:
parent
1422798c3a
commit
bf19ee3167
10 changed files with 1861 additions and 3 deletions
|
@ -10,13 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
|
||||
- Add `versions` table to store version information of converter(this software)
|
||||
- Add `skew` columnt to `qaqc_positions` table
|
||||
- Add `skew` column to `qaqc_positions` table
|
||||
- Add `DownloadCSVs` module and functions which downloads the latest CSVs from Google sheets
|
||||
- Add `ClockParser` module and `get_skew` function
|
||||
- Add `lvds_tx_skew` column to `qaqc_single_run_result` table and related functions in `import_data.jl`
|
||||
|
||||
### Changed
|
||||
|
||||
- Set download functions in `DownloadCSVs` as default CSV locations in `create_database_from_exported_csvs`
|
||||
- Replaced CSV files used in test to newly add `DownloadCSVs` functions
|
||||
- `create_database_from_exported_csvs` now requires `slavelog_dir` to get skew from slave logs
|
||||
|
||||
### Deleted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue