chore(repository): pass new fields to createRepository@@ -63,7 +63,10 @@ const getRepositoryCreateView: ReqHandler = async (request, reply) => {
repoData: {
avatarUri: null,
displayName,
+ forkedFromRepoId: null,
+ isFork: false,
keywords: keywords.split(","),
+ lastPushedAt: null,
shortDescription,
visibility,
websiteUrl, // TODO: Ensure it resolves/has a TXT record in DNS pointing to us.