Commit Graph

414 Commits

Author SHA1 Message Date
3cfc01a9c8 Get home screen working 2021-06-16 20:16:23 -07:00
562d7d8a4b Add some basic lexicon cli commands 2021-06-16 20:13:07 -07:00
398b5705f1 Simplify some backend names 2021-06-16 20:10:09 -07:00
0e35f15a3a Add prettier date formatter 2021-06-16 00:58:09 -07:00
a07b342da3 Remove obsolete model code 2021-06-16 00:39:52 -07:00
e4e699fa1b Reintegrate auth routes 2021-06-16 00:37:49 -07:00
6b5463b702 Implement user passwd command 2021-06-16 00:34:20 -07:00
3c7fc4b5f8 Show admin status in user list 2021-06-15 23:33:25 -07:00
34685a741e Add user create and promotion commands 2021-06-15 23:26:58 -07:00
651ab1d72f Refactor db to lazy-load at the top level 2021-06-15 23:02:51 -07:00
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