Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
076b13f
ENH: Use shlex.join for pretty printing of shell commands
Debilski May 27, 2025
3c769f1
NF: Add thread count to cli
Debilski May 26, 2025
bd12a78
NF: Restructure ci_engine to employ concurrent worker threads
Debilski Jun 6, 2025
6a3b1ce
RF: Remove click
Debilski Jun 6, 2025
366c8a1
ENH: Improve counting logic
Debilski Jun 6, 2025
246807d
ENH: Use exit flag in main loop
Debilski Jun 4, 2025
1eca2a1
BLD: Fix test
Debilski Jun 6, 2025
854ea9c
RF: Elo in sqlite
Debilski Jun 6, 2025
6a01ff5
NF: Use asyncio for hashing
Debilski Jun 7, 2025
c722a09
ENH: Simpler sorting logic
Debilski Jun 7, 2025
acafc9a
RF: Change internal data structure
Debilski Jun 7, 2025
0d1260c
ENH: Use ThreadPoolExecutor to query for team names
Debilski Jun 7, 2025
c90819f
ENH: Delete players that have an error
Debilski Jun 7, 2025
9bf8c73
ENH: Use longer initial timeout
Debilski Sep 9, 2025
b1a812b
RF: Make --full optional
Debilski Sep 10, 2025
64b4ad4
RF: Show stats for a single team
Debilski Sep 10, 2025
cfcd927
ENH: Save number of errors directly
Debilski Sep 10, 2025
0dc4294
ENH: Collect individual player output
Debilski Sep 10, 2025
63902bd
ENH: Add id field to db
Debilski Sep 14, 2025
bd24133
RF: Clearer naming for timeouts
Debilski Feb 2, 2026
218997c
RF: Use ThreadPoolExecutor for the matches
Debilski Sep 14, 2025
f4a2317
ENH: Allow CLI override of database location.
Debilski May 28, 2026
e52a3ed
ENH: Make player paths relative to cfg file
Debilski May 28, 2026
210fb74
RF: Read cfg with read_file
Debilski May 28, 2026
5ceb4aa
NF: Simple HTML export
Debilski May 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ jobs:
- name: Run ci_engine session
run: |
cd contrib
python ci_engine.py -n 5
python ci_engine.py run -n 5
timeout-minutes: 5
Loading
Loading