index
:
teamy-quick-lineup
build-readme
input-defaults
installation-details
master
mysql-locales
porting_to_python2
pyinstaller
readme-update
requirements
Command-line interface for line-up management in JFR Teamy.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-10-09
README updated
input-defaults
emkael
2017-10-09
Input prompt for missing round/segment parameters.
emkael
2017-07-17
Merge pull request #13 from michzimny/mysql-locales
0.1-rc2
Michał Zimniewicz
2017-07-17
Wiping binaries away from the repository
mysql-locales
emkael
2017-03-01
Merge pull request #12 from michzimny/build-readme
Michał Zimniewicz
2017-03-01
Adding hidden import for 'eng' locale MySQL errors
emkael
2017-03-01
Build process documentation
build-readme
emkael
2017-03-01
add emkael to LICENSE
Michal Zimniewicz
2017-03-01
Merge pull request #9 from michzimny/pyinstaller
0.1
Michał Zimniewicz
2017-02-26
Merge branch 'master' into pyinstaller
pyinstaller
Michał
2017-02-26
Merge branch 'pyinstaller' of github.com:michzimny/teamy-quick-lineup into py...
emkael
2017-02-26
https://github.com/michzimny/teamy-quick-lineup/pull/9#pullrequestreview-2388...
emkael
2017-02-26
Merge pull request #8 from michzimny/requirements
Michał Zimniewicz
2017-02-26
Versioned dependencies in requirements files
requirements
emkael
2016-12-01
README updated to reflect bootstrap script, not module architecture
0.1-rc1
emkael
2016-11-26
README updated to reflect bootstrap script, not module architecture
emkael
2016-11-26
Compiled binary. Fixes #3
emkael
2016-11-26
Program icon
emkael
2016-11-25
Parsing command-line arguments with argparse
emkael
2016-11-25
Wrapping app entry point in method
emkael
2016-11-25
More verbose config-related messages
emkael
2016-11-25
Configuration from external JSON file. Fixes #2
emkael
2016-11-25
Global error handling
emkael
2016-11-25
Handling Ctrl+C/Ctrl+D a bit more gracefully
emkael
2016-11-25
All the necessary hidden imports. Fixes #4
emkael
2016-11-25
clearing up Pair info for printing purposes
emkael
2016-11-25
fun fact: `print()` in Python2 prints out "()"
emkael
2016-11-25
encoding readline completer options in case Python2 unicode strings are involved
emkael
2016-11-25
alias raw_input() as input() for python2
emkael
2016-11-25
adjust super() calls to python2
Michal Zimniewicz
2016-11-25
Merge pull request #7 from michzimny/porting_to_python2
Michał Zimniewicz
2016-11-25
Replacing cached_property module from Django to a standalone one
emkael
2016-11-25
Merge branch 'requirements' into pyinstaller
emkael
2016-11-25
README for MySQL engines updated. Closes: #5
emkael
2016-11-25
Requirements files split per platform
emkael
2016-11-25
bootstrap file and environment for pyinstaller
emkael
2016-10-10
clearing up Pair info for printing purposes
porting_to_python2
emkael
2016-10-10
fun fact: `print()` in Python2 prints out "()"
emkael
2016-10-10
encoding readline completer options in case Python2 unicode strings are involved
emkael
2016-10-10
alias raw_input() as input() for python2
emkael
2016-10-09
adjust super() calls to python2
Michal Zimniewicz
2016-10-09
Initial commit
Michal Zimniewicz