Releases: smarkets/marge-bot
Releases · smarkets/marge-bot
0.10.1
What's Changed
- Test with more python versions by @qqshfox in #313
- Consistent parameter formatting by @commodis in #316
- FIX typo in get_merge_requests by @snim2 in #321
- Report unresolved discussions to the user by @snim2 in #318
- Use default branch instead of master by @snim2 in #325
- guarantee final pipeline by @nithyashree675 in #340
New Contributors
- @commodis made their first contribution in #316
- @nithyashree675 made their first contribution in #340
0.10.0
- Feature: implement HTTPS support for cloning (#225) #283
- Feature: Make CI work with GitHub Actions #308
- Feature: Allow running marge-bot in CI pipelines or as a single CLI job #289
- Fix: Bump urllib3 from 1.26.4 to 1.26.5 #310
- Fix: Bump urllib3 from 1.26.3 to 1.26.4 #306
- Fix: Upgrade dependencies and fix lints and tests #305
- Fix: AccessLevel enum matches GitLab docs #294
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
- Feature: support rebasing through GitLab's API #160
- Feature: allow restrict source branches #206
- Fix: only fetch projects with min access level #166
- Fix: bump all dependencies (getting rid of vulnerable packages) #179
- Fix: support multiple assignees #186, #192
- Fix: fetch pipelines by merge request instead of branch #212
- Fix: fix unassign when author is Marge #211
- Enhancement: ignore archived projects #177
- Enhancement: add a timeout to all gitlab requests #200
- Enhancement: smaller docker image size #199
0.8.1
0.8.0
- Feature: allow reference repository in git clone #129
- Feature: add new stable/master tags for docker images #142
- Fix: fix TypeError when fetching source project #122
- Fix: handle CI status 'skipped' #127
- Fix: handle merging when source branch is master #127
- Fix: handle error on pushing to protected branches #127
- Enhancement: add appropriate error if unresolved discussions on merge request #136
- Enhancement: ensure reviewer and commit author aren't the same #137