Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Decrease database reconnection timer | Ernst Widerberg | 2022-01-14 | 1 | -1/+1 |
| | |||||
* | Revert "Only retry the database connection if we get an ConnectionError ↵ | Ernst Widerberg | 2022-01-14 | 1 | -4/+3 |
| | | | | | | exception." This reverts commit a3b5cde94981b9a98d367004b4c513c81e5870e4. | ||||
* | Printing bugfix | Ernst Widerberg | 2022-01-14 | 1 | -2/+2 |
| | |||||
* | Add read/write permissions to JWTs based on YAML | Ernst Widerberg | 2022-01-13 | 1 | -8/+55 |
| | | | | | | | - Uses Linus's YAML code, except with password stuff removed since auth-server-poc uses htpasswd. - The collector checks JWT on API endpoints get, get/{key}, and delete/{key}, but not on add. | ||||
* | Only retry the database connection if we get an ConnectionError exception. | Kristofer Hallin | 2021-12-17 | 1 | -3/+4 |
| | |||||
* | Require JWT token for the /delete endpoint. | Kristofer Hallin | 2021-11-26 | 1 | -1/+4 |
| | |||||
* | * Now possible to remove documents, new /delete endpoint. | Kristofer Hallin | 2021-11-26 | 1 | -0/+12 |
| | | | | * More unittests. | ||||
* | Fix get/<id> endpoint | Ernst Widerberg | 2021-11-24 | 1 | -0/+4 |
| | |||||
* | Add Access-Control-Expose-Headers: X-Total-Count to CORS | Ernst Widerberg | 2021-11-24 | 1 | -0/+1 |
| | |||||
* | Bugfix | Ernst Widerberg | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | Add mock X-Total-Count | Ernst Widerberg | 2021-11-24 | 1 | -0/+7 |
| | |||||
* | Add CORS middleware | Ernst Widerberg | 2021-11-24 | 1 | -0/+9 |
| | |||||
* | Bugfix? | Ernst Widerberg | 2021-11-23 | 1 | -1/+1 |
| | |||||
* | * Rename wsgi.py to main.py, we're not using WSGI. | Kristofer Hallin | 2021-11-17 | 1 | -0/+145 |
* Added env variable. |