Chris Veilleux
|
0de627da80
|
removed checkout of devops branch that has been merged
|
2020-10-20 15:07:54 -05:00 |
Chris Veilleux
|
36eec4d253
|
removed checkout of devops branch that has been merged
|
2020-10-20 15:07:20 -05:00 |
Chris Veilleux
|
5624a73871
|
changed wake word to be passed as a query parameter.
|
2020-10-20 14:17:14 -05:00 |
Chris Veilleux
|
0f771ca69c
|
implement precise API endpoints for the tagger
|
2020-10-20 12:22:56 -05:00 |
Chris Veilleux
|
435bf70016
|
New ssh utilities library using paramiko to log in and transfer files over SFTP
|
2020-10-19 15:07:25 -05:00 |
Chris Veilleux
|
2e1c67efd2
|
New tables to support tagging of wake word files.
|
2020-10-19 14:55:16 -05:00 |
Chris Veilleux
|
9a506a0740
|
Stub files for new precise API
|
2020-10-08 13:18:45 -05:00 |
Chris Veilleux
|
22ec4ee385
|
removed duplicate licensing info
|
2020-10-08 13:12:36 -05:00 |
Chris Veilleux
|
22b4fdd685
|
update the environment.py file to use a new helper function
|
2020-10-06 01:10:45 -05:00 |
Chris Veilleux
|
40dbcd0c8a
|
change logic that names files to use a hash of the file contents as the file name.
|
2020-10-06 01:08:53 -05:00 |
Chris Veilleux
|
780606cb7f
|
refactor to remove duplicate SQL
|
2020-10-06 01:06:31 -05:00 |
Chris Veilleux
|
b4b2ab2b50
|
new testing helper functions for the tagging schema
|
2020-10-06 00:36:44 -05:00 |
Chris Veilleux
|
0106523772
|
make the file location on the tagging.file table not nullable
|
2020-10-06 00:33:29 -05:00 |
Chris Veilleux
|
1988266147
|
Merge branch 'feature/wake-word-file-removal' of https://github.com/MycroftAI/selene-backend into feature/wake-word-file-removal
|
2020-10-02 13:48:14 -05:00 |
Chris Veilleux
|
492f5aa2e9
|
Merge branch 'dev' into feature/wake-word-file-removal
|
2020-10-02 13:47:41 -05:00 |
Chris Veilleux
|
09fe436cce
|
Fixed PyLint errors discovered in CI process
|
2020-10-02 13:46:56 -05:00 |
Chris Veilleux
|
1d5ea64a40
|
fix import statement
|
2020-10-01 14:41:52 -05:00 |
Chris Veilleux
|
1c574afb89
|
Merge branch 'dev' into feature/wake-word-file-removal
|
2020-10-01 14:37:29 -05:00 |
Chris Veilleux
|
2f205868a3
|
Merge remote-tracking branch 'origin/master' into dev
|
2020-10-01 14:36:36 -05:00 |
Chris Veilleux
|
04dd774c50
|
Merge remote-tracking branch 'origin/master' into test
|
2020-10-01 14:36:08 -05:00 |
Kris Gesling
|
9d1e07f2bb
|
Merge pull request #221 from MycroftAI/feature/20.08
Update for mycroft-core v20.08
|
2020-09-28 09:19:50 +09:30 |
Chris Veilleux
|
dc114fe3c5
|
Merge branch 'dev' into feature/20.08
|
2020-09-25 11:24:35 -05:00 |
Chris Veilleux
|
6f2de64f3b
|
Merge pull request #223 from MycroftAI/feature/wake-word-storage
Feature/wake word storage
|
2020-09-24 11:54:41 -05:00 |
Chris Veilleux
|
69e04bce4e
|
unique index does not propagate down from parent table.
|
2020-09-24 11:54:06 -05:00 |
Chris Veilleux
|
97d06f191a
|
Merge branch 'feature/wake-word-storage' into feature/wake-word-file-removal
|
2020-09-21 13:39:28 -05:00 |
Chris Veilleux
|
7f079dfcab
|
Merge branch 'dev' into feature/wake-word-storage
|
2020-09-21 13:36:27 -05:00 |
Chris Veilleux
|
6f0d074f08
|
new script to delete files when an account is deleted
|
2020-09-21 12:53:58 -05:00 |
Chris Veilleux
|
15d75621b1
|
remove file location row if added in a test
|
2020-09-17 15:45:20 -05:00 |
Chris Veilleux
|
d521bec189
|
add logic to set the wake word file status to "pending delete" when an account with associated files is deleted.
|
2020-09-17 15:30:44 -05:00 |
Chris Veilleux
|
2dbfd1265c
|
add logic to existing code handling the new status column on the wake word file table
|
2020-09-17 15:29:25 -05:00 |
Chris Veilleux
|
88943afe37
|
add status to wake word file table
|
2020-09-17 13:56:11 -05:00 |
Chris Veilleux
|
4f6b9771ed
|
New script to move files from Selene Public API server to longer term storage.
|
2020-09-15 14:13:37 -05:00 |
Chris Veilleux
|
5573912707
|
Merge pull request #222 from MycroftAI/feature/wake_word_upload
Feature/wake word upload
|
2020-09-11 20:32:04 -05:00 |
Chris Veilleux
|
0c9197d707
|
Change the cursor factory from NamedTupleCursor to RealDictCursor to match what the API code is using.
|
2020-09-11 18:45:55 -05:00 |
Chris Veilleux
|
699ab4f1d2
|
added endpoint to Public API for uploading a wake word sample file.
|
2020-09-02 13:57:00 -05:00 |
Chris Veilleux
|
333d19efea
|
added tagging schema
|
2020-09-02 13:55:06 -05:00 |
Chris Veilleux
|
628fa90e0d
|
removed wake word engine enum type
|
2020-09-02 13:54:22 -05:00 |
Kris Gesling
|
7307a99c84
|
update for 20.08
|
2020-09-02 11:06:45 +09:30 |
Chris Veilleux
|
2b074ef10d
|
Moved wake_word and wake_word_settings tables to a new wake_word schema.
|
2020-08-27 13:16:28 -05:00 |
Chris Veilleux
|
22da7cd18f
|
Merge remote-tracking branch 'remotes/origin/test'
|
2020-07-16 19:23:04 -05:00 |
hammyMarc
|
92e056fa57
|
Update README.md
Line 63: to lower-case P->python3.7
Line 48: Moved the install of package: python3-pip
|
2020-07-13 12:59:31 -04:00 |
hammyMarc
|
ef8ef26ccc
|
Update README.md
For some reason, a fresh install of Unbuntu 18 and python3.7 didn't include pip. Added a line to ensure people have pip, before proceeding.
|
2020-07-12 18:24:47 -04:00 |
Chris Veilleux
|
29cf0c0de2
|
Merge pull request #218 from MycroftAI/testing/implement-ci
Testing/implement ci
|
2020-07-09 23:33:52 -05:00 |
Chris Veilleux
|
dc5f7fd9db
|
Code review changes
|
2020-07-09 23:16:59 -05:00 |
Chris Veilleux
|
2d6516e218
|
get test API key from Jenkins credentials
|
2020-07-09 22:52:59 -05:00 |
Chris Veilleux
|
2680fe652c
|
updated pipenv lock files
|
2020-07-09 22:51:28 -05:00 |
Chris Veilleux
|
ff787b4f2d
|
add api to pythonpath
|
2020-07-09 22:51:25 -05:00 |
Chris Veilleux
|
c9a0fefe4e
|
add comments to fix linting errors
|
2020-07-09 22:51:22 -05:00 |
Chris Veilleux
|
86998c13ec
|
added pylint to public API dependencies
|
2020-07-09 22:51:20 -05:00 |
Chris Veilleux
|
aa119c7690
|
don't cache build stages
|
2020-07-09 22:51:18 -05:00 |