mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() Mistake in the statuses handling: the context is not sufficient to uniquely identify a staging status as different repositories can get the same status context (e.g. ci/runbot is present on all our repositories). This is only a visual problem, but the status dropdown on stagings (both the dashboard and the branchwise listing) would reuse one of the status with the context for all of them, leading to incorrect links and misleading displays. Fix by keying on (repo, context) instead, that's exactly why the repository name was part of the status in the first place. |
||
---|---|---|
forwardport | ||
runbot | ||
runbot_builder | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
README.md | ||
requirements.txt |
Odoo Runbot Repository
This repository contains the source code of Odoo testing bot runbot.odoo.com and related addons.
Runbot
The runbot/
directory holds the main runbot Odoo addon.
Runbot CLA addon
The runbot_cla/
directory contains an Odoo addon that checks CLA.