Skip to content

frontend: Do not expose repo created_at and updated_at timestamps

Warren Gifford requested to merge core/rm-timestamps into master

Created by: keegancsmith

No clients that we know of read this field. Additionally on performance profiles the marshalling of timestamps is significant in our postgres client. So we deprecate the fields and return fake data for created_at.

Merge request reports

Loading