Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2023-02-17 | [feature] Add a request ID and include it in logs (#1476) | 1 | ||
This adds a lightweight form of tracing to GTS. Each incoming request is assigned a Request ID which we then pass on and log in all our log lines. Any function that gets called downstream from an HTTP handler should now emit a requestID=value pair whenever it logs something. Co-authored-by: kim <grufwub@gmail.com> | ||||
2023-01-05 | [chore] Update/add license headers for 2023 (#1304) | 1 | ||
2022-12-10 | [feature] Start implementing refetch of lost media files via ↵ | 1 | ||
`/api/v1/admin/media_refetch` (#1221) * [chore] Move ShortcodeDomain to its own little util func * [feature] Add RefetchEmojis function to media manager * [feature] Expose admin media refresh via admin API * update following review feedback - change/fix log levels - make sure not to try to refetch local emojis - small style refactoring + comments * log on emoji refetch start Signed-off-by: kim <grufwub@gmail.com> Co-authored-by: kim <grufwub@gmail.com> |