Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused variable | Tomasz Kramkowski | 2023-03-28 | 1 | -1/+0 |
| | |||||
* | remove unused imports | Tomasz Kramkowski | 2023-03-28 | 1 | -1/+1 |
| | |||||
* | Split Store into Store and Auth | Tomasz Kramkowski | 2023-03-28 | 1 | -2/+2 |
| | | | | This separates the concerns | ||||
* | Switch back to centralised opening of the database | Tomasz Kramkowski | 2023-03-28 | 1 | -3/+3 |
| | | | | | | Create Store instances when needed This will make more sense with following commits | ||||
* | Throw all data manipulation code in one place | Tomasz Kramkowski | 2023-03-27 | 1 | -3/+3 |
| | | | | | This means that everything now goes through a Store object, which should make testing a little bit easier. | ||||
* | POST request support | Tomasz Kramkowski | 2023-03-27 | 1 | -0/+17 |
| | |||||
* | functional tests | Tomasz Kramkowski | 2023-03-27 | 1 | -0/+240 |