You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the MR titles and branch_names are configured from the user in the g2s.yaml. If someone re-configures them after the deployment of gitlab2sentry the module won't be able to track the old names.
Expected Behavior: gitlab2sentry would be able to track every update and always check for branch_names or MRs with previous names
Possible Solution: Refactore the title and branch_name attributes to be lists. The first item of the list will be the active name and all the previous ones will be checked as previous names.
The text was updated successfully, but these errors were encountered:
Right now the
MR
titles andbranch_names
are configured from the user in theg2s.yaml
. If someone re-configures them after the deployment ofgitlab2sentry
the module won't be able to track the old names.Expected Behavior:
gitlab2sentry
would be able to track every update and always check forbranch_names
orMRs
with previous namesPossible Solution: Refactore the
title
andbranch_name
attributes to be lists. The first item of the list will be the active name and all the previous ones will be checked as previous names.The text was updated successfully, but these errors were encountered: