Skip to content
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

feat/common_query service #127

Merged
merged 10 commits into from Jun 2, 2022
Merged

Conversation

NeonJarbas
Copy link

@NeonJarbas NeonJarbas commented Jun 2, 2022

moves common query from a skill to a first class intent service

instead of being the first fallback skill it is now called before fallback stage

the common query skill only listened and emited events, it doesnt do "skill things", fits better as it's own intent matcher

deprecates https://github.com/OpenVoiceOS/skill-ovos-common-query , it should be archived but can still be used in unittests and in regular mycroft

other misc fixes:

moves common query from a skill to a first class intent service

instead of being the first fallback skill it is now called before fallback stage

the common query skill only listened and emited events, it doesnt do "skill things", fits better as it's own intent matcher
@JarbasAl JarbasAl requested a review from NeonDaniel June 2, 2022 10:59
@JarbasAl JarbasAl added the enhancement New feature or request label Jun 2, 2022
@JarbasAl JarbasAl changed the title feat/feat/common_query feat/common_query service Jun 2, 2022
@codecov
Copy link

codecov bot commented Jun 2, 2022

Codecov Report

Merging #127 (7ee9397) into dev (6ceb058) will increase coverage by 2.59%.
The diff coverage is 34.79%.

@@            Coverage Diff             @@
##              dev     #127      +/-   ##
==========================================
+ Coverage   50.35%   52.94%   +2.59%     
==========================================
  Files         119      150      +31     
  Lines       10077     9176     -901     
==========================================
- Hits         5074     4858     -216     
+ Misses       5003     4318     -685     
Impacted Files Coverage Δ
mycroft/api/__init__.py 30.24% <0.00%> (-47.99%) ⬇️
mycroft/client/enclosure/__main__.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/mark1/arduino.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/mark1/eyes.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/mark1/mouth.py 0.00% <0.00%> (ø)
mycroft/client/speech/__main__.py 0.00% <0.00%> (ø)
mycroft/client/speech/hotword_factory.py 0.00% <0.00%> (-88.89%) ⬇️
mycroft/client/speech/service.py 0.00% <0.00%> (ø)
mycroft/client/speech/silence.py 0.00% <0.00%> (-42.86%) ⬇️
mycroft/client/text/__init__.py 0.00% <0.00%> (ø)
... and 90 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1027bf4...7ee9397. Read the comment docs.

@JarbasAl JarbasAl added the refactor code refactor without functional changes label Jun 2, 2022
@JarbasAl JarbasAl merged commit bf7e444 into OpenVoiceOS:dev Jun 2, 2022
@NeonJarbas NeonJarbas deleted the feat/common_query branch June 8, 2022 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor code refactor without functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants