Commit Graph

1208 Commits (cf1dcbf4ae8af6efab352be78aa238d0d7fff653)

Author SHA1 Message Date
Chris Veilleux d90e80d463
Merge pull request #174 from MycroftAI/reorganize-batch
moved the base class in to the selene library to resolve import error
2019-06-04 14:20:24 -05:00
Chris Veilleux 5aca99de14 moved the base class in to the selene library to resolve import error 2019-06-04 14:10:42 -05:00
Chris Veilleux 4014ac8b7e
Merge pull request #173 from MycroftAI/refactor-skill-loader-script
Refactor skill loader script
2019-06-04 11:49:58 -05:00
Chris Veilleux 66d1128fac
Merge branch 'dev' into refactor-skill-loader-script 2019-06-04 11:49:43 -05:00
Chris Veilleux 4286aff8b2 Repository code for the new job metrics table 2019-06-04 11:34:03 -05:00
Chris Veilleux a2bf81efd7 Added ability to handle different cursor factories 2019-06-04 11:32:46 -05:00
Chris Veilleux dd109e60c6 Added comments and the ability to handle different cursor factories 2019-06-04 11:20:27 -05:00
Chris Veilleux b3e59507a8 added some comments and docstrings 2019-06-04 10:59:59 -05:00
Chris Veilleux 6a40029dea added some comments and docstrings 2019-06-04 10:59:41 -05:00
Chris Veilleux 12407d912b refactored to use new base class for batch jobs 2019-06-03 23:29:20 -05:00
Chris Veilleux 11d399468a new base class for batch jobs 2019-06-03 23:28:52 -05:00
Chris Veilleux 67d47ed280 added log message 2019-06-03 22:00:07 -05:00
Chris Veilleux f3d3aa5709 fixed missing space in log message 2019-06-03 21:59:55 -05:00
Matheus Lima 01362b6c40 Fixing query to properly build the number of paid accounts in the daily report 2019-06-03 20:22:19 -03:00
Chris Veilleux e6ff629101 missing column in group by 2019-06-03 17:17:36 -05:00
Chris Veilleux d163f8f8db
Merge pull request #171 from MycroftAI/fix-skill-settings
Fix one cause of skill duplication
2019-06-03 17:07:03 -05:00
Chris Veilleux 1d6e359c75 Merge remote-tracking branch 'remotes/origin/dev' into fix-skill-settings 2019-06-03 15:32:23 -05:00
Chris Veilleux 88b6948ef2 Merge branch 'fix-skill-settings' of https://github.com/MycroftAI/selene-backend into fix-skill-settings 2019-06-03 15:32:16 -05:00
Chris Veilleux a9fb88acaa fixed one skill duplication bug. I believe there may be others... 2019-06-03 15:31:30 -05:00
Matheus Lima df6ae5593a Fixing query 2019-06-01 19:33:44 -03:00
Matheus Lima b54387de66 Added logic to schedule a task to send the daily metrics email 2019-06-01 18:32:19 -03:00
Matheus Lima e53d3ccf41 Fixing query and logic used to build the report. The values in the columns where not matching. 2019-06-01 16:42:42 -03:00
Matheus Lima 7ffc36ef35 Adding email template and fixing column 2019-06-01 16:42:42 -03:00
Matheus Lima cf702a5feb Created script to send email with the metrics report 2019-06-01 16:42:42 -03:00
Matheus Lima 6643f59bf9 Created query to build the daily report 2019-06-01 16:42:42 -03:00
Chris Veilleux 198fd252cb
Merge pull request #168 from MycroftAI/fix-social-account-create
fixed bug where federated login failed on account creation
2019-05-31 16:54:33 -05:00
Chris Veilleux 2c79df7ac3 fixed bug where federated login failed on account creation 2019-05-31 16:48:52 -05:00
Chris Veilleux 8984cdc34d create test data for accounts and agreements 2019-05-30 21:12:41 -05:00
Matheus Lima 16489f1910 Adding opt-in flag to the device settings 2019-05-30 21:13:47 -03:00
Matheus Lima 3ee0fb7f00 Fixing typo 2019-05-29 16:43:24 -03:00
Matheus Lima f2e7374b96 Fixing request to deal with arrays 2019-05-29 16:38:14 -03:00
Chris Veilleux 632ff7a15c Merge remote-tracking branch 'origin/fix-skill-settings' into fix-skill-settings 2019-05-29 14:32:14 -05:00
Chris Veilleux eea5c62125 do not convert field names to camel case. 2019-05-29 14:32:07 -05:00
Matheus Lima 55767e54e2 Merge branch 'fix-skill-settings' into dev 2019-05-29 16:20:55 -03:00
Matheus Lima a7d683da42 Adding missing parameter 2019-05-29 16:20:34 -03:00
Matheus Lima 34fdc3204c Merge branch 'dev' of github.com:MycroftAI/selene-backend into dev 2019-05-29 15:11:19 -03:00
Chris Veilleux f59429a0ab
Merge pull request #164 from MycroftAI/fix-market-skill-load
fix a bug with the core version passed to repository
2019-05-29 13:11:04 -05:00
Matheus Lima 289b068371 Fixing request used to update the skills settings 2019-05-29 15:08:30 -03:00
Chris Veilleux 8bcf8ef7ca
fix a bug with the core version passed to repository 2019-05-29 13:07:57 -05:00
Matheus Lima 0e89c709b5 Updating repository to use property 2019-05-29 14:43:22 -03:00
Matheus Lima 4533c86be3 small fix 2019-05-29 13:57:35 -03:00
Matheus Lima 8a25ca7f80 Reverting a change in the repository and replaced functional mapping by a for loop 2019-05-29 13:51:45 -03:00
Matheus Lima c41e46213a Moving conversion from the repository to the endpoint class 2019-05-29 13:43:02 -03:00
Matheus Lima 4615684de5 Changing the response type from the endpoint to bypass conversion 2019-05-29 13:29:17 -03:00
Matheus Lima 05779b24b2 Fixing skill manifest uploading. 2019-05-28 20:39:33 -03:00
Chris Veilleux 24ba11a026
Merge pull request #160 from MycroftAI/test
last round of fixes for skill install
2019-05-28 18:14:28 -05:00
Chris Veilleux 543b103733 added core version parameter to only return skills from a one core version 2019-05-24 17:47:14 -05:00
Chris Veilleux 25c92567d0 fixed an issue with the return value 2019-05-24 16:34:49 -05:00
Chris Veilleux 2239109027 pass one instance of AccountSkillSettings instead of a list 2019-05-24 16:22:06 -05:00
Chris Veilleux ab0a7f5932 added the skill_id to the AccountSkillSetting object to know which skill the settings are for. 2019-05-24 16:17:17 -05:00