forked from MycroftAI/mycroft-core
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Release 2.0.4a5 #723
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
Open
github-actions
wants to merge
54
commits into
master
Choose a base branch
from
release-2.0.4a5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release 2.0.4a5 #723
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
feat: m2v pipeline
* feat: intent transformers add support for intent transformer plugins * fix: deprecated imports in unittests * fix: bus init * fix: keyword name
* publish coverage report under gh-pages * test requirements
moved to the new end2end test framework https://github.com/TigreGotico/ovoscope drop codecov for self hosted solution
messed up package names in previous PR
* feat:pipeline plugin factory loads pipeline plugins from config 🎉 no longer tied to adapt/padatious * migrate pipeline names to new style * logs * add model2vec test * add model2vec test * ensure working fallback skill version * reuse minicroft instance to speed up tests * rework pipeline matchers * fix tearDown of tests * log level to help debug failing tests * explicitly check that intent service is ready + remove deprecated skill loading from folder * update tests * fallback skill tests * feat: standalone intent service support * pipeline plugin shutdown * coderabbit suggestions * coderabbit suggestions * coderabbit suggestions * test converse * test converse * fix: sess injection
* refactor: improve_stop * simplify * feat: test message number * fix: fallback test
* tests/increase_coverage coverage for language disambiguation * improve lang matching * test invalid lang detection
Updates the requirements on [ovos-config](https://github.com/OpenVoiceOS/ovos-config) to permit the latest version. - [Release notes](https://github.com/OpenVoiceOS/ovos-config/releases) - [Changelog](https://github.com/OpenVoiceOS/ovos-config/blob/dev/CHANGELOG.md) - [Commits](OpenVoiceOS/ovos-config@0.1.0a1...2.0.0) --- updated-dependencies: - dependency-name: ovos-config dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor: reduce bus spam * fix: stop message routing
* fix: converse_routing * fix: converse_routing * fix: converse_routing * fix: missing status message in fallback handling * min ovos-workshop version * min ovos-workshop version * fix: clean shutdown
* refactor: skill manager add args to launcher and unify all components under the main SkillManager service * feat: standalone skill installer * keep default values * fix mock * coverage for stop-low pipeline * drop m2v test * standardize language handling in tests (dont depend on mycroft.conf being set to en-US)
* bump packages * Update tests.txt
* active skill tests * test final session * fix stop tests - async messages support for when order is not known, eg. messages emitted from a thread
* fix: make orjson optional allow to run in more platforms, orjson fails to install in termux * fix: make orjson optional allow to run in more platforms, orjson fails to install in termux * fix: make orjson optional allow to run in more platforms, orjson fails to install in termux
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
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.
Human review requested!