Commit Graph

4585 Commits (bfd6be347f0c88aabad8f287081a860b09359f3d)

Author SHA1 Message Date
Å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 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
Åke Forslund 39e8c21540 Fix issues with .readthedocs file
- Rename it to .readthedocs.yml
- Fix doc requirements path
2020-11-06 07:28:39 +01:00
Kris Gesling 8b107ce733
Merge pull request #2742 from forslund/bugfix/vk-reset-config-spam
Fix Voight kampff reset of patched config
2020-11-06 14:38:28 +09:30
Kris Gesling 596a9b7cd6
Merge pull request #2748 from forslund/bugfix/load-stt-plugin
Fix typo preventing STT plugins to load
2020-11-05 06:51:50 +09:30
Åke 680269436c
Merge pull request #2745 from forslund/test/travis-build-mimic-once
Only build mimic once during travis tests
2020-11-04 21:20:50 +01:00
Åke Forslund 5bf2af861f Fix typo preventing STT plugins to load 2020-11-04 08:04:46 +01:00
Åke Forslund e552910660 Add sphinxdoc for plugins 2020-11-04 08:03:08 +01:00
Åke Forslund 50f049032b Add docstrings for Hotword base class 2020-11-04 08:03:15 +01:00
Åke Forslund de8803be34 Add docstring for STT base classes 2020-11-04 08:03:12 +01:00
Åke Forslund 5e633421c6 Improve docstrings for TTS 2020-11-04 08:03:08 +01:00
Åke Forslund c747b0487a Improve docstrings for audio service backend classes 2020-11-04 08:03:03 +01:00
Kris Gesling 4aebf3c50e
Merge pull request #2746 from forslund/bugfix/dev-setup-adapt
Enable utf-8 encoding during dev-setup.sh
2020-11-04 15:44:13 +09:30
Kris Gesling e3e01ee936
add reason for skipping Mimic build 2020-11-04 15:11:30 +09:30
Åke Forslund 0dadb580c3 Enable utf-8 encoding during dev-setup.sh 2020-10-30 13:04:29 +01:00
Åke Forslund 62817b1139 Only build mimic once during travis tests
Save some CPU cycles by only building mimic once. The build shouldn't
differ vastly (or at all) between runs.
2020-10-29 23:42:28 +01:00
Åke Forslund dfe909aa2e Add a log for when config is patched
Since we have a reset log a matching info message for when updating the
config should be shown
2020-10-29 08:05:32 +01:00
Åke Forslund 3de34003cf Use custom cleanup to reset patched config
original_config will now only live in the scenario part of the context
being automatically cleared at the end of each scenario. To reset the
patch a custom cleanup is added when the patch is performed.
2020-10-29 08:05:28 +01:00
Kris Gesling 0258009857
Merge pull request #2737 from MycroftAI/feat/appstore_warning
msm appstore warning
2020-10-28 16:13:18 +09:30
Kris Gesling 157607d728
Merge pull request #2739 from forslund/feature/travis-test-py3.9
Run unit tests on python 3.9 as well on PRs
2020-10-28 09:22:54 +09:30
Åke Forslund dd69b1da65 Run unit tests on python 3.9 as well on PRs 2020-10-27 17:22:13 +01:00
jarbasal 8b7a45d02f msm appstore warning 2020-10-26 16:44:52 +00:00
Åke 73e49949b0
Merge pull request #2735 from MycroftAI/bugfix/load-status
Ensure load_status is initialized on load failure
2020-10-26 08:47:54 +01:00
Kris Gesling 3ca15e9bb7 ensure load_status is initialized on load failure 2020-10-26 16:18:20 +09:30
Kris Gesling f809ab296c
Merge pull request #2731 from forslund/bugfix/sphinxdocs
Point sphinxdocs to new requirements.txt location
2020-10-26 14:56:11 +09:30
Kris Gesling 6301d19088
Merge pull request #2732 from AIIX/fix/pageinteractionparams
Fix/add missing skill_id parameter for page interaction and focus events
2020-10-26 11:34:48 +09:30
Aditya Mehra 3a33284f62 add missing skill_id parameter for page interaction and focus events 2020-10-23 13:34:01 +05:30
Åke Forslund 65656ac3f4 Point sphinxdocs to new requirements.txt location 2020-10-23 08:43:20 +02:00
Kris Gesling 23f8c3f5be
Merge pull request #2724 from forslund/feature/pyee-8.1.0
Update to pyee 8.1.0
2020-10-22 20:38:22 +09:30
Åke Forslund c04b6bbc3b Update adapt to a version with matching pyee 2020-10-22 11:43:06 +02:00