Kris Gesling
b8eaac1e0f
Merge pull request #2777 from MycroftAI/m2qt
...
first version of the sj201 rev4 board
2020-12-15 10:24:10 +09:30
Åke Forslund
4b1efc7db9
Add deprecation notice
2020-12-13 21:53:01 +01:00
Ken Smith
16f31b5283
testing potential fix
2020-12-12 13:39:50 -05:00
Ken Smith
59be2f69b8
handle bug in xmos bring up sequence
2020-12-11 22:54:41 -05:00
Ken Smith
8746172d57
fix xmos chip bring up issue
2020-12-11 14:17:17 -05:00
Ken Smith
e85c9cdbcb
first version of the sj201 rev4 board
2020-12-09 14:30:12 -05:00
Åke Forslund
23cf197eb0
Pylint cleanup of imports and Porcupine class
2020-12-09 12:38:54 +01:00
Åke Forslund
cb8c3fe7de
Switch to using the pvporcupine pip package
...
This is the same set of bindings as previously but packaged and
published on pypi
Picovoce library finder functions are used to determine the location of
libraries.
2020-12-09 12:37:31 +01:00
Åke Forslund
32279894f2
Update for latest Porcupine release
...
- Update the creation of Porcupine object
- Update the detection to accept >= 0 (index of detected hot word)
2020-12-09 12:37:31 +01:00
Kris Gesling
a6dc99c1f5
add -f for file removal to ensure no prompt in CI
2020-12-09 14:35:02 +09:30
Kris Gesling
424382afca
Merge branch 'dev' into feature/improve-concurrent-ci
2020-12-09 14:15:33 +09:30
Åke Forslund
b663bdd4f1
Validate fallback TTS object
...
Verify that the fallback object can execute when creating it
2020-12-09 14:13:17 +09:30
Åke Forslund
26901f1d54
Fix pylint issues
2020-12-09 14:13:17 +09:30
Åke Forslund
841998e274
Fix logs when Mimic is not found
...
If Mimic was not found at all the LOG message would raise an exception,
this fixes that issue and cleans up Exception chain
2020-12-09 14:13:17 +09:30
Kris Gesling
a7702e09a3
Run CLA check on all branches
2020-12-09 14:13:17 +09:30
Kris Gesling
f0750768fd
Merge pull request #2773 from MycroftAI/feature/mark-2-enclosure
...
POC of SJ201 support
2020-12-08 23:37:11 +09:30
Kris Gesling
b69284cad6
Add GPIO package on Mark II
...
Note that to utilize this, appropriate udev rules must be added.
2020-12-08 23:32:49 +09:30
Kris Gesling
8ad4875f6d
put vfctrl_usb on $PATH
2020-12-08 17:12:00 +09:30
Kris Gesling
6f8bae6ba1
Merge pull request #2736 from forslund/docs/plugin-apis
...
Add Plugin base classes APIs to readthedocs
2020-12-03 20:33:59 +09:30
Ken Smith
08bad71192
extend base enclosure to support new hardware
2020-12-03 21:55:42 +11:00
Kris Gesling
b0884301a3
Merge pull request #2734 from MycroftAI/feat/skill_settings_sync
...
skill settings sync flag
2020-12-02 10:45:45 +09:30
Åke
259d24396b
Merge pull request #2769 from MycroftAI/feature/gui-clear-docstring
...
Clarify that gui.clear does not close a Skill
2020-12-01 20:41:43 +01:00
Åke Forslund
843de8b64f
Base Mock config on the defualt config
...
This makes sure all config parameters are available.
2020-12-01 23:56:15 +11:00
jarbasal
4c84f66e15
skill settings sync flag
2020-12-01 23:56:15 +11:00
Kris Gesling
da280e360c
Merge pull request #2767 from forslund/bugfix/anonymous-AdaptIntent
...
Bugfix/anonymous adapt intent
2020-12-01 21:55:07 +09:30
Kris Gesling
35c1a90d73
Clarify that gui.clear does not close a Skill
2020-12-01 22:43:03 +11:00
Kris Gesling
acd67537f1
Merge pull request #2766 from MycroftAI/feat/gui_release
...
self.gui.release()
2020-12-01 21:10:57 +09:30
Åke Forslund
21425da543
Add test for anonymous AdaptIntent
2020-11-24 11:02:52 +01:00
Åke Forslund
eb78d67ff7
Fix AdaptIntent without name.
2020-11-24 10:49:04 +01:00
jarbasal
778de9a8b3
self.gui.release()
2020-11-21 17:51:14 +00:00
Kris Gesling
c81f20d78a
Merge pull request #2763 from marvin-w/update-gtts
...
Update gTTS to version 2.2.0
2020-11-17 07:43:58 +09:30
jarbasal
19d4d0cdc3
extend timeout
2020-11-16 16:52:00 +09:30
Kris Gesling
b9c974bc1b
Merge pull request #2718 from forslund/bugfix/mimic-missing-exceptions
...
Handle Mimic missing properly
2020-11-16 14:40:14 +09:30
Kris Gesling
c18a490086
Merge pull request #2759 from MycroftAI/feature/cla-on-all
...
Run CLA check on all branches
2020-11-16 13:11:13 +09:30
Marvin Wichmann
1435fc530a
Update gTTS to version 2.2.0
2020-11-15 13:41:04 +01:00
Kris Gesling
12401b8b59
Merge pull request #2666 from MycroftAI/feat/extend_timeout
...
cps extend timeout
2020-11-15 10:52:16 +09:30
Åke Forslund
1ae6271051
Validate fallback TTS object
...
Verify that the fallback object can execute when creating it
2020-11-14 11:44:32 +01:00
Kris Gesling
5c04fe309d
Restructure Jenkins directories
...
Move all outputs of a CI job into the same directory
2020-11-14 09:47:44 +09:30
Kris Gesling
e461f9e692
Remove created Docker images on CI success
...
This does not include the Major release Docker image as it is
intentionally built for re-use.
2020-11-13 16:08:31 +09:30
Kris Gesling
7564263d26
Lock CI jobs per PR
...
As the Docker images now store Allure and log files in unique
directories, multiple CI jobs from the same repository can now run
simultaneously.
2020-11-13 15:55:13 +09:30
Kris Gesling
8c6daf5385
extract log files from VK test runs
2020-11-13 15:53:00 +09:30
Kris Gesling
301b230d2f
store allure results in unique directory
2020-11-13 15:42:24 +09:30
Kris Gesling
79290c5db0
Run CLA check on all branches
2020-11-13 10:00:02 +09:30
Kris Gesling
ce7331fbbb
Ensure messagebus connected before reporting ready
...
Switch to new standard method to connect to bus client
Ensure exceptions during .run() are raised to the Enclosure service
Add missing .stop() method to base Enclosure Class
Shift call of .stop() to after exit signal
2020-11-12 16:41:37 +09:30
Kris Gesling
d01b5e10ed
add standard method for starting the bus client as a daemon
2020-11-12 16:35:45 +09:30
Kris Gesling
f2b7b0251b
Merge pull request #2757 from forslund/feature/ready-check
...
Feature: add Process Status and ensure all services ready
2020-11-12 09:16:43 +09:30
Kris Gesling
b3675f157e
Merge pull request #2749 from MycroftAI/bugfix/readthedocs
...
Fix readthedocs build
2020-11-09 14:52:44 +09:30
Åke Forslund
f560271c6a
Update info on autodoc_mock_imports
...
Tries to make it clearer when module name needs to be inserted manually.
2020-11-06 07:34:46 +01:00
Åke Forslund
731de16d1f
Properly fix readthedocs issue with yaml
2020-11-06 07:29:12 +01:00
Åke Forslund
d8c7a76a78
mock XDG during doc build
2020-11-06 07:29:11 +01:00