selene-backend/shared/selene/data/skill/repository/sql
Chris Veilleux ddb5931524 changed sql to return a single row for all skills with same settings definition 2019-09-11 13:56:28 -05:00
..
add_device_skill.sql Implemented skill uploading 2019-03-06 15:35:35 -03:00
add_settings_display.sql updated the skill settings endpoint in the public API handle more use cases 2019-06-25 18:12:34 -05:00
add_skill.sql changed definition of skill table to match more closely with the skill metadata 2019-04-01 13:13:05 -05:00
delete_device_skill.sql Changing the endpoint used to delete a skill settings block 2019-06-18 16:52:57 -03:00
delete_settings_display.sql updated the skill settings endpoint in the public API handle more use cases 2019-06-25 18:12:34 -05:00
get_display_data_for_skill.sql added logic to the skill repository to support the marketplace 2019-03-29 12:04:03 -05:00
get_display_data_for_skills.sql added core version parameter to only return skills from a one core version 2019-05-24 17:47:14 -05:00
get_settings_definition_by_gid.sql replaced an upsert statement with a query because there can be multiple settings definitions for a skill. 2019-09-05 18:18:16 -05:00
get_settings_display_id.sql updated the skill settings endpoint in the public API handle more use cases 2019-06-25 18:12:34 -05:00
get_settings_for_skill_family.sql changed sql to return a single row for all skills with same settings definition 2019-09-11 13:56:28 -05:00
get_skill_by_global_id.sql added logic to the skill manifest endpoint to reconcile the manifest uploaded by the device with the manifest stored on the database 2019-06-19 22:18:32 -05:00
get_skill_setting_by_device.sql minor refactor 2019-09-05 11:24:08 -05:00
get_skills_for_account.sql Fixes to skill settings page showing skills multiple times. 2019-08-16 18:30:25 -05:00
remove_skill_by_gid.sql added logic to the skill manifest endpoint to reconcile the manifest uploaded by the device with the manifest stored on the database 2019-06-19 22:18:32 -05:00
update_device_skill_settings.sql fixed a couple of bugs related to presenting skill settings and saving changes 2019-06-16 18:37:16 -05:00
upsert_skill_display_data.sql minor refactor 2019-04-02 20:32:30 -05:00