Kris Gesling
5e1622c3bf
Set git user configs
2021-10-04 16:11:07 +09:30
Kris Gesling
1c5068c2d3
specify branch of mycroft-core to pull
2021-10-04 16:08:40 +09:30
Kris Gesling
e52ebb3570
cd into git repo before changing branch
2021-10-04 16:05:31 +09:30
Kris Gesling
0a9b83c056
Add submodule update
2021-10-04 16:03:54 +09:30
Kris Gesling
7b29681a0a
Use ssh config
2021-10-04 15:58:38 +09:30
Kris Gesling
673f5287ae
inspect ssh keys
2021-10-04 15:53:04 +09:30
Kris Gesling
eb30d4cded
define key filename
2021-10-04 15:51:31 +09:30
Kris Gesling
64c6f70beb
increase verbosity
2021-10-04 15:47:24 +09:30
Kris Gesling
13335fb43a
testing ssh connection
2021-10-04 15:42:02 +09:30
Kris Gesling
a254709406
test ssh access to gitlab
2021-10-01 21:45:06 +09:30
Kris Gesling
bf395c82e1
Make compatible with Python3.6
2021-10-01 21:19:42 +09:30
Kris Gesling
aabe92e695
Skip any remaining failing tests
...
A number of tests are failing due to changes over the last year.
Need to investigate and fix these, but need this to pass so the
Github Action can proceed.
2021-10-01 16:09:30 +09:30
Kris Gesling
1378b3e9e2
packaging_type was removed from url params
2021-09-30 15:48:07 +09:30
Kris Gesling
bfe1c86d66
remove use_2to3 from dependencies
...
Setuptools deprecated use of `use_2to3` from v58
See changelog:
https://setuptools.readthedocs.io/en/latest/history.html#v58-0-0
This has been reported upstream to both packages. The simplest fix
seems to be removing Python2 support. It's more difficult to pin
setuptools as this is installed via system packages in dev_setup.sh
2021-09-30 15:12:32 +09:30
Kris Gesling
0364b6f8b7
remove linting and style checks
2021-09-29 14:59:11 +09:30
Kris Gesling
97e67dccd0
remove secrets for testing
2021-09-29 14:55:36 +09:30
Kris Gesling
d8e02b666e
test Github Actions for pushing to gitlab
2021-09-29 14:54:15 +09:30
ken-mycroft
10fd812f2b
Improve confidence calculation for Common Query ( #2986 )
...
* Improve confidence calculation
* Add actual noise words file
* Update expected test confidence levels
Co-authored-by: Kris Gesling <kris.gesling@mycroft.ai>
2021-09-27 14:59:57 +09:30
Kris Gesling
109e8ca482
resolve merge conflict
2021-08-17 23:19:14 +09:30
Aditya Mehra
9c380202bc
add fullscreen fix
2021-08-17 15:58:27 +09:30
Kris Gesling
4df863633d
Merge dev pre-XDG into feature/mark-2
...
This includes all commits up to but not including PR #2794
2021-08-17 15:56:42 +09:30
Kris Gesling
34ef8752ec
Demote cpu temp and led log messages to debug
2021-08-17 15:41:58 +09:30
Kris Gesling
170ebc44ec
Merge pull request #2951 from forslund/feature/then-wait-with-event-handler
...
Use event handler to capture messages in then_wait()
2021-08-05 15:40:04 +09:30
Kris Gesling
e40530a8ac
Merge pull request #2948 from forslund/bugfix/vk-message-race
...
Fix Possible vk message race
2021-08-05 15:39:12 +09:30
Kris Gesling
313f4e8759
Merge pull request #2946 from MycroftAI/refactor/vk-test-helpers
...
Improve the speed of waiting for dialogs helper function
2021-08-05 09:29:17 +09:30
Kris Gesling
c996008478
Merge pull request #2944 from MycroftAI/bugfix/ci-unique-temp-paths
...
Use unique paths for temp file storage
2021-08-04 12:05:13 +09:30
Kris Gesling
7c413de32c
Merge pull request #2956 from AIIX/web_enable_request_feature
...
Add feature request functionality to webviews
2021-08-04 11:42:45 +09:30
Kris Gesling
c21e74d4d4
Merge pull request #2960 from MycroftAI/feature/upgrade-adapt
...
Upgrade Adapt to v0.5.1
2021-08-03 15:25:57 +09:30
Kris Gesling
480c604dfa
Merge pull request #2962 from MycroftAI/feature/configurable-network-tests
...
Make network tests configurable
2021-08-03 07:55:47 +09:30
Kris Gesling
a794db0c9a
Make network tests configurable
...
Previously test URIs were hardcoded.
They can now be configured in mycroft.conf
2021-08-02 21:00:05 +09:30
Kris Gesling
b7a0853f3c
Upgrade Adapt to v0.5.1
...
- Fix removal of regex entities
- Update trie dosctrings
- Guarantee sorted results from IntentDeterminationEngine
- Enumerate all possible parse results if context or regex entities are in
play.
- Explicit test to assert results are sorted
- Fix name of LICENSE file in Adapt package
2021-07-27 23:06:43 +09:30
jarbasal
88818bd52f
Fix loading of audioservice plugins
2021-07-26 21:17:17 +09:30
Kris Gesling
450a092887
Merge pull request #2957 from forslund/bugfix/load-audioservice-plugin
...
Fix loading of audioservice plugins
2021-07-26 20:51:47 +09:30
Åke Forslund
b40fcf0e93
Update VK then step for checking messagetype
...
Simplify the function and use the standard then_wait() for the heavy lifting,
this makes it utilize the new event driven functionality.
2021-07-23 09:46:07 +02:00
Åke Forslund
171d3840f3
Remove sleeps from end of scenarios and features
2021-07-23 09:45:44 +02:00
Åke Forslund
578a3ec439
Use event to capture messages in then_wait()
...
Instead of busily polling the bus for new messages an event handler is
registered (and teared down after check is complete)
2021-07-23 09:45:44 +02:00
jarbasal
24c4ba4a05
Fix loading of audioservice plugins
2021-07-23 09:17:58 +02:00
Aditya Mehra
45d5d9e478
Add feature request functionality to webviews
2021-07-23 15:14:06 +09:30
Chris Veilleux
1d03eadb59
Merge pull request #2954 from forslund/bugfix/vk-missing-stock-skill
...
VK: Remove mycroft-stock from install list
2021-07-22 14:32:15 -05:00
Åke Forslund
cbd17a8dc3
Remove mycroft-stock from install list
2021-07-22 17:20:04 +02:00
Kris Gesling
d1816f5933
Merge pull request #2807 from forslund/test/jenkins-update-comment
...
Add update comment logic to Jenkins
2021-07-14 09:43:49 +09:30
Kris Gesling
31e1e2d857
Merge pull request #2927 from ChanceNCounter/fix/lang-none
...
stop passing lang=None to Lingua Franca
2021-07-12 21:46:17 +09:30
Chris Veilleux
8f41d176d0
remove print statement used for testing
2021-07-09 16:39:49 -05:00
Chris Veilleux
6fd97b4e85
fixed PEP8 issue
2021-07-09 15:45:07 -05:00
Chris Veilleux
fbb1d06adc
Merge remote-tracking branch 'origin/refactor/vk-test-helpers' into refactor/vk-test-helpers
2021-07-09 15:43:25 -05:00
Åke Forslund
4b66fb1dd1
Add docstrings to InterceptAllBusClient
2021-07-09 17:06:33 +02:00
Åke Forslund
cf355360ad
Fix message race when using clear_messages()
...
This handles a scenario that a message arrives between a call to get_messages() and clear_messages(). clear_messages() will only clear the messages that has been evaluated atleast once.
A new method clear_all_messages() has been added to clear the entire message stack and is used between scenarios to reset the list.
2021-07-09 17:06:30 +02:00
Kris Gesling
b3a0b3b1e4
Merge pull request #2938 from forslund/bugfix/tts-returned-cache-path
...
Fix TTS using the returned path
2021-07-08 11:56:32 +09:30
Chris Veilleux
10d1dcfe04
Merge pull request #2945 from MycroftAI/refactor/race-condition-comment
...
Added comments to document race condition
2021-07-07 02:17:59 -05:00
Chris Veilleux
105a5b4be4
Improve the speed of waiting for dialogs by exiting the loop after a match is spoken. Also provide error handling for when a match is not found.
2021-07-06 14:26:23 -05:00