Skip to content

Refactors CiUnlockArtifactsService from SQL to AR

Laura Montemayor requested to merge lm-fix-Ci-UnlockArtifactsService into master

What does this MR do?

This MR reconstructs the SQL query in execute to AR, and therefore the second point is not necessary:

  1. Avoid manually constructing executed SQLs (can we use AR for that)
  2. Call it on an appropiate model

Does this MR meet the acceptance criteria?

Conformity

#336894 (closed)

Edited by Laura Montemayor

Merge request reports

Loading