Age | Commit message (Expand) | Author |
2018-02-20 | Database configuration is no longer mandatory, emitting warning if it's not p... | 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 befo... | emkael |
2018-02-20 | Cached remote URL fetching | emkael |
2018-02-17 | If a match is running, link to first unfinished segment | emkael |
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 |
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 |
2018-02-17 | Don't abuse string formatting | emkael |
2018-01-27 | "#" link for a single match is not resolved relatively to phase link | emkael |
2018-01-27 | Link defined in JSON overrides links from database | emkael |
2018-01-27 | SQL compatibility with configurations which reject mixing aggregate functions... | emkael |
2018-01-27 | Score defined in JSON overrides any score from database | emkael |
2018-01-27 | Remote JSON exception handling | emkael |
2018-01-27 | Exception handling for remote JSON | emkael |
2018-01-26 | Ability to merge config from remote URLs | emkael |
2018-01-26 | Better detection of played boards | emkael |
2018-01-26 | Distinguishing matches not yet played, but with carry-over from matches alrea... | emkael |
2018-01-25 | Import order fixesv1.0.4.1 | emkael |
2018-01-25 | Handling UTF-8 with BOM configuration files | emkael |
2018-01-22 | Decoding and encoding non-ascii config file path properly | emkael |
2018-01-22 | Getting rid of MySQL error message encoding problems | emkael |
2018-01-22 | Providing default value for match score in config | emkael |
2018-01-22 | Custom default link for a match defined in config | emkael |
2018-01-22 | Team list can now be retrieved from tournament standings | emkael |
2018-01-22 | Swiss results retrieval factored out | emkael |
2018-01-22 | Bugfix: swiss property as stated in documentation | emkael |
2018-01-22 | Bugfix: paths within working directory don't append a separator at the beginning | emkael |
2018-01-22 | Bugfix: team list for a match initialized early enough | emkael |
2017-10-21 | Refactored swiss tournament results compiling, with added ability to interpre... | emkael |
2017-10-21 | Ability to set custom link label for swiss tournament links | emkael |
2017-10-03 | Ability to classify teams from specified position according to sepatare tourn... | emkael |
2017-08-01 | Code formatting | emkael |
2017-08-01 | Settings are not used as class attributes once loaded, so can remain local to... | emkael |
2017-08-01 | Import sort in all files | emkael |
2017-08-01 | Refactoring match grid generation | emkael |
2017-08-01 | Additional properties in DTOs | emkael |
2017-08-01 | Code style improved | emkael |
2017-08-01 | Fixed set() method | emkael |
2017-08-01 | Playoff phase is now also stored as DTO, arbitrary setting reads factored out... | emkael |
2017-08-01 | DTOs moved to separate submodule | emkael |
2017-08-01 | Match info retrieval refactored into separate methods | emkael |
2017-08-01 | Load config file only once | emkael |