summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | * Added env variable.
* 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
| | | | | * Look for public key in /opt/cert. * Add variable to compose.
* If the database is unavailable when we try to connect, make a few more ↵Kristofer Hallin2021-11-121-2/+14
| | | | attempts before giving up.
* 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
| | | | | | | | | | | | | | | | | | Debian 11 (bullseye) comes with docker-compose version 1.25.0, build unknown. Lowering the docker-compose version to 2.3 seems to work. But I'm really not sure what I'm doing here. Please lmk if this isn't reasonable.
* | 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
|
* Updated readme.Kristofer Hallin2021-10-131-0/+4
|
* Merge branch 'main' of git.sunet.se:soc_collectorKristofer Hallin2021-10-132-1/+2
|\
| * Flatten GET outputErnst Widerberg2021-10-121-1/+1
| |
| * Edit README: Add env varErnst Widerberg2021-10-081-0/+1
| |
* | Now possible to get data based on a single key.Kristofer Hallin2021-10-131-2/+8
|/
* Updated README.Kristofer Hallin2021-10-071-16/+7
|
* Create bulks of test data.khn.nginx_wsgiKristofer Hallin2021-10-071-27/+30
|
* Support bulk transactions.Kristofer Hallin2021-10-071-8/+5
|
* Better indexes.Kristofer Hallin2021-10-071-1/+5
|
* Re-use random_string etc.Kristofer Hallin2021-10-071-27/+18
|
* Better threading.Kristofer Hallin2021-10-071-7/+12
|
* Tool to generate random data.Kristofer Hallin2021-10-071-0/+175
|
* Fixed db.get() and commented things somewhat.Kristofer Hallin2021-10-071-1/+29
|
* Create indexes when creating database, also make it possible to search based ↵Kristofer Hallin2021-10-063-19/+62
| | | | on indexes.
* Send back proper JSON to the user.Kristofer Hallin2021-10-061-8/+16
|
* Minor cleanups.Kristofer Hallin2021-10-061-9/+7
|
* Added Collector container.Kristofer Hallin2021-10-067-1/+89
|
* Updated readme.Kristofer Hallin2021-10-061-4/+4
|
* Return the unique key in the response when adding new data.Kristofer Hallin2021-10-061-10/+9
|
* Now easier to put UWSGI and NGINX in front of the API.Kristofer Hallin2021-10-061-38/+26
|