Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+0 |
* | /opt/cert -> /opt/certs | Kristofer Hallin | 2021-11-16 | 1 | -1/+1 |
* | * Don't switch to main brach, we're already there. | Kristofer Hallin | 2021-11-12 | 1 | -4/+4 |
* | If the database is unavailable when we try to connect, make a few more attemp... | Kristofer Hallin | 2021-11-12 | 1 | -2/+14 |
* | Typo, statuc -> status.fastapi | Kristofer Hallin | 2021-10-29 | 1 | -2/+2 |
* | Read domain/org from token. | Kristofer Hallin | 2021-10-29 | 1 | -18/+42 |
* | Use FastAPI + JWT instead of Falcon. | Kristofer Hallin | 2021-10-29 | 3 | -178/+135 |
* | Remove unused variables. | Kristofer Hallin | 2021-10-18 | 2 | -6/+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 | 2 | -21/+43 |
* | Merge branch 'main' of git.sunet.se:soc_collector | Kristofer Hallin | 2021-10-13 | 1 | -1/+1 |
|\ | |||||
| * | Flatten GET output | Ernst Widerberg | 2021-10-12 | 1 | -1/+1 |
* | | Now possible to get data based on a single key. | Kristofer Hallin | 2021-10-13 | 1 | -2/+8 |
|/ | |||||
* | Support bulk transactions. | Kristofer Hallin | 2021-10-07 | 1 | -8/+5 |
* | Better indexes. | Kristofer Hallin | 2021-10-07 | 1 | -1/+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 | 3 | -19/+62 |
* | Send back proper JSON to the user. | Kristofer Hallin | 2021-10-06 | 1 | -8/+16 |
* | 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 |
* | Now easier to put UWSGI and NGINX in front of the API. | Kristofer Hallin | 2021-10-06 | 1 | -38/+26 |
* | Use yaml.safe_load instead of yaml.load | Kristofer Hallin | 2021-10-06 | 1 | -1/+1 |
* | Removed store.py, not used any more. | Kristofer Hallin | 2021-10-01 | 1 | -62/+0 |
* | Fixed conflict. | Kristofer Hallin | 2021-10-01 | 2 | -7/+7 |
|\ | |||||
| * | Fix: Add list of observations | Ernst Widerberg | 2021-09-28 | 2 | -4/+8 |
| * | Enable CORS | Ernst Widerberg | 2021-09-24 | 1 | -1/+1 |
* | | * Use py-couchdb. | Kristofer Hallin | 2021-10-01 | 8 | -17/+1180 |
|/ | |||||
* | Use CouchDB, this might break things. | Kristofer Hallin | 2021-09-23 | 3 | -153/+69 |
* | add simple authentication based on a local yaml file | Linus Nordberg | 2021-09-15 | 2 | -22/+150 |
* | allow adding dicts as values | Linus Nordberg | 2021-06-22 | 1 | -7/+3 |
* | 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 |
* | move README.md up | Linus Nordberg | 2021-06-21 | 1 | -62/+0 |
* | initial commit | Linus Nordberg | 2021-06-21 | 4 | -0/+415 |