Commit Graph

14 Commits (9f0fe936d7b93bca9c6caaa2113672757be4a263)

Author SHA1 Message Date
Chris Veilleux f78db57883
Create __init__.py 2019-02-01 13:49:42 -06:00
Chris Veilleux 81f090b2d1
Merge pull request #37 from MycroftAI/logging-setup
Logging setup
2019-01-31 13:06:20 -06:00
Chris Veilleux 69fcd2f65f merging tartarus-overhaul onto branch 2019-01-31 11:17:47 -06:00
Chris Veilleux c0ed35a9f6 added some comments to clarify the different connection methods. 2019-01-31 11:13:44 -06:00
Chris Veilleux 0731c3e449 initial attempt at standardizing logging functionality across the selene backend 2019-01-31 11:06:27 -06:00
Chris Veilleux c54590895c abstract global config setup 2019-01-30 22:25:02 -06:00
Chris Veilleux 48e3509277 add package api to __init__.py 2019-01-30 22:24:14 -06:00
Chris Veilleux 2bd45ae7e1 merge connection_pooling onto abstract-api-common 2019-01-30 21:59:28 -06:00
Chris Veilleux 01f17d03de fixed a couple of minor bugs encountered in testing 2019-01-30 20:32:20 -06:00
Chris Veilleux 4cf170592d moved common API logic from selene.util to new selene.api package. the util package is for non-business logic and the common api bits contain business logic 2019-01-30 19:16:46 -06:00
Chris Veilleux cd3b67b127 initial attempt at implementing database connection pooling. side effect of changes was converting selene.util.db to a package to split out the different database functions in to their own modules 2019-01-30 18:57:31 -06:00
Chris Veilleux d1d0189ec3 moved device.py into the right place 2019-01-30 18:37:12 -06:00
Chris Veilleux a197529e9b new approach to storing data classes and data access logic. 2019-01-30 14:54:19 -06:00
Chris Veilleux d168d25717 reorganized the shared directory to have a top-level "selene" package that all other shared packages will be included in. 2019-01-30 14:49:54 -06:00