Commit Graph

15 Commits (master)

Author SHA1 Message Date
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
Steve Penrod 9dc4d62490 Adding the basics to prepare for publishing this repo
Changes include:

* Adding AGPL 3.0 license template (TODO: Apply to all 200+ *.py files)
* Adding AGPL license files
* Add generic public repo files (CONTRIBUTING, etc)
* Simple README updates
* Adding other generic files, e.g. .github templates
2019-07-27 18:44:23 -05:00
Matheus Lima 2e3ab85997 Fixing location importer 2019-05-03 19:42:01 -03:00
Matheus Lima 9a36d52407 Updating the locations during the importing 2019-04-19 10:05:07 -03:00
Matheus Lima 3992787355 Fixing skill validation 2019-04-02 16:58:24 -03:00
Matheus Lima 6c70ee7183 Fixing the database importer to properly create the wake word table and link existent devices to a location 2019-03-25 19:36:48 -03:00
Matheus Lima 13e64340e9 Storing skill identifier in to settings_display from the skill.setting_display table 2019-03-06 15:35:35 -03:00
Matheus Lima b1eba07e8e Fixing the importer to properly fill the account_agreement table 2019-03-06 15:22:45 -03:00
Matheus Lima a5dcdf0c94 Applying model changes 2019-03-03 22:46:00 -03:00
Matheus Lima a90833f178 Fixing tests after rebase 2019-03-03 22:46:00 -03:00
Matheus Lima d599fb9540 Filling the account_agreements table 2019-03-03 22:46:00 -03:00
Matheus Lima 737167b854 Fixed skill endpoints applying the changes related to the skill settings model. 2019-03-03 22:46:00 -03:00
Matheus Lima d38d51e568 Filling the table device.device_skill 2019-03-03 22:46:00 -03:00
Matheus Lima 17f57f61c7 Updating the neo4j-postgres converter to match with the new database model. Also using batch insertions to speed up the processing time 2019-03-03 22:46:00 -03:00
Chris Veilleux a3f9c73d94 moved all mycroft database DDL and scripts from the devops repository to this one. 2019-02-08 13:14:33 -06:00