Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added tests | Victor Näslund | 2022-11-17 | 19 | -202/+1259 |
| | |||||
* | typo | Victor Näslund | 2022-11-16 | 1 | -1/+1 |
| | |||||
* | fixed healthcheck path | Victor Näslund | 2022-11-16 | 3 | -2/+4 |
| | |||||
* | fixed healthcheck and client CLI small stuff | Victor Näslund | 2022-11-16 | 2 | -9/+48 |
| | |||||
* | Better error handling, the server already has this but defence in depth is ↵ | Victor Näslund | 2022-11-16 | 1 | -0/+10 |
| | | | | always good | ||||
* | typos | Victor Näslund | 2022-11-16 | 1 | -2/+2 |
| | |||||
* | typos | Victor Näslund | 2022-11-16 | 1 | -4/+4 |
| | |||||
* | better object id handling | Victor Näslund | 2022-11-16 | 3 | -11/+31 |
| | |||||
* | renamed key search to filter | Victor Näslund | 2022-11-16 | 4 | -7/+21 |
| | |||||
* | added verify=root_ca | Victor Näslund | 2022-11-16 | 1 | -6/+10 |
| | |||||
* | auth and CLI done | Victor Näslund | 2022-11-16 | 19 | -51/+420 |
| | |||||
* | Better status codes and error handling | Victor Näslund | 2022-11-16 | 4 | -26/+23 |
| | |||||
* | Typo | Victor Näslund | 2022-11-13 | 1 | -1/+1 |
| | |||||
* | Dont expose port for mongodb | Victor Näslund | 2022-11-13 | 1 | -2/+0 |
| | |||||
* | better data folder handling | Victor Näslund | 2022-11-13 | 2 | -0/+1 |
| | |||||
* | typo and better error handling | Victor Näslund | 2022-11-13 | 1 | -1/+5 |
| | |||||
* | better logging | Victor Näslund | 2022-11-13 | 2 | -1/+43 |
| | |||||
* | better mongodb handling | Victor Näslund | 2022-11-13 | 9 | -13/+72 |
| | |||||
* | more stuff | Victor Näslund | 2022-11-13 | 8 | -65/+228 |
| | |||||
* | added mkdir data folder | Victor Näslund | 2022-11-13 | 1 | -0/+1 |
| | |||||
* | new direction | Victor Näslund | 2022-11-13 | 58 | -3617/+735 |
| | |||||
* | more freshup | Victor Näslund | 2022-11-02 | 19 | -160/+297 |
| | |||||
* | initial fresh up | Victor Näslund | 2022-11-01 | 14 | -119/+469 |
| | |||||
* | Rename timestamp_in_utc to timestamp, change formatHEADmain | Ernst Widerberg | 2022-04-25 | 4 | -5/+6 |
| | | | | | | | | The format "date-time" in jsonschema is as defined in RFC 3339, which is about the same as ISO 8601. Validating this requires an additional package which is specified in python-jsonschema docs. | ||||
* | Use the schema when creating indexes, also validate data before writing to ↵ | Kristofer Hallin | 2022-04-12 | 4 | -78/+64 |
| | | | | CouchDB. | ||||
* | Removed a redundant newline from example_data_1 | John Van de Meulebrouck Brendgard | 2022-04-11 | 1 | -1/+0 |
| | |||||
* | Added investigation_needed | John Van de Meulebrouck Brendgard | 2022-04-11 | 2 | -9/+29 |
| | | | | | and made it required to specify either vulnerable or investigation_needed. | ||||
* | Rename top-level property "system_name" -> "display_name" | Ernst Widerberg | 2022-04-11 | 3 | -4/+4 |
| | |||||
* | Fix example_data_2.json | Ernst Widerberg | 2022-04-11 | 1 | -1/+1 |
| | |||||
* | Update example_data + schema | Ernst Widerberg | 2022-04-11 | 4 | -90/+168 |
| | |||||
* | do-as: Remove -s flag | Ernst Widerberg | 2022-03-29 | 1 | -1/+1 |
| | |||||
* | Update README, do-as for collector's new https location | Ernst Widerberg | 2022-03-01 | 2 | -6/+6 |
| | |||||
* | Create indexes properly. | Kristofer Hallin | 2022-02-21 | 2 | -3/+12 |
| | |||||
* | JSON schema for data. | Kristofer Hallin | 2022-02-07 | 1 | -0/+75 |
| | |||||
* | Added .jenkins file. | Kristofer Hallin | 2022-02-04 | 1 | -0/+31 |
| | |||||
* | Copy certs/* | Kristofer Hallin | 2022-02-04 | 1 | -2/+1 |
| | |||||
* | Use volume for certs. | Kristofer Hallin | 2022-02-04 | 6 | -7/+10 |
| | |||||
* | Use SSL and added a -b flag to quickstart.sh | Kristofer Hallin | 2022-02-04 | 7 | -7/+73 |
| | |||||
* | Add testing for some unauthorized API calls | Ernst Widerberg | 2022-01-21 | 1 | -0/+47 |
| | |||||
* | Allow passing args to pytest from quickstart.sh | Ernst Widerberg | 2022-01-21 | 1 | -2/+7 |
| | | | | Usage: ./quickstart_test.sh [-v] [-c] [-- <args to pytest>] | ||||
* | Added -e flag to jwt_producer. | Kristofer Hallin | 2022-01-18 | 1 | -3/+10 |
| | |||||
* | Updated JWT producer. | Kristofer Hallin | 2022-01-17 | 1 | -12/+27 |
| | |||||
* | Fix: Add password for `usr` | Ernst Widerberg | 2022-01-17 | 1 | -1/+2 |
| | |||||
* | New claims etc. | Kristofer Hallin | 2022-01-17 | 1 | -9/+21 |
| | |||||
* | Readd a default user `usr` | Ernst Widerberg | 2022-01-17 | 1 | -0/+6 |
| | |||||
* | Update README | Ernst Widerberg | 2022-01-14 | 1 | -6/+0 |
| | |||||
* | Bugfix | Ernst Widerberg | 2022-01-14 | 1 | -2/+2 |
| | |||||
* | Update test JWT + cert | Ernst Widerberg | 2022-01-14 | 2 | -5/+3 |
| | |||||
* | REDAME: Add tip about JWT decoding | Ernst Widerberg | 2022-01-14 | 1 | -1/+7 |
| | |||||
* | Move userdb.yaml to mounted volume | Ernst Widerberg | 2022-01-14 | 3 | -1/+6 |
| |