index
:
jasper-client
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PEP8 style fixes for brain.py
schneefux
2014-09-11
1
-3
/
+2
*
Merge pull request #166 from Holzhaus/improved-module-detection
schneefux
2014-09-11
1
-35
/
+23
|
\
|
*
Fixed wrong module import path in client.brain
schneefux
2014-09-11
1
-2
/
+2
|
*
Cleanup of module detection in client.brain
schneefux
2014-09-11
1
-35
/
+23
*
|
Set JASPER_HOME before importing client modules
schneefux
2014-09-11
1
-13
/
+13
*
|
Added test for vocabcompiler to `--light` tests and updated travis config
schneefux
2014-09-11
4
-64
/
+5
*
|
Moved all imports to the top and changed `--local` detection
schneefux
2014-09-11
1
-13
/
+8
*
|
Add client folder to sys.path
schneefux
2014-09-11
1
-1
/
+4
*
|
`sys.exit(1)` on startup error
schneefux
2014-09-11
1
-1
/
+1
*
|
Move stdlib/3rd-party imports to the top
schneefux
2014-09-11
1
-6
/
+4
*
|
Remove prints
schneefux
2014-09-11
1
-3
/
+1
*
|
Updated travis.yml to use vocabcompiler unittest from client folder
schneefux
2014-09-11
1
-2
/
+1
*
|
vocabcompiler unittest can now be enable via command line argument
schneefux
2014-09-11
1
-1
/
+4
*
|
Merge boot/test.py into client/test.py
schneefux
2014-09-11
1
-1
/
+31
*
|
Move client/main.py to jasper.py and add client/main.py dummy script for back...
schneefux
2014-09-11
5
-121
/
+141
*
|
Make client folder a python package
schneefux
2014-09-11
1
-0
/
+0
*
|
Merged boot/boot.py into client/main.py
schneefux
2014-09-11
2
-88
/
+67
*
|
Move vocabcompiler into client folder
schneefux
2014-09-11
2
-5
/
+2
*
|
Merge pull request #165 from Holzhaus/use-tempfile-module
schneefux
2014-09-11
1
-9
/
+8
|
\
\
|
*
|
Use `with` statement in client.g2p
schneefux
2014-09-11
1
-3
/
+2
|
*
|
Use tempfile in client.g2p
schneefux
2014-09-11
1
-6
/
+6
|
|
/
*
|
PEP8 style fixes for diagnose.py
schneefux
2014-09-11
1
-8
/
+11
*
|
Merge pull request #160 from alexsiri7/diagnostic
schneefux
2014-09-11
3
-9
/
+110
|
\
\
|
|
/
|
/
|
|
*
Using Diagnostics internet connection check in boot.py and test.py
schneefux
2014-09-11
2
-9
/
+5
|
*
Simple diagnostic tool for Jasper
schneefux
2014-09-11
1
-0
/
+105
|
/
*
Throw error when JASPER_HOME is not set in start.py
schneefux
2014-09-10
1
-1
/
+7
*
Merge branch 'Holzhaus-pure-python'
schneefux
2014-09-10
4
-20
/
+43
|
\
|
*
Remove Shebangs from modules not meant to be executed directly
schneefux
2014-09-10
24
-24
/
+0
|
*
Add shebang to start.sh
schneefux
2014-09-10
2
-2
/
+2
|
*
Add executable flag to client/main.py and boot/test.py
schneefux
2014-09-10
1
-0
/
+0
|
*
Remove executable flag from musicmode.py and conversation.py
schneefux
2014-09-10
2
-0
/
+0
|
*
Add shebang and PEP 0263 source encoding to every module
schneefux
2014-09-10
29
-1
/
+57
|
*
Add shebang and PEP 0263 source encoding to main.py
schneefux
2014-09-10
1
-2
/
+3
|
*
Ported client/start.sh to python
schneefux
2014-09-10
2
-3
/
+16
|
*
Ported boot/boot.sh to python
schneefux
2014-09-10
2
-19
/
+29
*
|
Merge pull request #154 from Holzhaus/shebangs
schneefux
2014-09-10
31
-4
/
+37
|
\
\
|
|
/
|
/
|
|
*
Remove Shebangs from modules not meant to be executed directly
schneefux
2014-09-10
24
-24
/
+0
|
*
Use executable flag and shebang instead of explicit interpreter in shell scri...
schneefux
2014-09-06
2
-2
/
+2
|
*
Add shebang to start.sh
schneefux
2014-09-06
1
-0
/
+1
|
*
Change python to python2 in start scripts
schneefux
2014-09-06
2
-2
/
+2
|
*
Add executable flag to client/main.py and boot/test.py
schneefux
2014-09-06
2
-0
/
+0
|
*
Remove executable flag from musicmode.py and conversation.py
schneefux
2014-09-06
2
-0
/
+0
|
*
Add shebang and PEP 0263 source encoding to every module
schneefux
2014-09-06
29
-3
/
+57
|
*
Add shebang and PEP 0263 source encoding to main.py
schneefux
2014-09-06
1
-0
/
+2
*
|
Better info for test profile
schneefux
2014-09-09
1
-2
/
+3
*
|
Don't fail if network connection is missing
schneefux
2014-09-09
1
-9
/
+12
*
|
Better error message granularity in boot.py
schneefux
2014-09-09
1
-4
/
+26
*
|
Travis build badge for README
schneefux
2014-09-09
1
-0
/
+2
*
|
Minor style fixes to test.py
schneefux
2014-09-09
1
-5
/
+5
*
|
Merge pull request #158 from alexsiri7/travis
schneefux
2014-09-09
2
-3
/
+21
|
\
\
[prev]
[next]