Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use FastAPI + JWT instead of Falcon. | Kristofer Hallin | 2021-10-29 | 1 | -9/+22 |
| | |||||
* | Remove unused variables. | Kristofer Hallin | 2021-10-18 | 1 | -4/+4 |
| | |||||
* | Checkk if we have a document before trying to use its key. | Kristofer Hallin | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Find, now with pagination! Use limit and skip to get the results you want. | Kristofer Hallin | 2021-10-14 | 1 | -4/+15 |
| | |||||
* | Support bulk transactions. | Kristofer Hallin | 2021-10-07 | 1 | -8/+5 |
| | |||||
* | Fixed db.get() and commented things somewhat. | Kristofer Hallin | 2021-10-07 | 1 | -1/+29 |
| | |||||
* | Create indexes when creating database, also make it possible to search based ↵ | Kristofer Hallin | 2021-10-06 | 1 | -15/+6 |
| | | | | on indexes. | ||||
* | Minor cleanups. | Kristofer Hallin | 2021-10-06 | 1 | -9/+7 |
| | |||||
* | Return the unique key in the response when adding new data. | Kristofer Hallin | 2021-10-06 | 1 | -10/+9 |
| | |||||
* | Fixed conflict. | Kristofer Hallin | 2021-10-01 | 1 | -4/+4 |
|\ | |||||
| * | Fix: Add list of observations | Ernst Widerberg | 2021-09-28 | 1 | -2/+6 |
| | | |||||
* | | * Use py-couchdb. | Kristofer Hallin | 2021-10-01 | 1 | -11/+23 |
|/ | | | | * Other minor fixes and tweaks. | ||||
* | Use CouchDB, this might break things. | Kristofer Hallin | 2021-09-23 | 1 | -143/+40 |
| | |||||
* | test insertion of a dict too | Linus Nordberg | 2021-06-22 | 1 | -4/+9 |
| | |||||
* | have db tests work again | Linus Nordberg | 2021-06-22 | 1 | -4/+5 |
| | |||||
* | initial commit | Linus Nordberg | 2021-06-21 | 1 | -0/+171 |