summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More unittests.fastapi_pytestKristofer Hallin2021-11-261-2/+65
* Merge branch 'main' of git.sunet.se:soc_collector into fastapi_pytestKristofer Hallin2021-11-263-10/+18
|\
| * user www-data needs to read the private keyLinus Nordberg2021-11-251-0/+1
| * document dependenciesLinus Nordberg2021-11-251-1/+1
| * Add local development instructions to READMEErnst Widerberg2021-11-251-0/+11
| * quickstart.sh: Use docker-compose-dev by defaultErnst Widerberg2021-11-251-8/+1
| * auth-server-poc: Optimize Docker buildErnst Widerberg2021-11-251-1/+4
* | First embryo for unittests.Kristofer Hallin2021-11-253-0/+39
|/
* Fix get/<id> endpointErnst Widerberg2021-11-241-0/+4
* Add dev version of docker-compose for collectorErnst Widerberg2021-11-243-1/+69
* 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
* Update README for current data formatErnst Widerberg2021-11-242-22/+50
* Update README for JWTErnst Widerberg2021-11-241-15/+19
* Generate a default htpasswd file on hostErnst Widerberg2021-11-242-4/+13
* Add auth-server-poc to quickstart scriptErnst Widerberg2021-11-241-1/+2
* Use DOCKER_JWT_PUBKEY_PATH in auth-server-poc as wellErnst Widerberg2021-11-241-2/+1
* Bugfix?Ernst Widerberg2021-11-231-1/+1
* Script for the lazy ones, like me.Kristofer Hallin2021-11-181-0/+21
* Bump docker-compose version.Kristofer Hallin2021-11-171-1/+1
* Use the official Nginx image.Kristofer Hallin2021-11-173-20/+2
* Nginx is now running in its own container.Kristofer Hallin2021-11-178-30/+33
* * Rename wsgi.py to main.py, we're not using WSGI.Kristofer Hallin2021-11-173-1/+2
* Use Uvicorn since we now run FastAPI which uses ASGI.Kristofer Hallin2021-11-174-17/+6
* /opt/cert -> /opt/certsKristofer Hallin2021-11-161-1/+1
* Only crate /opt/certs/ if the directory is missing.Kristofer Hallin2021-11-161-2/+0
* Use DOCKER_JWT_PUBKEY_PATH for public key and some minor fixes.Kristofer Hallin2021-11-163-6/+6
* * Don't switch to main brach, we're already there.Kristofer Hallin2021-11-123-5/+7
* If the database is unavailable when we try to connect, make a few more attemp...Kristofer Hallin2021-11-121-2/+14
* Add auth-server-pocErnst Widerberg2021-11-1013-0/+606
* Merge branch 'main' of git.sunet.se:soc_collectorKristofer Hallin2021-11-101-24/+19
|\
| * Update feeder for new data format and add asn_country_codeErnst Widerberg2021-11-041-24/+19
* | Typo, statuc -> status.fastapiKristofer Hallin2021-10-291-2/+2
* | Read domain/org from token.Kristofer Hallin2021-10-291-18/+42
* | Simple tool which will produce JWT tokens for testing.Kristofer Hallin2021-10-291-0/+45
* | Merged main into fastapi branch.Kristofer Hallin2021-10-294-9/+15
|\ \ | |/
| * Initialize CouchDB properly, now _users should be created.Kristofer Hallin2021-10-293-1/+8
| * quote url containing ampersand and clarify "key"linus/debian11Linus Nordberg2021-10-271-2/+2
| * update dependenciesLinus Nordberg2021-10-271-2/+1
| * tested with bullseyeLinus Nordberg2021-10-271-2/+2
| * typo fixLinus Nordberg2021-10-271-1/+1
| * lower the docker-compose file versionLinus Nordberg2021-10-271-1/+1
* | Use FastAPI + JWT instead of Falcon.Kristofer Hallin2021-10-294-181/+156
|/
* Remove unused variables.Kristofer Hallin2021-10-182-6/+4
* Merge branch 'main' of git.sunet.se:soc_collectorKristofer Hallin2021-10-181-1/+1
|\
| * Docker: Checkout main branchErnst Widerberg2021-10-151-1/+1
* | 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-143-21/+47