Skip to content

gitserver: Simplify gitserver_repos updates

Administrator requested to merge core/gitserver-internal-actor into main

Created by: ryanslade

Simplify updates to the gitserver_repos table by taking repo name instead of id and looking up the id as part of the insert.

As a side effect this means that we are no longer explicitly looking up a repo which avoids our security logging code.

Merge request reports

Loading