Daniil Fajnberg daniil-berg
  • Joined on 2021-11-02
daniil-berg pushed to master at daniil-berg/yamlhttpforms 2021-12-31 12:58:44 +01:00
1452e1e6ba version
314b287ac4 form definition dictionary keys must be the field names now; refactoring in the Form class
Compare 2 commits »
daniil-berg pushed to master at daniil-berg/yamlhttpforms 2021-12-30 19:16:03 +01:00
7618f6650e factored out the YAML utilities to a separate file; added the YAML !include functionality
daniil-berg pushed to master at daniil-berg/yamlhttpforms 2021-12-29 19:50:31 +01:00
6d80cf957f allow using module-function-combinations as dynamic field defaults
daniil-berg pushed to master at daniil-berg/yamlhttpforms 2021-12-29 18:26:27 +01:00
e83153e8ae allow using module-function-combinations as dynamic field defaults
daniil-berg pushed to master at daniil-berg/yamlhttpforms 2021-12-29 17:31:06 +01:00
987e83c110 recursive yaml loading; readme text; minor refactoring
daniil-berg pushed to master at daniil-berg/yamlhttpforms 2021-12-26 16:10:23 +01:00
4b1536c19a updated repr
daniil-berg pushed to master at daniil-berg/yamlhttpforms 2021-12-26 14:51:29 +01:00
7e10668cbc added capabilities for making requests; changed hidden to required fields; docstrings
daniil-berg pushed to master at daniil-berg/yamlhttpforms 2021-12-22 08:55:34 +01:00
9dbe472bbf draft form interface
9dafe3da8f correct requirements
4b4b95ea98 initial
Compare 3 commits »
daniil-berg created branch master in daniil-berg/yamlhttpforms 2021-12-22 08:55:34 +01:00
daniil-berg created repository daniil-berg/yamlhttpforms 2021-12-22 08:52:09 +01:00
daniil-berg pushed to master at daniil-berg/mwfin 2021-12-03 17:51:15 +01:00
462e34013e test now passing
4fd69602f7 tests for writing html to file when encountering unknown items in DEV_MODE
94568c6165 implementation to pass tests
d46148a510 is_relevant_table_row should raise a custom exception for unknown items, find_relevant_table_rows should handle the rest
3959aff10e added log statement
Compare 7 commits »
daniil-berg pushed to master at daniil-berg/webutils-df 2021-12-03 15:00:43 +01:00
c4362a7b26 gather_in_batches in package namespace
daniil-berg pushed to master at daniil-berg/webutils-df 2021-11-30 15:20:30 +01:00
406828eaca added function gather_in_batches
daniil-berg pushed to master at daniil-berg/mwfin 2021-11-30 12:53:13 +01:00
a6b3c57021 fixed and added things to README
daniil-berg pushed to master at daniil-berg/mwfin 2021-11-30 12:46:50 +01:00
c23c963cd8 added async-session decorator from own project; changed logging setup; added CLI parameters
daniil-berg pushed to master at daniil-berg/webutils-df 2021-11-28 19:55:32 +01:00
55ff24e180 small readme text
daniil-berg created branch master in daniil-berg/webutils-df 2021-11-28 19:48:23 +01:00
daniil-berg pushed to master at daniil-berg/webutils-df 2021-11-28 19:48:23 +01:00
8faa0f275d version increment; clarified TODO issue
aee9c96fa5 generalized the decorator further, small refactoring; encountered a strange IDE issue
35c516fa0d ignore distribution package directory
9fd466b838 async session decorator
c5b6b7ab20 initial commit
Compare 5 commits »
daniil-berg created repository daniil-berg/webutils-df 2021-11-28 19:47:31 +01:00
daniil-berg pushed to master at daniil-berg/mwfin 2021-11-28 17:21:41 +01:00
36226fc1be fixed and refactored cli