mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When searching the builds for the frontend the resulting query can last a very long time (up to 7sec). With this commit, the search result is strictly limited to 100 builds, the limit query parameter is removed and the search string length is limited to 60 chars. The guess_result method is now optimized to guess results for testing builds only. The others have the same value as the final result. A few tests were added for this method. Thanks @KangOl for the optimization code. |
||
---|---|---|
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
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.