Skip to content

Remove duplicate git_write from the post receive git hook

Currently we have an onboarding_progresses table column called git_write.

This issue is meant to drive the correct placement of the recording of this Learn GitLab task as right now it is in the git post receive hook, which is fired on successful git writes, which would make sense if we were tracking code adding for Learn GitLab.

However, we have that mapped to Create a repository in Learn Gitlab.

Therefore if this is to track repository creation, we should:

original description

The following discussion from !149617 (merged) should be addressed:

  • @dstull started a discussion:

    note (non-blocking):

    Follow-up here to determine if we can remove this fully and migrate data if needed.

Edited by Serhii Yarynovskyi