Commit graph

45 commits

Author SHA1 Message Date
Oleg Silkin
ad4c40ca2a Removes debug logging from asyncio loop 2019-07-24 02:45:31 -04:00
Oleg Silkin
02babe770f Disables deletion functionality, for now. 2019-07-24 02:26:47 -04:00
Oleg Silkin
6512ec78cd Adds argument parsing & provides entrypoint for starting app 2019-07-24 01:45:17 -04:00
Oleg Silkin
99ff987dad Reorganizes sources 2019-07-24 01:43:50 -04:00
Oleg Silkin
30812b2479 Moves the server from using run_app api to using TCPSite 2019-07-23 15:37:26 -04:00
Oleg Silkin
0c888687fa Adds benchmarking to request handling 2019-07-22 11:10:55 -04:00
Oleg Silkin
904b249165 Fixes refactor bug 2019-07-22 09:25:36 -04:00
Oleg Silkin
1049062ca7 Moves schema/ to src/schema/ 2019-07-22 09:22:41 -04:00
Oleg Silkin
a8d5e4b52d Moves schema/ to src/schema/ 2019-07-22 08:38:53 -04:00
Oleg Silkin
9c184ee05d Removes unnecessary junk 2019-07-22 08:18:35 -04:00
Oleg Silkin
bbd106a80a Moves functions around and handles insertion better 2019-07-22 08:15:54 -04:00
Oleg Silkin
16f7a6efa3 Better application management 2019-07-22 08:14:07 -04:00
Oleg Silkin
add109e51c Adds handling for GET / and GET /api 2019-07-22 08:10:21 -04:00
Oleg Silkin
96220c2501 Touches up get_channel function & minor touchup to query 2019-07-21 20:15:53 -04:00
Oleg Silkin
ee26f3e913 Better Logging + Error handling 2019-07-21 20:15:53 -04:00
Oleg Silkin
7ddc18086d Comment deletion query handling 2019-07-21 20:15:53 -04:00
Oleg Silkin
43d23c4a48 Logging updates 2019-07-21 20:15:53 -04:00
Oleg Silkin
3c8cc2520b Adds signing + comment deletion framework 2019-07-21 20:15:53 -04:00
Oleg Silkin
d28eafab29 Adds comment writer to conf 2019-07-21 20:14:18 -04:00
Oleg Silkin
19fce5f1b4 Adds comment deletion query 2019-07-21 20:14:18 -04:00
Oleg Silkin
966917532d create_comment -> create_comment_or_error 2019-07-21 20:14:18 -04:00
Oleg Silkin
43c6287445 Switches LIKE with = and cleans params before processing 2019-07-21 20:14:18 -04:00
Oleg Silkin
d1930c082e Merge remote-tracking branch 'origin/master' 2019-06-11 10:54:36 -04:00
Oleg Silkin
8648b3fbcb adds signing_ts to HTTP body 2019-06-11 10:54:08 -04:00
Oleg Silkin
bdaa9b00d1 fixes up code 2019-06-10 23:51:23 -04:00
Oleg Silkin
4d35bf3b9d Includes signing_ts into params for insert_comment 2019-06-10 20:24:06 -04:00
Oleg Silkin
02cf92720e Moves functions around into more logical locations 2019-06-06 04:43:47 -05:00
Oleg Silkin
b4fddfb55b Adds signing_ts as a column to hold the signature timestamp 2019-06-05 22:20:27 -05:00
Oleg Silkin
7e38a87a0b Updates database routines & fixes up error handling code 2019-06-04 08:14:12 -04:00
Oleg Silkin
9e82282f5e Explicitly lists & excludes claim_id from return 2019-06-03 04:17:38 -04:00
Oleg Silkin
2a58c5c173 Removes all Null-valued fields from a dict before returning 2019-05-31 22:05:38 -04:00
Oleg Silkin
626aaa512d safeguards 2019-05-31 15:56:39 -04:00
Oleg Silkin
f405076e37 removes anonymous channel from being used as the default channel for anonymous comments 2019-05-31 15:55:48 -04:00
Oleg Silkin
9765b3de2e Fixes issue causing the schema to be initialized before running DDL 2019-05-31 15:50:31 -04:00
Oleg Silkin
3a5b403ff1 Puts safeguards in place to avoid database deletion 2019-05-30 11:25:42 -04:00
Oleg Silkin
fec97ca7b7 changes time from nanosecond time to seconds since last epoch 2019-05-30 11:14:27 -04:00
Oleg Silkin
c4f1dc1423 Adds pagination to the return of the server 2019-05-29 17:12:41 -04:00
Oleg Silkin
a0cefde50f Fixes issue causing configs to not set properly 2019-05-26 01:31:05 -04:00
Oleg Silkin
fdf385acc5 Moves async code around 2019-05-26 00:42:39 -04:00
Oleg Silkin
46f422272d Moves entry-point 2019-05-25 22:44:27 -04:00
Oleg Silkin
e9b84394f7 Forces errors to propogate correctly in main runner 2019-05-23 06:34:50 -04:00
Oleg Silkin
3ab97b171a Refactor + fault-tolerance 2019-05-21 15:13:08 -04:00
Oleg Silkin
2e39c729d3 Creates new directory 2019-05-20 02:55:02 -04:00
Oleg Silkin
c7912becf8 Adds signature in return 2019-05-20 02:28:04 -04:00
Oleg Silkin
fb32bbefb1 pushes changes in case of power outage 2019-05-20 02:11:02 -04:00