Commit Graph

324 Commits (master)

Author SHA1 Message Date
Chris Veilleux f6aecd8336 Added logic to determine skill family for Dinkum skills and de-linted. 2022-09-15 10:49:40 -05:00
Chris Veilleux f06ed19ac8 fixed a bug with usage of the Decimal class 2022-09-02 16:00:27 -05:00
Chris Veilleux b86bbc9133 Merge remote-tracking branch 'origin/dev' into test 2022-08-26 19:12:21 -05:00
Chris Veilleux 977f43ed7e add a database table for STT transcription metrics and logic to populate it. 2022-08-25 17:34:20 -05:00
Chris Veilleux 4c7d2bf664 Merge branch 'feature/change-password' into feature/change-email 2022-08-22 12:58:48 -05:00
Chris Veilleux a6debb983f fixed a small bug introduced in refactoring 2022-08-22 12:54:31 -05:00
Chris Veilleux 72008f7225 added ability for an authenticated user to change their email address 2022-08-15 13:20:32 -05:00
Chris Veilleux 2963719747 de-lint setting.py 2022-08-09 12:12:42 -05:00
Chris Veilleux ee0270f6c9 Add an endpoint to the account API that changes the user's password 2022-08-08 13:58:34 -05:00
Chris Veilleux 098bf89709 Converted an insert to an upsert to avoid an error on subsequent calls to the new pantacor endpoint. 2022-03-16 11:34:26 -05:00
Chris Veilleux 26ed641b48 applied the "Black" formatter to all files and added pre-commit hook to check 2022-03-11 13:22:33 -06:00
Chris Veilleux ae11c4d01c updated data access layer to use new logging mechanism 2022-03-10 14:31:03 -06:00
Chris Veilleux ccae724ad7 Moved Pantacor sync from device activation to its own endpoint. This will keep Selene pairing and Pantacor registration independent to help the user experience in pairing 2022-03-03 10:48:25 -06:00
Chris Veilleux 4f02f6e9e3 Fixes an obscure bug where the last activity timestamp fails to be converted to a datetime object because there are no milliseconds. 2021-09-15 22:56:50 -05:00
Kris Gesling 5654572258 Bump mycroft-core version to 21.02 2021-05-24 14:44:17 +09:30
Chris Veilleux 52685c92b9 Add logic to update the Pantacor config when the device is edited in the UI 2021-02-08 10:57:18 -06:00
Chris Veilleux 779d3e8fac Rename "release" column in pantacor_config table to "release_channel". 2021-02-04 13:57:48 -06:00
Chris Veilleux d7f40e2e11 Merge remote-tracking branch 'origin/feature/pantacor_config' into feature/pantacor-api 2021-02-04 12:28:19 -06:00
Chris Veilleux f7bb357b7e Added IP address to the pantacor_config table. 2021-02-04 12:27:35 -06:00
Chris Veilleux 32d2dd2931 Changed device activation tests to check for the pantacor ID and fixed bugs as a result of running tests. 2021-02-03 15:15:06 -06:00
Chris Veilleux be0c6212f7 Add CRUD operations for the pantacor_config table. 2021-02-01 12:23:04 -06:00
Chris Veilleux 1713c423d0 Re-apply original merge from test to master 2020-12-28 12:29:19 -06:00
Chris Veilleux 0b3c61d6aa minor bug fixes 2020-12-22 14:25:15 -06:00
Chris Veilleux 05f752d8a6 fixed another sql statement with the wake word subselect issue 2020-12-22 12:24:27 -06:00
Chris Veilleux 99798852b8 Fixed an issue with wake word case not matching database. 2020-12-22 12:21:49 -06:00
Chris Veilleux 0c11307011 Fixed an issue where the account defaults for wake words was not being properly handled. 2020-12-22 11:45:53 -06:00
Chris Veilleux dd86371b45 Merge remote-tracking branch 'origin/bugfix/pairing' 2020-12-21 20:37:41 -06:00
Chris Veilleux 561fe898b2 Fixed an issue that cause the device edit screen to return a 500 error. The code expected the results of two method calls to be a Device object but one returned a dictionary instead. 2020-12-21 19:41:51 -06:00
Chris Veilleux 1db2bb520f Fixed SQL statement that referenced old wake word data structure. 2020-12-18 14:01:41 -06:00
Kris Gesling b2869dcbe5 fix module reference 2020-12-18 21:34:10 +09:30
Kris Gesling 12749da3af Revert "Merge remote-tracking branch 'origin/test'"
This reverts commit 9d3dd24601, reversing
changes made to 7ec565c4d8.
2020-12-18 21:04:48 +09:30
Chris Veilleux 5b44fcaf78 Add the file directory into the response for each file. 2020-12-14 16:35:26 -06:00
Chris Veilleux 36795adfae fix sql error 2020-12-04 13:21:24 -06:00
Chris Veilleux 55f3ff01cf new precise API endpoint for retrieving a list of sample files for a specified wake word that have been designated since the specified date 2020-12-01 17:54:31 -06:00
Chris Veilleux 2510ac916a added a check for removing files designated as non-speaking 2020-12-01 13:37:59 -06:00
Chris Veilleux f0f1966e2f Merge branch 'feature/wake-word-designation' into feature/add-speech-tag
# Conflicts:
#	api/precise/precise_api/endpoints/tag.py
2020-11-30 18:03:04 -06:00
Chris Veilleux aded8d85df Move the retrieval/creation of taggers and sessions sooner into the workflow. 2020-11-30 17:15:25 -06:00
Chris Veilleux 5b9f7ff478 Enhance to be smarter about how files are selected for tagging based on the designations and tags that have been applied to the file up to this point. 2020-11-30 11:34:09 -06:00
Chris Veilleux 17bd500394 New script to make file designations out of file tags. 2020-11-05 22:21:36 -06:00
Chris Veilleux df3efccebd PyLint fixes 2020-11-02 14:43:52 -06:00
Chris Veilleux a9802afac4 PyLint fixesç 2020-11-02 14:32:25 -06:00
Chris Veilleux 8a917ffb81 Small performance improvement. 2020-10-30 15:00:59 -05:00
Chris Veilleux e2ef562125 Improve randomization of query to get a file to tag. Also, change logic to only return non-wake word tags when the sample is designated as a wake word. 2020-10-30 14:19:20 -05:00
Chris Veilleux 144cb0ed89 fix timestamp range issues with tagging.session table 2020-10-29 20:52:30 -05:00
Chris Veilleux 1cd3e90e4b fixed an sql file name 2020-10-29 20:38:30 -05:00
Chris Veilleux dade8fbc36 Fixed PyLint issues 2020-10-29 18:19:51 -05:00
Chris Veilleux 36986ef456 pass a session id around to help with the wake word file selection process. 2020-10-21 23:12:57 -05:00
Chris Veilleux 222bbbe1ca Merge remote-tracking branch 'origin/feature/file-name-hashing' into feature/tagger 2020-10-21 17:24:43 -05:00
Chris Veilleux a088b3bf5f addressed pylint errors 2020-10-21 17:01:01 -05:00
Chris Veilleux 83795ebb55 Merge remote-tracking branch 'origin/dev' into feature/file-name-hashing 2020-10-21 15:34:14 -05:00