| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-05-09 | Pass raise_for_status as a kwarg for better readibility | -28/+26 | ||
| This means the handling of the response comes directly after the context manager rather than having to handle errors. | ||||
| 2021-05-09 | Use allowed strings converter in Metabase cog | -7/+8 | ||
| This removes the need to manually validate user input. Co-authored-by: Numerlor <[email protected]> | ||||
| 2021-05-09 | Remove unneeded context manager in Metabase cog | -2/+1 | ||
| StringIO as it has no underlying connections, so a context manager is not needed Co-authored-by: Numerlor <[email protected]> | ||||
| 2021-05-09 | Update warn to warning, due to deprecation | -2/+2 | ||
| This commit also includes a minor docstring change Co-authored-by: Numerlor <[email protected]> | ||||
| 2021-05-09 | Fix minor grammer issues with metabase comments | -4/+5 | ||
| 2021-05-09 | Add comment to int e for context with Metabase loading | -0/+1 | ||
| 2021-05-09 | Save query outputs to the internal eval environment for ease of access | -1/+18 | ||
| 2021-05-09 | Remove metabase redaction of link used while testing | -2/+0 | ||