Closed simkim closed 1 month ago
I prefer the first option, as that doesn't change the existing api schema, and in the past I've tried to avoid getting the automatic rails timestamp updates on records synced from github (because they share the same field names)
Yes github and gitlab are coded in rails :)
I will do the first option.
Thanks
Hi @andrew
We have a bug where after a sync_repository, updated_at is set at the last activity.
But an update of the object trigger rails to set updated_at at the current time.
We have two possibilities :
I'm willing to implement whatever you prefer.
What do you think ?