Go to file
Christophe Monniez 84e6be84ad [IMP] runbot: clean imports from odoo.http
In frontend.py, the whole odoo.http module is imported but request is
imported separately. This make it difficult to mock the different things
comming from http in tests.

With this commit, only the needed parts are imported from odoo.http.
2019-01-11 11:54:43 +01:00
runbot [IMP] runbot: clean imports from odoo.http 2019-01-11 11:54:43 +01:00
runbot_cla [REF] runbot: use Docker containers for builds 2019-01-02 11:32:04 +01:00
runbot_merge [IMP] runbot_merge: send feedback when merge method is changed 2018-12-13 13:28:20 +01:00
.gitignore [IMP] runbot smaller status bar 2015-01-18 19:21:32 +01:00
README.md [REF] README: update the readme file for the brand new repo 2018-03-08 16:59:39 +01:00

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.