Commit Graph

5040 Commits (mark-ii/gui-namespace)

Author SHA1 Message Date
Kris Gesling a358bf672f Do not download Precise if exe already exists
This means that the Precise tarball will no longer need to be
stored on disk for the sake of petact.
2020-12-30 21:19:59 +09:30
Åke Forslund bd19d1673c Fix remote settings overwrite at startup
Mycroft always mangeled any local settings changes at startup.

This caches the last settings from home on disk and only updates skills
_if_ there is a change.

This means that as if a member is changed locally (manually edited or
changed by the skill itself) it will be kept until another change is made
to the skill on Home.
2020-12-29 23:03:21 +01:00
Kris Gesling fd5c8bb5e3 Merge branch 'dev' into feature/mark-2 2020-12-29 14:31:09 +09:30
Kris Gesling 0050bde937
Merge pull request #2762 from MycroftAI/feature/improve-concurrent-ci
Feature: enable simultaneous CI jobs and keep logs
2020-12-29 10:06:32 +09:30
Tim Gates 66270c3cd7
docs: fix simple typo, retruns -> returns
There is a small typo in mycroft/skills/skill_data.py.

Should read `returns` rather than `retruns`.
2020-12-24 08:18:14 +11:00
Åke 95fc0be02c
Merge pull request #2782 from PureTryOut/remove/six
Remove six from dependencies
2020-12-23 08:01:33 +01:00
Bart Ribbers b10865d8f8 Upgrade requests to 2.25.1 2020-12-19 12:05:42 +01:00
Bart Ribbers 5a7c5ed056 Remove six from dependencies
Although some of the dependencies of MyCroft still use it, MyCroft
itself seems to have no uses of this anywhere, so let's get rid of it
(dependencies will pull it in on their own)
2020-12-19 11:56:42 +01:00
Aditya Mehra 9ed6baef22 fix case indentation 2020-12-18 14:03:08 +05:30
Aditya Mehra 89a07d05ab Add missing remove page implementation and show idle if all pages removed 2020-12-18 12:52:44 +05:30
Kris Gesling 4c254aa99f
Merge pull request #2780 from dalgwen/bugfix/issue-2779
Fix UnboundLocalError in AudioProducer
2020-12-15 22:29:48 +09:30
dalgwen 4747dd0e59 Fix UnboundLocalError in AudioProducer
==== Fixed Issues ====

====  Tech Notes ====
The variable should be declared outside the loop.
2020-12-15 10:16:34 +01:00
Kris Gesling a54548f1b2 restore play cmd to default 2020-12-15 15:04:53 +09:30
Kris Gesling 09674e6ea5 add sj201r4 requirements 2020-12-15 14:56:49 +09:30
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