Matheus Lima
|
edc43ed39a
|
Created endpoint to communicate with metrics service
|
2019-02-25 16:42:11 -03:00 |
Matheus Lima
|
e722e519bf
|
Fixed the endpoint used to get the subscription type of a device and created tests for this endpoint
|
2019-02-25 16:28:14 -03:00 |
Matheus Lima
|
88aaccd073
|
Adding test for the device setting endpoint
|
2019-02-25 16:28:14 -03:00 |
Matheus Lima
|
588525ea47
|
Created test to the endpoint used to fetch a device
|
2019-02-25 16:28:14 -03:00 |
Matheus Lima
|
ae5c148b92
|
Removing unused import
|
2019-02-22 14:23:43 -03:00 |
Matheus Lima
|
b68dabe0b9
|
Clean up and adding tests for the device email endpoint
|
2019-02-22 14:23:43 -03:00 |
Matheus Lima
|
577c470d90
|
- Using schematics to validate POST data
- Fixed test
- Fixed error handler to present a better error message
|
2019-02-22 14:23:43 -03:00 |
Matheus Lima
|
af45f633d1
|
Created endpoint to send email to the account associated to a device
|
2019-02-22 14:23:43 -03:00 |
Matheus Lima
|
1ad957142a
|
Applying requested changes
|
2019-02-20 20:25:21 -03:00 |
Matheus Lima
|
af83a190db
|
Applying requested changes
|
2019-02-20 20:25:21 -03:00 |
Matheus Lima
|
23e056ca96
|
Created test to validate device pairing workflow
|
2019-02-20 20:25:21 -03:00 |
Matheus Lima
|
640f08ffbe
|
Refactoring
|
2019-02-20 20:25:21 -03:00 |
Matheus Lima
|
750921fb7d
|
Created endpoint to activate a device that is in a pairing process
|
2019-02-20 20:25:21 -03:00 |
Matheus Lima
|
5b6776c92e
|
- Created endpoint to add a device to an account using a pairing code
- Renamed selene_cache module to cache
|
2019-02-20 20:25:21 -03:00 |
Matheus Lima
|
64e513a7df
|
Created endpoint to get the device pairing code
|
2019-02-20 20:25:21 -03:00 |
Matheus Lima
|
dea0e6737f
|
Changing code to use relative imports
|
2019-02-19 10:06:30 -03:00 |
Matheus Lima
|
c02f308392
|
Created behave test for the google stt endpoint
|
2019-02-19 10:06:30 -03:00 |
Matheus Lima
|
d6bab8fb8f
|
Removed unused import
|
2019-02-19 10:06:30 -03:00 |
Matheus Lima
|
6c25c2f85d
|
Migrating the project from flask-restful to flask
|
2019-02-19 10:06:30 -03:00 |
Matheus Lima
|
ed2e7eada6
|
Refactoring
|
2019-02-19 10:06:30 -03:00 |
Matheus Lima
|
73ad03c7b6
|
Created endpoint to communicate with the Google STT API
|
2019-02-19 10:06:30 -03:00 |
Matheus Lima
|
6f6cd0aac6
|
Using relative imports
|
2019-02-08 16:13:32 -03:00 |
Matheus Lima
|
7a41eaabe7
|
Created endpoint to communicate with the Open Weather Map API
|
2019-02-08 13:10:07 -03:00 |
Chris Veilleux
|
bfed3ab8f3
|
new location for response formatter
|
2019-02-07 19:55:20 -06:00 |
Matheus Lima
|
793caa4142
|
Created endpoint to communicate with the Wolfram Alpha API
|
2019-02-07 22:00:14 -03:00 |
Matheus Lima
|
492d298a1e
|
Using relative imports to define package level APIs
|
2019-02-07 17:48:39 -03:00 |
Matheus Lima
|
edaba3c812
|
Fixes related to previous refactoring
|
2019-02-07 17:34:47 -03:00 |
Matheus Lima
|
e38274e92a
|
Fixes related to previous refactoring
|
2019-02-07 17:12:21 -03:00 |
Chris Veilleux
|
0b28b18b39
|
moved all data access layer code into a new selene.data package
|
2019-02-07 13:14:40 -06:00 |
Matheus Lima
|
022e2780f9
|
- Adding comments to the code
- Fixing small issue with the get_setting_by_device_id query
|
2019-02-07 15:13:56 -03:00 |
Matheus Lima
|
676eb3f158
|
- Created endpoint to fetch the subscription type using the device id
|
2019-02-07 12:35:46 -03:00 |
Matheus Lima
|
768a692fb8
|
- Refactored endpoint `device/{uuid}/skill` to fetch all skills using a single query
- Created endpoint to fetch a skill using device id and version_hash
- Removing useless sql files
|
2019-02-06 21:51:00 -03:00 |
Matheus Lima
|
ade99800ef
|
- Fixing setup.py to properly include the data files described by MANIFEST.in
- Initializing the API config
- Fixing the endpoints to use the config variable to access the connection pool
|
2019-02-02 22:39:00 -03:00 |
Matheus Lima
|
9f29aa5a86
|
Moving custom encoder logic to the util package in the shared project
|
2019-02-02 20:36:53 -03:00 |
Matheus Lima
|
b6440abd38
|
Moving setting folder content into device folder in the shared project
|
2019-02-01 20:34:59 -03:00 |
Matheus Lima
|
f5bbaa0892
|
Creating endpoints to fetch device, device's setting and device's skills
|
2019-02-01 20:34:59 -03:00 |
Chris Veilleux
|
f199e0969b
|
moved the contents of the "backend" directory up one level since this repo is now just for backend code
|
2019-01-30 14:47:18 -06:00 |