labhub: IGitt breakage replaced username strings with User objects
Open
area/labhub
hoster/github
hoster/gitlab
importance/critical
- Dominant language
- Python
- Stars
- 67
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.