mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When a build is running, a cron, an evil query or something else can start to fill and bloat the runbot ir_logging table. With this commit, a log_counter field is added on the build, starting at 100. The SQL trigger decrement this counter after a line is inserted. When the counter drops to 0, a the last log line contains a message stating that the limit has been reached. Further log lines are dropped for this build step. The counter is reset to a default of 100 before each step. This value is configurable through an optional ir.config_parameter runbot_maxlogs. The runbot itself is still able to add logs lines through the build _log method. Thanks @Xavier-Do for the smart idea. |
||
---|---|---|
forwardport | ||
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
README.md |
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.