Release Version 0.50.2 - Springtime for Metrics!
Pre-release
Pre-release
Summary
This release makes a hosted version of Augur fully enabled. The next release will add to these capabilities by implementing a "fairness algorithm" so that data collection for new accounts is balanced and somebody asking for 1,000 repositories does not delay collection for somebody requesting 10. Further, the next release will consider the size of the new repositories requested when balancing individual user collection priorities.
Integration with https://github.com/oss-aspen/8Knot is also improved, enabling collections of related repositories to be shared by all of the users of an 8Knot instance.
What's Changed
- Fix duplicate repos caused by mixed casing by @ABrain7710 in #2286
- Move github contributors query outside of facade collection hook by @IsaacMilarky in #2285
- Revert "Move github contributors query outside of facade collection hook" by @IsaacMilarky in #2288
- Remove stack trace print from invalid command output by @ABrain7710 in #2294
- Create repo group when an org is added by @ABrain7710 in #2293
- Remove repo group name unique by @ABrain7710 in #2296
- Fix issue with config autoincrements getting too large by @IsaacMilarky in #2298
- Add orgs and repos at same time by @ABrain7710 in #2300
- Move query of contributors from the github api to the core collection hook from the facade hook by @IsaacMilarky in #2291
- Remove '/' from end of url when inserting repo by @ABrain7710 in #2303
- Fix celery error when augur is stopped without collection running by @ABrain7710 in #2302
- Fix pr review message error by @ABrain7710 in #2305
- Fill the repo_type column in the repos table by @ABrain7710 in #2304
- Update contributor logic to be more testable and uniform by @IsaacMilarky in #2306
- Add ability to add all of a users repos and update CLI with new features by @ABrain7710 in #2307
- Libyear fixes by @IsaacMilarky in #2309
- Application endpoints and fixes by @Ulincsys in #2310
- Add endpoints for /application/groups/repos by @ABrain7710 in #2311
- Release 0.50.2 by @sgoggins in #2312
Full Changelog: v0.50.1...v0.50.2