summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Use yaml.safe_load instead of yaml.loadKristofer Hallin2021-10-061-1/+1
* Added a new container for the collector API.Kristofer Hallin2021-10-061-0/+16
* Added requests as requirement.Kristofer Hallin2021-10-041-0/+1
* Remove wsgiref.Kristofer Hallin2021-10-041-1/+0
* Requirements for Python.Kristofer Hallin2021-10-041-0/+3
* Removed store.py, not used any more.Kristofer Hallin2021-10-011-62/+0
* Updated .gitignoreKristofer Hallin2021-10-011-0/+88
* Fixed conflict.Kristofer Hallin2021-10-014-13/+16
|\
| * Fix: Add list of observationsErnst Widerberg2021-09-282-4/+8
| * Enable CORSErnst Widerberg2021-09-241-1/+1
| * Add .gitignoreErnst Widerberg2021-09-241-0/+1
| * Update READMEErnst Widerberg2021-09-241-6/+8
* | * Use py-couchdb.Kristofer Hallin2021-10-018-17/+1180
|/
* Use CouchDB, this might break things.Kristofer Hallin2021-09-235-154/+103