index
:
teamy-playoff
bugfixes
custom-positioning
dependabot/pip/lxml-4.6.2
dependabot/pip/lxml-4.6.3
dependabot/pip/lxml-4.6.5
dependabot/pip/lxml-4.9.1
devel
gui
https-tests
i18n
info-boxes
master
mysql-import-on-demand
next-round-prognosis
position-boxes
position-styles
refactor
tkinter-imports
v1.2.1
verbose_logging
Playoff HTML generator for JFR Teamy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jfr_playoff
/
matchinfo.py
Age
Commit message (
Collapse
)
Author
2019-02-23
Team name aliases
emkael
Fixes #32
2019-02-20
Allowing to specify selected team in config before the match is published, ↵
emkael
without changing the bracket connections
2019-02-01
Misleading debugging information fixed
emkael
2018-10-17
Merge remote-tracking branch 'origin/next-round-prognosis' into v1.2.1
emkael
2018-10-02
Fetching info about possible outcomes of matches in progress
emkael
2018-10-01
Explicitly counting known teams for match boxes
emkael
2018-10-01
Refactoring team name list in matches as actual list
emkael
2018-09-28
Refactoring fetching default values for config dictionaries
position-boxes
emkael
2018-09-28
Merge branch 'devel' into position-boxes
emkael
2018-09-28
Refactoring of some config dictionary default value fetches
emkael
2018-09-28
Merge branch 'devel' into position-boxes
emkael
2018-09-28
Revert running segment link if there are no scores in the segment (possibly ↵
emkael
"Don't send scores") Part of #7 is implented by this change
2018-09-28
Fixing overall bourd count fetch for a single-segment match
emkael
2018-09-28
Fixing carry-over fetch for a single-segment match if there's none
emkael
2018-09-28
Fixing score fetch for a single-segment match with a towel
emkael
2018-09-28
Comments on the code for single-segment match team/score fetching
emkael
2018-09-28
Merge branch 'devel' into position-boxes
emkael
2018-08-09
Scores and team names for single-segment matches
emkael
2018-07-06
Storing finishing positions in DTO
emkael
2018-07-06
Storing information about seeding from starting positions in match info object
emkael
2018-02-25
Merge branch 'bugfixes' into devel
emkael
2018-02-25
Stricter selection of board table rows in HTML mode
emkael
2018-02-24
Extracting text representation of an exception instead of explicit .message ↵
verbose_logging
emkael
property
2018-02-24
Lots of lots of messages are being logged
emkael
2018-02-24
Running board count after all boards in segment are finished
emkael
2018-02-23
Getting rid of global mysql imports
emkael
2018-02-22
Bugfix: properly mark averaged boards as played when fetching from results page
emkael
2018-02-21
Not rendering phase/match links if they're not set
emkael
Fixes #13
2018-02-21
Refactoring remote HTML retrieval to separate class
emkael
2018-02-20
Refactoring fetching tournament (teams, leaderboard link etc.) info
emkael
2018-02-20
Fetching running segment link from remote URL as a fallback to database
emkael
2018-02-20
Fetching number of played boards from remote link as a fallback to database
emkael
2018-02-20
Fetching teams and scores from remote URL as a fallback to database (but ↵
emkael
before predefined config conditions)
2018-02-20
Cached remote URL fetching
emkael
2018-02-17
If a match is running, link to first unfinished segment
emkael
Fixes #6
2018-02-17
Catching not configured database on board cout retrieval
emkael
2018-02-17
Ability to indicate the state (board count) of a manually defined match
emkael
Fixes #8 Fixes #9
2018-02-17
Unconfigured match database should also fall back to config info
emkael
2018-02-17
`round` parameter is not required if we don't use database
emkael
2018-02-17
Ability to define team names for a match manually
emkael
2018-02-17
Consistent method naming
emkael
2018-02-17
Refactoring of score fetching
emkael
2018-02-17
Refactoring board count fetching
emkael
2018-02-17
Refactoring match info retrieval
emkael