| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-01-04 | Order discoverable forms alphabetically | -1/+1 | ||
| 2021-01-04 | Re-order build args in Dockerfile | -6/+6 | ||
| 2021-01-04 | Use $in operator for non-admin filtering to allow fetching closed forms | -1/+1 | ||
| This was OPEN before, but we need to return discoverable closed forms too. | ||||
| 2021-01-02 | Add question model required field documentation to SCHEMA.md | -6/+7 | ||
| 2020-12-31 | `jwt.encode` returns a string, not a bytestring. | -3/+1 | ||
| As of pyjwt 2.0.0, `jwt.encode` does not return a bytestring, so decoding is unnecessary. ref: https://github.com/jpadilla/pyjwt/blob/c96131b970fd341106ce33d0a85b50e3bdbb67ec/CHANGELOG.md#jwtencode-return-type | ||||
| 2020-12-28 | Minor DevOps tweaks | -2/+8 | ||
| 2020-12-28 | Add handling of optional fields to submit endpoint | -1/+4 | ||
| 2020-12-28 | Add required field to question model | -0/+1 | ||
| 2020-12-27 | Fix deployment manifest | -1/+1 | ||