Commit graph

152 commits

Author SHA1 Message Date
a3f45b7c6b fix CHANGELOG url 2024-10-03 15:03:27 +09:00
3e54f22bb0 add: campaign 4 to database 2024-10-03 14:55:55 +09:00
c3852a7776 fix: dispatch ckeck logic (missing check) 2024-10-03 14:53:11 +09:00
7cf2088b6f new: add docstrings for module DispatchChecker 2024-10-03 14:52:39 +09:00
f81241a89b fix: dispatch check logic 2024-10-03 14:24:51 +09:00
a821915028 Merge branch 'feature-dispatch-checker' into 'main'
add dispatch ckecker

See merge request wotsubo/PSBoardDataBase!1404
2024-10-03 05:49:52 +02:00
81edf05aab add info to interactive_dispatch_checker (tips on clipboard) 2024-10-03 12:47:03 +09:00
70903ec124 add interactive dispatch_checker
- TODO: add test!
2024-10-03 11:52:59 +09:00
8d75dcd0e9 new: implement dispatch check logic 2024-10-03 11:26:36 +09:00
CompatHelper Julia
c1530467f2 CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) 2024-10-03 01:44:43 +00:00
abafce1d49 fix: test regarding ClockParser.get_skew_and_riseup 2024-10-02 23:40:01 +09:00
6d0e6b71b2 update: README (add about hosted notebooks) 2024-10-02 23:38:04 +09:00
99094e2ecd new: notebook: stats on psboards with multiple skew measurements 2024-10-02 23:37:28 +09:00
f551d66fd2 fix & new clock skew related functions
- exclude psbid 630 runid 190 from skew since the file is broken
- add rise up span measure function
2024-10-02 23:25:43 +09:00
d0058f7f7b update: existing example notebooks 2024-10-02 23:21:41 +09:00
CompatHelper Julia
8e99b2b4db CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) 2024-10-02 01:45:18 +00:00
9520a2021e Update .gitlab-ci.yml file to use CI cache to improve CI performance
- referenced: https://qiita.com/SatoshiTerasaki/items/4be31630955b3dbe3bbc#cache-に関して
2024-10-01 18:16:53 +02:00
23d2ed02e2 Merge branch 'main' of ssh://gitlab.cern.ch:7999/wotsubo/PSBoardDataBase 2024-10-02 01:13:53 +09:00
fc2e13997e add exported html of pluto notebook(get_results) 2024-10-02 01:12:30 +09:00
40cfecf6d9 Update .gitlab-ci.yml file for debug 2024-10-01 18:07:28 +02:00
7bf7fdbb2d update: CI config: host exported Pluto notebook 2024-10-02 00:58:04 +09:00
fd61b9005b update CHANGELOG (notebook) 2024-10-02 00:57:54 +09:00
118ef0c234 add: example app to browser result using database 2024-10-02 00:54:14 +09:00
080b5dcd8a update examples: add df for psbid = 435 2024-10-02 00:53:45 +09:00
788acf2d7e update CHANGELOG
- about example notebook
- about count_riseup
2024-10-01 21:57:49 +09:00
48d701b3a3 add: count_riseup 2024-10-01 21:56:37 +09:00
c0bd4b01b2 add skew position dependency search 2024-10-01 21:16:04 +09:00
65513d1973 example for plotting histogram of skews 2024-10-01 21:03:39 +09:00
a64b8f20e5 update: document on how to make database
- wrt update on slavelogs requirement
2024-10-01 19:31:49 +09:00
29399c094a fix: create_database_from_exported_csvs error
- jathub_table must be DataFrame
2024-10-01 18:46:06 +09:00
f248b3b7e2 Merge branch 'feature-get-clock-skew' into 'main'
[new] Slave clock parser and function to insert into database

See merge request wotsubo/PSBoardDataBase!1401
2024-10-01 11:24:44 +02:00
bf19ee3167 [new] Slave clock parser and function to insert into database 2024-10-01 11:24:44 +02:00
1422798c3a Merge branch 'update-doc-on-test' into 'main'
update: doc on how to run test

See merge request wotsubo/PSBoardDataBase!1400
2024-10-01 06:28:24 +02:00
cb61638003 update doc Manifest 2024-10-01 13:19:38 +09:00
3ddf06848b fix: doctest CI (add dependencies for doctest) 2024-10-01 13:18:50 +09:00
f701f78a7b Update .gitlab-ci.yml file for doctest CI debug 2024-10-01 06:06:27 +02:00
9c75248f96 Update .gitlab-ci.yml file for debugging doctest CI 2024-10-01 05:57:52 +02:00
37890ce48e Update .gitlab-ci.yml file (delete explicit doctest since doctest is already included in make.jl) 2024-10-01 05:48:37 +02:00
dfc000b389 update: doc on how to run test 2024-10-01 11:47:01 +09:00
a801f3e8b2 Merge branch 'add-csv-downloader' into 'main'
Add CSV download functions

See merge request wotsubo/PSBoardDataBase!1399
2024-10-01 04:33:40 +02:00
995abd47ac fix typos 2024-10-01 11:29:05 +09:00
ab6c012480 update CHANGELOG 2024-10-01 11:28:34 +09:00
41fa56f6e5 delete: CSV files exported from Google Sheets 2024-10-01 11:24:30 +09:00
a4927fe236 update CHANGELOG 2024-10-01 11:06:38 +09:00
fa082bf4e6 update: docstring for create_database_from_exported_csvs 2024-10-01 11:06:22 +09:00
d58a13793f add CSV download functions and set them as default and use in test
- replaced old ones from runtests
- need to remove CSVs in git repo
2024-10-01 10:52:47 +09:00
16d23ec4bb update docs Manifest 2024-10-01 10:50:33 +09:00
187f49a0ce Merge branch 'add-version-and-skew' into 'main'
Add version info and skew for positions to the database

See merge request wotsubo/PSBoardDataBase!1397
2024-09-30 08:02:16 +02:00
55e1632930 update: CHANGELOG 2024-09-30 14:57:05 +09:00
de144d83c0 fix: add JATHub db CSV as a test dependency 2024-09-30 14:45:41 +09:00