forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 0
update to latest dev #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/MycroftAI/enclosure-mark1/blob/master/protocols.txt#L141 according to the spec there is a bug
The handler was silently failing when the STT doesn't receive any data.
Upgrade msm to v0.8.7
Fix resetting of converse state on STT failure
Test reset converse
Bump enclosure version
mark1/fix display big images
Remove the use of the separate error message and use the wait_for_reply method to get the converse result. The error message is left to guarantee compatibility.
Snowboy could use several wakeword models, not only the first one.
Enable snowboy to use several wakeword models
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.2.1 to 5.6.6. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.2.1...release-5.6.6) Signed-off-by: dependabot[bot] <support@github.com>
Simplify the converse callings
A skill can be missed if a skill is removed (due to an error) from the list during iteration
Padatious doesn't shouldn't report active like other skills, this only sent an empty skill entry to the active skills list.
Only allow non-empty skill IDs into the list of active skills
- Remove print statement - Remove unused import - Updated some docstrings
Including a case where an error occur.
Fixed typo "Devloper" to "Developer"
The Voight kampff test is an integration test collecting and running behave test of skills.
Some branches have a "/" in their name (e.g. feature/new-and-cool) Some commands, such as those tha deal with directories, don't play nice with this naming convention. Define an alias for the branch name that can be used in these scenarios.
Behave will generate test results in the allure format, this will be picked up by Jenkins and sent of to a standalone webserver.
Read mark1 eye color
Fix danish typos and better translations
Bugfix Converse error
Add resource lock tests in Jenkinsfile
This will allow non-packaged versions of mycroft core to report version to the backend.
The upload queue will now check if it's stopped while consuming the queue, allowing quicker shutdown if triggered while in the middle of uploading settingsmeta.
"stop-mycroft.sh all" stopped the messagebus before the services were shutdown, causing disconnected errors for the processes and making some of the shutdown code take longer.
The 5 second timeout made the playback control take quite some time to shutdown if the audio process isn't running.
Also minor cleaning up of test code
Fallback to internal version if no version file exists
Use a single websocket but don't send data from clients to other clients.
This allows simple websocket clients to connect as well.
The README contains a brief note about running Mycroft standalone (without home.mycroft.ai), but the docs were very incomplete and somewhat outdated.
Fix standalone docs in README
Update skill stop sequence
Gui connection update
…irectory to differentiate from tests run on the skill repository.
Email jenkins results
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
(Description of what the PR does, such as fixes # {issue number})
How to test
(Description of how to validate or test this PR)
Contributor license agreement signed?
CLA [ ] (Whether you have signed a CLA - Contributor Licensing Agreement