summaryrefslogtreecommitdiff
path: root/jfr_playoff/matchinfo.py
AgeCommit message (Expand)Author
2019-12-30Refactoring package structure (moving MatchInfo and TournamentInfo classes)emkael
2019-12-30New package structure for result info classesemkael
2019-12-30Preparing result info class refactoringemkael
2019-02-23Team name aliasesemkael
2019-02-20Allowing to specify selected team in config before the match is published, wi...emkael
2019-02-01Misleading debugging information fixedemkael
2018-10-17Merge remote-tracking branch 'origin/next-round-prognosis' into v1.2.1emkael
2018-10-02Fetching info about possible outcomes of matches in progressemkael
2018-10-01Explicitly counting known teams for match boxesemkael
2018-10-01Refactoring team name list in matches as actual listemkael
2018-09-28Refactoring fetching default values for config dictionariesposition-boxesemkael
2018-09-28Merge branch 'devel' into position-boxesemkael
2018-09-28Refactoring of some config dictionary default value fetchesemkael
2018-09-28Merge branch 'devel' into position-boxesemkael
2018-09-28Revert running segment link if there are no scores in the segment (possibly "...emkael
2018-09-28Fixing overall bourd count fetch for a single-segment matchemkael
2018-09-28Fixing carry-over fetch for a single-segment match if there's noneemkael
2018-09-28Fixing score fetch for a single-segment match with a towelemkael
2018-09-28Comments on the code for single-segment match team/score fetchingemkael
2018-09-28Merge branch 'devel' into position-boxesemkael
2018-08-09Scores and team names for single-segment matchesemkael
2018-07-06Storing finishing positions in DTOemkael
2018-07-06Storing information about seeding from starting positions in match info objectemkael
2018-02-25Merge branch 'bugfixes' into develemkael
2018-02-25Stricter selection of board table rows in HTML modeemkael
2018-02-24Extracting text representation of an exception instead of explicit .message p...verbose_loggingemkael
2018-02-24Lots of lots of messages are being loggedemkael
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
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 befo...emkael
2018-02-20Cached remote URL fetchingemkael
2018-02-17If a match is running, link to first unfinished segmentemkael
2018-02-17Catching not configured database on board cout retrievalemkael
2018-02-17Ability to indicate the state (board count) of a manually defined matchemkael
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