| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Simple tool which will produce JWT tokens for testing. | Kristofer Hallin | 2021-10-29 | 1 | -0/+45 |
| | | |||||
| * | Merged main into fastapi branch. | Kristofer Hallin | 2021-10-29 | 4 | -9/+15 |
| |\ | |||||
| | * | Initialize CouchDB properly, now _users should be created. | Kristofer Hallin | 2021-10-29 | 3 | -1/+8 |
| | | | |||||
| | * | quote url containing ampersand and clarify "key"linus/debian11 | Linus Nordberg | 2021-10-27 | 1 | -2/+2 |
| | | | |||||
| | * | update dependencies | Linus Nordberg | 2021-10-27 | 1 | -2/+1 |
| | | | |||||
| | * | tested with bullseye | Linus Nordberg | 2021-10-27 | 1 | -2/+2 |
| | | | |||||
| | * | typo fix | Linus Nordberg | 2021-10-27 | 1 | -1/+1 |
| | | | |||||
| | * | lower the docker-compose file version | Linus Nordberg | 2021-10-27 | 1 | -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 Hallin | 2021-10-29 | 4 | -181/+156 |
| |/ | |||||
| * | Remove unused variables. | Kristofer Hallin | 2021-10-18 | 2 | -6/+4 |
| | | |||||
| * | Merge branch 'main' of git.sunet.se:soc_collector | Kristofer Hallin | 2021-10-18 | 1 | -1/+1 |
| |\ | |||||
| | * | Docker: Checkout main branch | Ernst Widerberg | 2021-10-15 | 1 | -1/+1 |
| | | | |||||
| * | | Checkk if we have a document before trying to use its key. | Kristofer Hallin | 2021-10-18 | 1 | -1/+1 |
| |/ | |||||
| * | Find, now with pagination! Use limit and skip to get the results you want. | Kristofer Hallin | 2021-10-14 | 3 | -21/+47 |
| | | |||||
| * | Updated readme. | Kristofer Hallin | 2021-10-13 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'main' of git.sunet.se:soc_collector | Kristofer Hallin | 2021-10-13 | 2 | -1/+2 |
| |\ | |||||
| | * | Flatten GET output | Ernst Widerberg | 2021-10-12 | 1 | -1/+1 |
| | | | |||||
| | * | Edit README: Add env var | Ernst Widerberg | 2021-10-08 | 1 | -0/+1 |
| | | | |||||
| * | | Now possible to get data based on a single key. | Kristofer Hallin | 2021-10-13 | 1 | -2/+8 |
| |/ | |||||
| * | Updated README. | Kristofer Hallin | 2021-10-07 | 1 | -16/+7 |
| | | |||||
| * | Create bulks of test data.khn.nginx_wsgi | Kristofer Hallin | 2021-10-07 | 1 | -27/+30 |
| | | |||||
| * | Support bulk transactions. | Kristofer Hallin | 2021-10-07 | 1 | -8/+5 |
| | | |||||
| * | Better indexes. | Kristofer Hallin | 2021-10-07 | 1 | -1/+5 |
| | | |||||
| * | Re-use random_string etc. | Kristofer Hallin | 2021-10-07 | 1 | -27/+18 |
| | | |||||
| * | Better threading. | Kristofer Hallin | 2021-10-07 | 1 | -7/+12 |
| | | |||||
| * | Tool to generate random data. | Kristofer Hallin | 2021-10-07 | 1 | -0/+175 |
| | | |||||
| * | Fixed db.get() and commented things somewhat. | Kristofer Hallin | 2021-10-07 | 1 | -1/+29 |
| | | |||||
| * | Create indexes when creating database, also make it possible to search based ↵ | Kristofer Hallin | 2021-10-06 | 3 | -19/+62 |
| | | | | | on indexes. | ||||
| * | Send back proper JSON to the user. | Kristofer Hallin | 2021-10-06 | 1 | -8/+16 |
| | | |||||
| * | Minor cleanups. | Kristofer Hallin | 2021-10-06 | 1 | -9/+7 |
| | | |||||
| * | Added Collector container. | Kristofer Hallin | 2021-10-06 | 7 | -1/+89 |
| | | |||||
| * | Updated readme. | Kristofer Hallin | 2021-10-06 | 1 | -4/+4 |
| | | |||||
| * | Return the unique key in the response when adding new data. | Kristofer Hallin | 2021-10-06 | 1 | -10/+9 |
| | | |||||
| * | Now easier to put UWSGI and NGINX in front of the API. | Kristofer Hallin | 2021-10-06 | 1 | -38/+26 |
| | | |||||
| * | Use yaml.safe_load instead of yaml.load | Kristofer Hallin | 2021-10-06 | 1 | -1/+1 |
| | | |||||
| * | Added a new container for the collector API. | Kristofer Hallin | 2021-10-06 | 1 | -0/+16 |
| | | |||||
| * | Added requests as requirement. | Kristofer Hallin | 2021-10-04 | 1 | -0/+1 |
| | | |||||
| * | Remove wsgiref. | Kristofer Hallin | 2021-10-04 | 1 | -1/+0 |
| | | |||||
| * | Requirements for Python. | Kristofer Hallin | 2021-10-04 | 1 | -0/+3 |
| | | |||||
| * | Removed store.py, not used any more. | Kristofer Hallin | 2021-10-01 | 1 | -62/+0 |
| | | |||||
| * | Updated .gitignore | Kristofer Hallin | 2021-10-01 | 1 | -0/+88 |
| | | |||||
| * | Fixed conflict. | Kristofer Hallin | 2021-10-01 | 4 | -13/+16 |
| |\ | |||||
| | * | Fix: Add list of observations | Ernst Widerberg | 2021-09-28 | 2 | -4/+8 |
| | | | |||||
| | * | Enable CORS | Ernst Widerberg | 2021-09-24 | 1 | -1/+1 |
| | | | |||||
| | * | Add .gitignore | Ernst Widerberg | 2021-09-24 | 1 | -0/+1 |
| | | | |||||
| | * | Update README | Ernst Widerberg | 2021-09-24 | 1 | -6/+8 |
| | | | |||||
| * | | * Use py-couchdb. | Kristofer Hallin | 2021-10-01 | 8 | -17/+1180 |
| |/ | | | | * Other minor fixes and tweaks. | ||||
| * | Use CouchDB, this might break things. | Kristofer Hallin | 2021-09-23 | 5 | -154/+103 |
| | | |||||
