Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If the database is unavailable when we try to connect, make a few more ↵ | Kristofer Hallin | 2021-11-12 | 1 | -2/+14 |
| | | | | attempts before giving up. | ||||
* | 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 | 1 | -158/+100 |
| | |||||
* | Remove unused variables. | Kristofer Hallin | 2021-10-18 | 1 | -2/+0 |
| | |||||
* | Find, now with pagination! Use limit and skip to get the results you want. | Kristofer Hallin | 2021-10-14 | 1 | -17/+28 |
| | |||||
* | 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 |
|/ | |||||
* | Create indexes when creating database, also make it possible to search based ↵ | Kristofer Hallin | 2021-10-06 | 1 | -4/+9 |
| | | | | on indexes. | ||||
* | Send back proper JSON to the user. | Kristofer Hallin | 2021-10-06 | 1 | -8/+16 |
| | |||||
* | Now easier to put UWSGI and NGINX in front of the API. | Kristofer Hallin | 2021-10-06 | 1 | -38/+26 |
| | |||||
* | Fixed conflict. | Kristofer Hallin | 2021-10-01 | 1 | -3/+3 |
|\ | |||||
| * | Fix: Add list of observations | Ernst Widerberg | 2021-09-28 | 1 | -2/+2 |
| | | |||||
| * | Enable CORS | Ernst Widerberg | 2021-09-24 | 1 | -1/+1 |
| | | |||||
* | | * Use py-couchdb. | Kristofer Hallin | 2021-10-01 | 1 | -6/+6 |
|/ | | | | * Other minor fixes and tweaks. | ||||
* | Use CouchDB, this might break things. | Kristofer Hallin | 2021-09-23 | 1 | -8/+24 |
| | |||||
* | add simple authentication based on a local yaml file | Linus Nordberg | 2021-09-15 | 1 | -22/+41 |
| | | | | | | | | This allows for mapping username/password pairs to sets of organisations with 'r' or 'rw' permissions. To be replaced with an external service providing a JWT in an HTTP header. | ||||
* | allow adding dicts as values | Linus Nordberg | 2021-06-22 | 1 | -7/+3 |
| | | | | | The json.loads() object_hook is invoked for _every_ JSON object, which is not what we want. | ||||
* | initial commit | Linus Nordberg | 2021-06-21 | 1 | -0/+120 |