Commit Graph

404 Commits

Author SHA1 Message Date
c4f133434d Refactor path-to-uri calculation into DbContext 2021-06-15 22:58:54 -07:00
aaa7982f67 Initial commit of a working server route 2021-06-15 20:36:48 -07:00
1d1895c32d Fix some issues with running the server 2021-06-15 20:33:38 -07:00
d8d20f4224 Add backend functions for a basic dashboard 2021-06-15 20:31:51 -07:00
e097917633 Style pass for newly integrated modules 2021-06-15 16:59:17 -07:00
633e5d7ece Add stubs for lexicon and user commands 2021-06-15 16:53:06 -07:00
324788f9a1 Add script entry point to pyproject 2021-06-15 16:18:39 -07:00
32a0948deb Add admin subcommands 2021-06-15 16:18:19 -07:00
64973c4873 Remove old logging code 2021-06-15 16:16:27 -07:00
3890d4b11e Add cli logging config 2021-06-15 16:12:39 -07:00
f6c0b9509d Refactor top-level CLI parser 2021-06-15 11:53:28 -07:00
e23019bff6 Add command line entry point 2021-06-13 20:41:10 -07:00
dd144bf207 Add basic server unit tests 2021-06-13 20:20:00 -07:00
3ab6e2c48d Add new app factory function and config 2021-06-13 20:20:00 -07:00
7e3db84b3c Remove old config code 2021-06-13 20:20:00 -07:00
bea38d67df Allow greenlet scoping for sessions 2021-06-13 20:20:00 -07:00
f9e139d8f9 Bump flask version 2021-06-12 11:42:09 -07:00
00738b5a45 Add renderable visitor unit test 2021-06-11 23:55:52 -07:00
fde12ac818 Add paragraph and article parser tests 2021-06-11 23:55:52 -07:00
2c294f7f12 Add citation parsing unit tests 2021-06-11 23:55:52 -07:00
6f380bd495 Fix parsing pair marks with line breaks inside 2021-06-11 23:55:52 -07:00
7a847e96d3 Add unit tests for line breaks and simple pairs 2021-06-11 23:55:52 -07:00
1c55d866a8 Reorganize parser and style pass 2021-06-11 23:55:52 -07:00
ffa27be86d Move render visitors out of parser module 2021-06-11 23:55:52 -07:00
7eadaa0db4 Move analysis visitors out of parser module 2021-06-11 23:55:52 -07:00
06ec2e168e membership unit test checks joinability and player limit; post.create() checks allow_post 2021-06-10 15:30:34 -07:00
5497ef4b0b membership.create() checks for joinable and player limit; factory creates joinable lexicons by default 2021-06-09 22:00:12 -07:00
973d60008d Add index backend 2021-06-08 03:36:20 +00:00
8ebb288d1c Delete old user backend code 2021-06-04 19:47:07 -07:00
705df21c17 mypy typecheck pass 2021-06-02 21:37:12 -07:00
ae7f8efadf Add mypy for type checking 2021-06-02 21:31:34 -07:00
2982f6ea0f black string quote normalization 2021-06-02 20:12:09 -07:00
de09030b1c black style pass 2021-06-02 20:11:56 -07:00
667173329c Add black as a style check for new code 2021-06-02 20:11:30 -07:00
29a73c3c47 Add article backend 2021-06-01 18:47:03 -07:00
dc23f6343a Add unit test object factory 2021-06-01 18:46:19 -07:00
cda4523b66 Add stopgap pytest.ini 2021-05-31 17:14:37 -07:00
98898b98fc Reduce test output 2021-05-31 17:14:37 -07:00
caa2e1e8a4 Add character backend 2021-05-31 17:14:25 -07:00
e47711356c Update uniqueness checks to use sqlalchemy orm 2.0 style 2021-05-31 12:24:57 -07:00
5e051e7e89 Add check for duplicate memberships 2021-05-31 12:13:37 -07:00
a21092b7e0 Touch up db submodule 2021-05-31 12:13:23 -07:00
5f879cd062 Refactor fixtures and clean up tests 2021-05-31 10:52:37 -07:00
0303544dfb Added post creation method and unit tests 2021-05-29 19:17:15 -07:00
76f4bcc181 Add membership backend 2021-05-29 17:38:14 -07:00
92849d8396 Shorten superfluous names 2021-05-29 16:53:27 -07:00
6a9d405aea Split out model tests 2021-05-27 18:56:29 -07:00
fc58a91490 Add create_lexicon method 2021-05-27 18:23:48 -07:00
63f17cfc7a Add more create_user checks 2021-05-27 18:01:37 -07:00
1d5023c41b Add default value to turn_count column 2021-05-27 17:39:22 -07:00