Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | add simple authentication based on a local yaml file | Linus Nordberg | 2021-09-15 | 3 | -22/+165 | |
| | | | | | | | | This allows for mapping username/password pairs to sets of organisations with 'r' or 'rw' permissions. To be replaced with an external service providing a JWT in an HTTP header. | |||||
* | update README wording slightly | Linus Nordberg | 2021-09-15 | 1 | -8/+8 | |
| | ||||||
* | add instructions on how to clone the repo | Linus Nordberg | 2021-06-22 | 1 | -0/+4 | |
| | ||||||
* | update the examples with more realistic data | Linus Nordberg | 2021-06-22 | 1 | -2/+21 | |
| | ||||||
* | allow adding dicts as values | Linus Nordberg | 2021-06-22 | 1 | -7/+3 | |
| | | | | | The json.loads() object_hook is invoked for _every_ JSON object, which is not what we want. | |||||
* | test insertion of a dict too | Linus Nordberg | 2021-06-22 | 1 | -4/+9 | |
| | ||||||
* | have db tests work again | Linus Nordberg | 2021-06-22 | 1 | -4/+5 | |
| | ||||||
* | formatting | Linus Nordberg | 2021-06-21 | 1 | -1/+1 | |
| | ||||||
* | move README.md up | Linus Nordberg | 2021-06-21 | 1 | -0/+0 | |
| | ||||||
* | initial commit | Linus Nordberg | 2021-06-21 | 4 | -0/+415 | |