summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use logger for all sorts of logging. Also prepare for writing some logs to a ...feature.scannersKristofer Hallin2022-04-135-78/+65
* Merged main and updated stuff.Kristofer Hallin2022-04-124-67/+145
|\
| * Use the schema when creating indexes, also validate data before writing to Co...Kristofer Hallin2022-04-124-78/+64
| * Added investigation_neededJohn Van de Meulebrouck Brendgard2022-04-111-9/+22
| * Rename top-level property "system_name" -> "display_name"Ernst Widerberg2022-04-111-2/+2
| * Update example_data + schemaErnst Widerberg2022-04-111-43/+66
* | More database changes and endpoints.Kristofer Hallin2022-04-112-24/+58
* | Random SQL stuff for handling scanners.Kristofer Hallin2022-04-082-0/+165
* | Moved everything database related to db/.Kristofer Hallin2022-04-0710-20/+17
|/
* Create indexes properly.Kristofer Hallin2022-02-212-3/+12
* JSON schema for data.Kristofer Hallin2022-02-071-0/+75
* Add testing for some unauthorized API callsErnst Widerberg2022-01-211-0/+47
* Allow passing args to pytest from quickstart.shErnst Widerberg2022-01-211-2/+7
* BugfixErnst Widerberg2022-01-141-2/+2
* Update test JWT + certErnst Widerberg2022-01-142-5/+3
* quickstart_test: Remove unused env var JWT_TOKENErnst Widerberg2022-01-141-1/+0
* Decrease database reconnection timerErnst Widerberg2022-01-141-1/+1
* Revert "Only retry the database connection if we get an ConnectionError excep...Ernst Widerberg2022-01-141-4/+3
* Printing bugfixErnst Widerberg2022-01-141-2/+2
* Add read/write permissions to JWTs based on YAMLErnst Widerberg2022-01-132-120/+55
* Only retry the database connection if we get an ConnectionError exception.Kristofer Hallin2021-12-171-3/+4
* Pass -c to quickstart_test.sh and we will start CouchDB for you as well.Kristofer Hallin2021-11-262-3/+28
* fix typoLinus Nordberg2021-11-261-1/+1
* More unittests.Kristofer Hallin2021-11-261-0/+20
* Set up virtualenv and install requirements if -v is passed to quickstart_test.shKristofer Hallin2021-11-261-7/+25
* Require JWT token for the /delete endpoint.Kristofer Hallin2021-11-261-1/+4
* * Now possible to remove documents, new /delete endpoint.Kristofer Hallin2021-11-263-0/+113
* Use the database unittest for unittests.Kristofer Hallin2021-11-261-1/+1
* More unittests.fastapi_pytestKristofer Hallin2021-11-261-2/+65
* First embryo for unittests.Kristofer Hallin2021-11-253-0/+39
* Fix get/<id> endpointErnst Widerberg2021-11-241-0/+4
* Add Access-Control-Expose-Headers: X-Total-Count to CORSErnst Widerberg2021-11-241-0/+1
* BugfixErnst Widerberg2021-11-241-1/+1
* Add mock X-Total-CountErnst Widerberg2021-11-241-0/+7
* Add CORS middlewareErnst Widerberg2021-11-241-0/+9
* Bugfix?Ernst Widerberg2021-11-231-1/+1
* * Rename wsgi.py to main.py, we're not using WSGI.Kristofer Hallin2021-11-171-0/+0
* /opt/cert -> /opt/certsKristofer Hallin2021-11-161-1/+1
* * Don't switch to main brach, we're already there.Kristofer Hallin2021-11-121-4/+4
* If the database is unavailable when we try to connect, make a few more attemp...Kristofer Hallin2021-11-121-2/+14
* Typo, statuc -> status.fastapiKristofer Hallin2021-10-291-2/+2
* Read domain/org from token.Kristofer Hallin2021-10-291-18/+42
* Use FastAPI + JWT instead of Falcon.Kristofer Hallin2021-10-293-178/+135
* Remove unused variables.Kristofer Hallin2021-10-182-6/+4
* Checkk if we have a document before trying to use its key.Kristofer Hallin2021-10-181-1/+1
* Find, now with pagination! Use limit and skip to get the results you want.Kristofer Hallin2021-10-142-21/+43
* Merge branch 'main' of git.sunet.se:soc_collectorKristofer Hallin2021-10-131-1/+1
|\
| * Flatten GET outputErnst Widerberg2021-10-121-1/+1
* | Now possible to get data based on a single key.Kristofer Hallin2021-10-131-2/+8
|/
* Support bulk transactions.Kristofer Hallin2021-10-071-8/+5