SoloVeniaASaludar
2b50b90ccb
bugfix/issue-688
2017-05-18 16:49:07 -03:00
SoloVeniaASaludar
cf82d7db34
+
2017-05-18 16:49:07 -03:00
Åke Forslund
ce554d06cf
Disable maxAudioWithBaselineShift test (works locally but not on travis)
2017-05-18 16:49:07 -03:00
Åke Forslund
06e352476d
Disable tests requiring pairing
2017-05-18 16:49:07 -03:00
Åke Forslund
bc744c3476
Fix pep8
2017-05-18 16:49:07 -03:00
Åke Forslund
aa0756a3f3
Enforce float as threshold value to pocked sphinx
2017-05-18 16:49:07 -03:00
Åke Forslund
4eb1c897b5
re-enable unittests on travis
2017-05-18 16:49:07 -03:00
Åke Forslund
0284103492
Disable failing tests for now while unittests are re-enabled
2017-05-18 16:49:07 -03:00
Åke Forslund
63ce4ced02
Remove pairing skill test since it's not part of core
2017-05-18 16:49:07 -03:00
Åke Forslund
cb4ce7e481
Replace GoogleSTT with MycroftSTT
2017-05-18 16:49:07 -03:00
Åke Forslund
cd088415d0
Fix init of local recognizer
2017-05-18 16:49:07 -03:00
Åke Forslund
028e0bf56d
Both date formats tested.
2017-05-18 16:49:07 -03:00
Åke Forslund
2180c1872d
Add dedicated directory for empty directory tests.
2017-05-18 16:49:07 -03:00
Åke Forslund
26b3423fb2
Correct test criteria for time format for scheduled skill.
...
Now matches current behaviour, previous behaviour is not a good idea since it depended on Locale.
2017-05-18 16:49:07 -03:00
Åke Forslund
a56d8146a3
record.wav amplified.
...
Record test failed due to low signal in record.wav
2017-05-18 16:49:07 -03:00
Åke Forslund
484d4a9ce3
Move ignore SIGCHLD to entry points.
...
Ignoring SIGCHLD trips up unittests, this was done as the unittest loaded mycroft.skills.core
2017-05-18 16:49:07 -03:00
Augusto Monteiro 'Sparky
e21acc2d12
#686 - update skill should only update unchanged skills
2017-05-18 16:49:07 -03:00
Augusto Monteiro 'Sparky
650df97f0e
#683 - removing msm path configuration
2017-05-18 16:49:07 -03:00
Åke Forslund
ae38e90ec7
Fix skill container.
...
Switch from Intent to IntentService.
2017-05-18 16:49:07 -03:00
penrods
236e639728
Bumping version number to allow new build with 'git' as a package requirement for 'msm'
2017-05-18 16:49:07 -03:00
Ethan Ward
efa546836f
Update audio accuracy test
2017-05-18 16:49:07 -03:00
Art McGee
efd944e236
Fixes and Typeo's
...
Signed-off-by: Art McGee <amcgee7@jaguarlandrover.com>
2017-05-09 15:27:22 -07:00
Art McGee
04d20cfd6c
This add comments to document the message class
...
Signed-off-by: Art McGee <amcgee7@jaguarlandrover.com>
2017-05-09 11:30:15 -07:00
kfezer@gmail.com
d68b1dddb3
Changing how SSH is enabled.
...
Now using systemctl for both enabling and disabling\
modified: mycroft/client/wifisetup/main.py
2017-05-08 19:32:56 -07:00
Arron Atchison
fb912215af
Update main.py
2017-05-08 19:07:24 -07:00
kfezer
c7af7cfc70
Merge pull request #744 from MycroftAI/feature/ssh-disable
...
Support for Mark 1 SSH > BLOCK menu item
2017-05-08 17:21:48 -07:00
Arron Atchison
3c42443e04
Update version.txt
2017-05-08 16:34:16 -07:00
kfezer@gmail.com
d77709e1f9
Added command line calls to enable/ disable ssh
...
Fixed issue where ssh.enable was emitting wrong message
Tested mycroft.dialog.get
modified: mycroft/client/enclosure/__init__.py
modified: mycroft/client/wifisetup/main.py
2017-05-08 16:30:51 -07:00
Arron Atchison
5e037c3f1f
Version bump to 0.8.12
2017-05-08 15:49:22 -07:00
penrods
6428063531
Minor code restructure to simplify _record_phrase()
...
Basically just moved the signal-related code into a helper method.
2017-05-08 15:44:36 -07:00
penrods
6399644032
Improved handling of button press
...
Improved the way the button press is handled. Now the listener gives the rest
of the system a moment to consume the button press before it interprets it
as a request to begin listening.
Also replaced the use of the "buttonPress" signal when "expect_response"
was indicated with an utterance. Now the signal "startListening" is
created, differentiating it from a buttonPress.
2017-05-08 15:44:36 -07:00
Augusto Monteiro
131a8204da
Merge pull request #735 from forslund/bugfix/issue-734
...
Enable config updates for skills in container
2017-05-08 14:58:21 -07:00
penrods
771d773931
Support for Mark 1 SSH > BLOCK menu item
...
This implements the handler for the Mark 1 menu item SSH > BLOCK (the inverse of SSH > ALLOW)
* Added handler for "unit.disable-ssh" on the serial line. This turns around and emits "mycroft.disable.ssh" on the messagebus.
* Removed the automatic reboot, just let the user know it will be different after a restart
* Made the spoken message translatable
* Changed mycroft.dialog.get() to not require the "lang" parameter. It will default to the mycroft.conf value.
2017-05-08 13:37:18 -07:00
Augusto Monteiro
afae353dc8
Merge pull request #738 from MycroftAI/feature/weather-icons
...
Restore the drawing of icons when showing weather.py
2017-05-08 11:24:26 -07:00
penrods
497de370a2
Restore the drawing of icons when showing weather.py
...
This implements the image drawing functionality of the lastest Mark 1 enclosure instead of the old numeric weather icon codes.
2017-05-07 19:53:24 -07:00
Åke Forslund
4910f4c1d3
Enable config updates for skills in container
2017-05-06 09:46:06 +02:00
kfezer
27c9a03a52
Merge pull request #733 from MycroftAI/hotfix/fix-demo-mode
...
Fixing demo mode, sending two events on message bus
2017-05-05 16:20:37 -07:00
Augusto Monteiro 'Sparky
e77082baf7
Fixing demo mode, sending two events on message bus
2017-05-05 16:12:11 -07:00
Arron Atchison
80083f880d
Update __init__.py
2017-05-05 14:18:26 -07:00
kfezer
8240e547bf
Merge pull request #722 from SoloVeniaASaludar/feature/issue-721
...
i18n: Spanish normalize_es
2017-05-05 13:44:24 -07:00
kfezer
24b545b76f
Merge pull request #732 from MycroftAI/bug/ssh-wifi-reset-delay
...
increases boot delay on reboot after ssh and reset
2017-05-05 13:35:03 -07:00
kfezer@gmail.com
083ac3fb6b
increases boot delay on reboot after ssh and reset
...
modified: mycroft/client/enclosure/__init__.py
2017-05-05 13:25:00 -07:00
Augusto Monteiro
44c20c7ca4
Merge pull request #731 from MycroftAI/feature/add-demo-skill
...
Adding demo skill
2017-05-05 12:20:28 -07:00
Arron Atchison
27cbd14def
bump enclosure version to 0.1.22
2017-05-05 12:17:52 -07:00
Augusto Monteiro 'Sparky
7f53f0aee5
Adding demo skill
2017-05-05 12:11:36 -07:00
SoloVeniaASaludar
d85583af74
+
2017-05-05 14:10:19 +02:00
SoloVeniaASaludar
054725ee40
+
2017-05-05 13:27:35 +02:00
Augusto Monteiro
b31df91673
Merge pull request #729 from MycroftAI/feature/adding-demo-mode
...
Adding demo mode
2017-05-04 16:35:28 -07:00
Augusto Monteiro 'Sparky
4328e869a9
Adding demo mode
...
* Sending an event to messagebus when demo button is pressed
2017-05-04 15:46:37 -07:00
kfezer
28a5043e25
Merge pull request #728 from MycroftAI/bug/fix-wpa-sup-string
...
Fixes error with wpa_supplicant string
2017-05-03 18:11:02 -07:00