Add Gitea site/username to serializer and seeds #113

Merged
raucao merged 2 commits from feature/gitea_site into master 2019-04-24 12:58:45 +00:00
raucao commented 2019-04-24 12:45:07 +00:00 (Migrated from github.com)

Allows to add Gitea account information to contributor profiles.

Allows to add Gitea account information to contributor profiles.
bumi (Migrated from github.com) approved these changes 2019-04-24 12:51:54 +00:00
bumi (Migrated from github.com) left a comment

LGTM.
but I was wondering if we still need to have the account details on the root level of the object and if we can somehow have this universally to be able to add integrations without changing this code here?

LGTM. but I was wondering if we still need to have the account details on the root level of the object and if we can somehow have this universally to be able to add integrations without changing this code here?
raucao commented 2019-04-24 12:55:16 +00:00 (Migrated from github.com)

but I was wondering if we still need to have the account details on the root level of the object and if we can somehow have this universally to be able to add integrations without changing this code here?

Yes, I would like this refactored soon. It should be possible to add arbitrary accounts. Unfortunately, all code relying on this is currently using the root-level properties.

> but I was wondering if we still need to have the account details on the root level of the object and if we can somehow have this universally to be able to add integrations without changing this code here? Yes, I would like this refactored soon. It should be possible to add arbitrary accounts. Unfortunately, all code relying on this is currently using the root-level properties.
Sign in to join this conversation.
No description provided.