Persist gists import failures
Compare changes
Files
11+ 4
− 2
@@ -3,9 +3,11 @@
If a gist fails to be imported, we will save the failure in the database to be able to present any failed imports to the user in the future.
This implements Track gists import failure.
ImportFailure.where(user: user) # 'user' - GitLab user who initiated the gists import