Commit Graph

1208 Commits (cf1dcbf4ae8af6efab352be78aa238d0d7fff653)

Author SHA1 Message Date
Chris Veilleux 1937486249 added the SeleneCache to the config to address a bug with accessing the Redis DB 2019-05-24 13:59:17 -05:00
Chris Veilleux de18bf1058
Merge pull request #159 from MycroftAI/fix-skill-install
skill install fix - attempt #3
2019-05-24 13:34:47 -05:00
Chris Veilleux bffd6000cd
Merge branch 'dev' into fix-skill-install 2019-05-24 13:33:41 -05:00
Matheus Lima 024ef995fe Fixing email to receive a PUT request instead of a POST 2019-05-24 11:07:27 -03:00
Matheus Lima 1e2865d800 Fixing email endpoint path 2019-05-24 10:57:01 -03:00
Chris Veilleux 9c3ef59435 made the skill settings repository a property and updated usages of it to reflect changes 2019-05-23 22:29:04 -05:00
Chris Veilleux 49c8740b42 update to reflect changes in the skill setting repository 2019-05-23 22:28:03 -05:00
Chris Veilleux d9d66a6ac8 added account_id to where clause because accounts can have the same device names 2019-05-23 22:26:53 -05:00
Chris Veilleux 4bf45cafc2 made the skill settings repository a property 2019-05-23 22:25:35 -05:00
Chris Veilleux 0435b883d0 changed account_id to be an instance attribute and added it to the query that updates skill settings 2019-05-23 22:24:57 -05:00
Chris Veilleux 93fc124508 added etag expiration when skill settings are changed. 2019-05-23 17:21:06 -05:00
Chris Veilleux f18869fe8a Merge remote-tracking branch 'remotes/origin/dev' into fix-skill-install 2019-05-23 17:13:41 -05:00
Chris Veilleux 87d4411987 fixed an issue in the SendGrid API call that was initializing the mail message object incorrectly 2019-05-23 17:10:56 -05:00
Matheus Lima 355a2f4629 Merge branch 'device-preferences' into dev 2019-05-23 16:23:06 -03:00
Matheus Lima 67999eab64 Adding cache config 2019-05-23 16:22:21 -03:00
Matheus Lima 875b17f5c7 Fixing the endpoint used to send emails 2019-05-23 16:15:59 -03:00
Matheus Lima 26fe7a2fc9 Expiring etags when the device preference are updated and making sure we are returning the correct system unit 2019-05-23 16:15:24 -03:00
Chris Veilleux c7387fc835 fixed an issue in the SendGrid API call that was initializing the mail message object incorrectly 2019-05-23 14:05:23 -05:00
Chris Veilleux c1e5eeea98 fixed a typo in the name of the argument passed to the SendGrid API 2019-05-23 12:47:40 -05:00
Chris Veilleux 06b8bd4eb1 Merge remote-tracking branch 'origin/dev' into dev 2019-05-22 20:05:54 -05:00
Chris Veilleux f166f62d76 fixed issue with null large object id for open dataset 2019-05-22 20:05:47 -05:00
Chris Veilleux 9c63c6ecc5
Merge pull request #156 from MycroftAI/fix-db-connections
removed remaining remnants of the old connection pooling
2019-05-22 20:00:05 -05:00
Chris Veilleux ac6608ceca removed remaining remnants of the old connection pooling 2019-05-22 19:56:44 -05:00
Chris Veilleux e6f546788c
Merge pull request #155 from MycroftAI/fix-skill-install
Fix skill install - attempt 2
2019-05-22 19:18:48 -05:00
Chris Veilleux dcb6abfa91 Merge remote-tracking branch 'origin/fix-skill-install' into fix-skill-install 2019-05-22 19:15:37 -05:00
Chris Veilleux 26e7b083bb fixed a bug in the skill repository that was using the wrong field name for skill name 2019-05-22 19:15:32 -05:00
Chris Veilleux aea03095dc
Merge pull request #154 from MycroftAI/fix-skill-install
fixed a bug in how the installer skill settings were being populated
2019-05-22 18:56:44 -05:00
Chris Veilleux 8254b0db57
Merge branch 'dev' into fix-skill-install 2019-05-22 18:54:04 -05:00
Chris Veilleux 2fbdc1e9c8 fixed a bug in how the installer skill settings were being populated and added some comments 2019-05-22 18:53:11 -05:00
Matheus Lima 00ecba1166 Refreshing device session using either refresh token or device id 2019-05-22 20:05:31 -03:00
Chris Veilleux fa380727d2
Merge pull request #152 from MycroftAI/fix-skill-install
fixed a typo in one of the request field names
2019-05-22 17:09:16 -05:00
Chris Veilleux 2069df6332 fixed a typo in one of the request field names 2019-05-22 17:06:35 -05:00
Chris Veilleux 7f859a8988
Merge pull request #151 from MycroftAI/fix-connection
modified base endpoint class and tests to use new connection pooling
2019-05-22 15:50:27 -05:00
Chris Veilleux 38df553400
Merge branch 'dev' into fix-connection 2019-05-22 15:43:47 -05:00
Chris Veilleux 71df9c9313 modified base endpoint class and tests to use new connection pooling mechanism 2019-05-22 15:41:30 -05:00
Matheus Lima dab7301556 Fix typo 2019-05-22 17:15:12 -03:00
Matheus Lima 9d87bc0170 Fixing path in the metrics service 2019-05-22 17:04:14 -03:00
Chris Veilleux 7c96bde026 fixed tests still using the old connection pool 2019-05-22 13:22:45 -05:00
Chris Veilleux 00be679ad4 removed code that allocated a connection pool using the old method 2019-05-22 13:19:06 -05:00
Chris Veilleux 43ef249d00 change public API to use a different connection pooling mechanism 2019-05-22 13:12:23 -05:00
Matheus Lima de0af15ae7 Releasing the db connection when an exception happens 2019-05-22 12:27:35 -03:00
Matheus Lima 1092f8f1ed Allowing skill_gid in the skill manifest 2019-05-22 05:22:08 -03:00
Matheus Lima c3a1d74fc3 Adding uuid in the response returned by the endpoint to get the device 2019-05-21 20:39:03 -03:00
Chris Veilleux df128c9b47
Merge pull request #145 from MycroftAI/db-bootstrap-cleanup
moved population of agreement table and geography tables into bootstrap script
2019-05-21 14:22:02 -05:00
Chris Veilleux 3daf956fda
Merge branch 'dev' into db-bootstrap-cleanup 2019-05-21 14:19:38 -05:00
Chris Veilleux fe2e8bc7e7 moved population of account.agreement table and geography tables from python notebooks into the bootstrap script 2019-05-21 14:18:36 -05:00
Chris Veilleux dc365446f5 Merge remote-tracking branch 'remotes/origin/master' into dev 2019-05-21 12:05:05 -05:00
Chris Veilleux 4e2f625082 Merge remote-tracking branch 'remotes/origin/dev' into test 2019-05-21 12:03:25 -05:00
Chris Veilleux f571220b3f Merge branch 'dev' of https://github.com/MycroftAI/selene-backend into dev 2019-05-21 12:01:14 -05:00
Chris Veilleux 45c6b1e4f8
Merge pull request #144 from MycroftAI/remove-old-skill-service
Remove old skill service
2019-05-21 11:59:54 -05:00