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
/
data.py
Age
Commit message (
Expand
)
Author
2018-09-28
Refactoring of some config dictionary default value fetches
emkael
2018-04-06
Merge branch 'master' into devel
emkael
2018-04-06
Allowing swiss results fetch when database is not configured
emkael
2018-02-24
Lots of lots of messages are being logged
emkael
2018-02-23
Getting rid of global mysql imports
emkael
2018-02-21
Not rendering phase/match links if they're not set
emkael
2018-02-20
If swiss is still not finished, display a running link
emkael
2018-02-20
Refactoring fetching tournament (teams, leaderboard link etc.) info
emkael
2018-02-20
Database configuration is no longer mandatory, emitting warning if it's not p...
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
Score defined in JSON overrides any score from database
emkael
2018-01-26
Distinguishing matches not yet played, but with carry-over from matches alrea...
emkael
2018-01-25
Import order fixes
v1.0.4.1
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: 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
Additional properties in DTOs
emkael
2017-08-01
Code style improved
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
Data operations factored out to separate class
emkael