summaryrefslogtreecommitdiff
path: root/jfr_playoff/matchinfo.py
AgeCommit message (Collapse)Author
2018-02-25Stricter selection of board table rows in HTML modeemkael
2018-02-24Running board count after all boards in segment are finishedemkael
2018-02-23Getting rid of global mysql importsemkael
2018-02-22Bugfix: properly mark averaged boards as played when fetching from results pageemkael
2018-02-21Not rendering phase/match links if they're not setemkael
Fixes #13
2018-02-21Refactoring remote HTML retrieval to separate classemkael
2018-02-20Refactoring fetching tournament (teams, leaderboard link etc.) infoemkael
2018-02-20Fetching running segment link from remote URL as a fallback to databaseemkael
2018-02-20Fetching number of played boards from remote link as a fallback to databaseemkael
2018-02-20Fetching teams and scores from remote URL as a fallback to database (but ↵emkael
before predefined config conditions)
2018-02-20Cached remote URL fetchingemkael
2018-02-17If a match is running, link to first unfinished segmentemkael
Fixes #6
2018-02-17Catching not configured database on board cout retrievalemkael
2018-02-17Ability to indicate the state (board count) of a manually defined matchemkael
Fixes #8 Fixes #9
2018-02-17Unconfigured match database should also fall back to config infoemkael
2018-02-17`round` parameter is not required if we don't use databaseemkael
2018-02-17Ability to define team names for a match manuallyemkael
2018-02-17Consistent method namingemkael
2018-02-17Refactoring of score fetchingemkael
2018-02-17Refactoring board count fetchingemkael
2018-02-17Refactoring match info retrievalemkael