coala / corobo

A bot to help newcomers onboard OS projects! It's awesome!
MIT License
66 stars 103 forks source link

labhub: IGitt breakage replaced username strings with User objects #633

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago

IGitt's Issue.assign() and Issue.unassign() now take a FooUser object instead of a username.

Our tests use mocks so they didnt notice this.

Constructing a User object isnt exactly easy either. The User objects are using for logging in, and as a result require a token parameter in the constructor.