summaryrefslogtreecommitdiff
path: root/jfr_playoff
AgeCommit message (Expand)Author
2018-05-22Fixing vertical positioning of match boxes if there's a single match in every...emkael
2018-04-25Add explanation of leaderboard classes for these with defined captionsemkael
2018-04-25Add config-specified classes to leaderboard positionsemkael
2018-04-06Allowing swiss results fetch when database is not configuredemkael
2018-02-25Stricter selection of board table rows in HTML modeemkael
2018-02-24Fixing improper merge from verbose_loggingemkael
2018-02-24Fix for rethrowing mysql.connector.Error as IOErroremkael
2018-02-24Fixing remote HTML encoding accordingly to HTML content meta tagsemkael
2018-02-24Adding seconds to footer generation date/timeemkael
2018-02-24Running board count after all boards in segment are finishedemkael
2018-02-23Logging facility configured by command line argumentsemkael
2018-02-23Converting command line argument parsing to argparseemkael
2018-02-23Attempt output path creation only if there's a non-empty pathemkael
2018-02-23Creating output directories if they don't existemkael
2018-02-23Getting rid of global mysql importsemkael
2018-02-22Bumping version numberv1.1.0.1emkael
2018-02-22Bugfix: properly mark averaged boards as played when fetching from results pageemkael
2018-02-21Migrating from urllib to requestsv1.1.0emkael
2018-02-21Not rendering phase/match links if they're not setemkael
2018-02-21Fetching tournament data (swiss results, team list) from remote URLemkael
2018-02-21Compiling match links from given remote URLemkael
2018-02-21Fetching completed status for a swiss from a remote HTMLemkael
2018-02-21Refactoring remote HTML retrieval to separate classemkael
2018-02-20If swiss is still not finished, display a running linkemkael
2018-02-20Refactoring fetching tournament (teams, leaderboard link etc.) infoemkael
2018-02-20Goniec settings are no longer mandatory and have sane defaultsemkael
2018-02-20Database configuration is no longer mandatory, emitting warning if it's not p...emkael
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
2018-02-17Don't abuse string formattingemkael
2018-01-27"#" link for a single match is not resolved relatively to phase linkemkael
2018-01-27Link defined in JSON overrides links from databaseemkael
2018-01-27SQL compatibility with configurations which reject mixing aggregate functions...emkael
2018-01-27Score defined in JSON overrides any score from databaseemkael
2018-01-27Remote JSON exception handlingemkael
2018-01-27Exception handling for remote JSONemkael
2018-01-26Ability to merge config from remote URLsemkael
2018-01-26Better detection of played boardsemkael