summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated schema with tags and better logic for the 'result' tag, lets force de...victor_updatesVictor Näslund2022-11-192-26/+39
* explicit with keysVictor Näslund2022-11-181-11/+11
* added testsVictor Näslund2022-11-174-112/+131
* fixed healthcheck pathVictor Näslund2022-11-162-51/+0
* fixed healthcheck and client CLI small stuffVictor Näslund2022-11-162-9/+48
* Better error handling, the server already has this but defence in depth is al...Victor Näslund2022-11-161-0/+10
* typosVictor Näslund2022-11-161-2/+2
* typosVictor Näslund2022-11-161-4/+4
* better object id handlingVictor Näslund2022-11-163-11/+31
* renamed key search to filterVictor Näslund2022-11-163-6/+20
* added verify=root_caVictor Näslund2022-11-161-6/+10
* auth and CLI doneVictor Näslund2022-11-169-22/+344
* Better status codes and error handlingVictor Näslund2022-11-164-26/+23
* TypoVictor Näslund2022-11-131-1/+1
* typo and better error handlingVictor Näslund2022-11-131-1/+5
* better mongodb handlingVictor Näslund2022-11-134-5/+51
* more stuffVictor Näslund2022-11-132-50/+182
* new directionVictor Näslund2022-11-1310-1654/+172
* more freshupVictor Näslund2022-11-0211-374/+181
* initial fresh upVictor Näslund2022-11-017-85/+109
* Rename timestamp_in_utc to timestamp, change formatHEADmainErnst Widerberg2022-04-251-3/+3
* 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
* 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