d8024884305efe7e075bd3f4624f6e682cde33ed
The profiles table previously lacked an index on the user_id column, causing slow query performance when joining or filtering by user_id. This change adds a new B-tree index on user_id to optimize read operations in the user profile retrieval path.
Description
System for easily creating tickets on a gitea instance through the API. It extracts the right project name to create tickets under and will give the tickets a clear title and description. This is handy for low effort bug reports over email for example.
35 KiB
Languages
Python
59.4%
HTML
40.6%