Commit Graph

143 Commits

Author SHA1 Message Date
Jeremy Kersten
1f0f1cd1ba [IMP] search : search also in the branch name and not only in dest, because when the branch name is too long, we cannot retrieve own commit because trigram has been replaced by build number 2014-10-13 17:30:15 +02:00
Richard Mathot
fffa893b4d [ADD] README file 2014-10-07 11:58:16 +02:00
Olivier Dony
ef6405fb4e [FIX] runbot: typo in controller methods 2014-09-24 10:10:48 +02:00
Martin Trigaux
b84964d9f7 [IMP] runbot: rebuild using POST request
Force rebuild links were using GET method. We don't want crawlers to rebuild old builds....
2014-09-23 10:04:15 +02:00
Martin Trigaux
64a686aded [REM] toggle labels
Github labeling system may not be the best but this was not a good idea either, getting too much spam on pull requests
2014-09-23 09:49:03 +02:00
Christophe Simonis
f13e0aabe3 [FIX] runbot: correct sql-db uri generation 2014-09-08 11:31:37 +02:00
Christophe Simonis
e31fc72852 [FIX] runbot: grep the correct file 2014-09-08 11:10:33 +02:00
Christophe Simonis
cae1f9bf49 [IMP] runbot: remove uneeded class (design) 2014-09-05 17:06:12 +02:00
Antony Lesuisse
b03eb142a9 [IMP] runbot: allow grouping by host. graph view by default 2014-09-05 17:03:44 +02:00
Christophe Simonis
4a173cd34c [FIX] runbot: connect to sql-db via uri 2014-09-05 16:35:50 +02:00
Christophe Simonis
b1230795b4 [FIX] runbot: remove filestore when droping database 2014-09-05 16:31:39 +02:00
Christophe Simonis
f34975ecff [FIX] runbot: do not run odoo in with log-level=debug 2014-09-05 16:30:10 +02:00
Gery Debongnie
71c35940de [FIX] ignore build without hosts for displayed stats 2014-08-19 11:32:34 +02:00
Gery Debongnie
16521bb575 display specific host statistics in main page
also fix a bug with urls in logs
2014-08-19 11:24:29 +02:00
Gery Debongnie
b424851a1f [IMP] removes meaningless running and testing max
the runbot don't know how many machines are working and their specific
configurations.
2014-08-18 14:57:04 +02:00
Gery Debongnie
533b96bba5 [FIX] fix url for full/base logs 2014-08-18 14:20:29 +02:00
Gery Debongnie
1d6620c4c6 [FIX] fix url in build 2014-08-18 12:46:03 +02:00
Gery Debongnie
e80ac6b4dc [FIX] add host name instead of domain name in templates 2014-08-18 12:32:36 +02:00
Gery Debongnie
8c5221f9ba [FIX] add host field to tree and form view 2014-08-18 12:11:28 +02:00
Antony Lesuisse
ff3cd203c7 runbot createdb locally using commandline 2014-08-17 18:06:03 +02:00
Moises Lopez - https://www.vauxoo.com/
85039d0660 [FIX][runbot] Add context parameter
Cron function receive context parameter but no send it.
This is important for manage inherit function

(Rebase of #32)
2014-08-14 01:23:44 +02:00
Antony Lesuisse
e3204418cc runbot dont send dead builds longpolling to runbot 2014-08-13 22:48:27 +02:00
Antony Lesuisse
e7ca719dca runbot multihost 2014-08-13 22:47:41 +02:00
Antony Lesuisse
3ae2ab8435 runbot move constants 2014-08-13 22:47:06 +02:00
Christophe Simonis
75b6cef68c [IMP] runbot: template "build_name" can hide time 2014-08-11 17:08:28 +02:00
Christophe Simonis
ea2989bede [FIX] runbot: force create database with collate "C" 2014-08-01 12:11:50 +02:00
Christophe Simonis
b360ab6de4 [FIX] runbot: correct svg template
use `t-attf-xmlns` to avoid `xmlns` being handled by qweb xml parser itself
2014-07-31 17:05:54 +02:00
Olivier Dony
0705e42557 [IMP] runbot: add github octicons, thinner arrow for committer 2014-07-31 12:38:46 +02:00
Denis Ledoux
23c91278d7 [ADD] revision committer 2014-07-30 13:27:39 +02:00
odony
6265f24ce3 Merge pull request #20 from bwrsandman/patch-1
[MERGE] runbot: more robust detection of "Modules Loaded"
2014-07-25 17:23:29 +02:00
odony
1f33652d50 Merge pull request #8 from bwrsandman/community-addons
[MERGE] runbot: support for multiple repo dependencies

- Also improved branch selection for dependencies
- Plus improved selection of modules to build
2014-07-25 17:12:52 +02:00
Sandy Carter
93f7a7d6c3 Add hint_repos set to help find the common branch in cases whith many dependent repos 2014-07-24 21:39:07 -04:00
Moises Lopez
be765dd6ef [REF][runbot] Add validation of module duplicate 2014-07-24 20:21:42 -04:00
Moises Lopez
071720433c [REF][runbot] Fix find modules to test and add support to use one previously configured in the repository 2014-07-24 20:13:53 -04:00
Sandy Carter
5e25a8aeb2 Use git API to find base branch name for PRs when looking for common branch names in extra deps 2014-07-24 20:13:53 -04:00
Sandy Carter
91beb61727 Add function to better find proper fallback branch 2014-07-24 20:13:46 -04:00
Sandy Carter
9dbc76d9ab Change fallback_id to many2many
A Community addon can depend on more than just an odoo server, but other
addon repos

Bump version
Add migration script

Signed-off-by: Sandy Carter <sandy.carter@savoirfairelinux.com>
2014-07-24 18:10:15 -04:00
Sandy Carter
0fb5ef92c4 Allow some builds to determine which modules to test
OCA addon repos will only want to test modules at root

Glob before retrieving dependencies and store in build object

Signed-off-by: Sandy Carter <sandy.carter@savoirfairelinux.com>
2014-07-24 18:09:07 -04:00
Sandy Carter
83029e48f5 Add runbot work files to gitignore 2014-07-24 18:07:05 -04:00
odony
09a6e90cbe Merge pull request #26 from odoo/master-two-quick-fixes-ged
[IMP] runbot: save committer date at creation
2014-07-24 10:23:37 +02:00
Gery Debongnie
41796383c7 [IMP] save committer date at creation
also, add a create_date filter in the build search view.  It allows
interesting statistics to be displayed in the graph view.
2014-07-24 10:17:17 +02:00
Olivier Dony
9300bd8cd8 [FIX] runbot: compatibility with 7.0 API 2014-07-23 13:09:08 +02:00
odony
f39ced30d3 Merge pull request #25 from odoo/master-fixes-and-optimizations-ged
[FIX] runbot: fix build search, optimize query for main repo view, update github status for duplicate builds
2014-07-23 13:07:15 +02:00
Gery Debongnie
dfa6fbad61 [FIX] notifies github when duplicate isn't pending
when a duplicate build is created, it now check if it isn't pending.
If not, it properly notifies github.
2014-07-23 12:26:41 +02:00
Gery Debongnie
aa0c64c2b1 [IMP] optimize the number of queries in controller
now, it only does one query to get the ids of each builds,
instead of a query for each branch
2014-07-23 12:26:40 +02:00
Gery Debongnie
6d7077ba12 [FIX] improves the search in runbot repo
now, it searches by fields 'dest' and 'subject'.  Also, slightly
improves the logic behind the controller.  Oh, and also prevent a
crash when searching
2014-07-23 12:26:40 +02:00
odony
6128ed42ea Merge pull request #23 from bwrsandman/patch-3
[FIX] runbot: nginx field name conflict fixed by renaming `nginx()` to `reload_nginx()`
2014-07-22 23:19:13 +02:00
Sandy
793ba31eca Fix nginx field-function ambiguity 2014-07-22 11:50:52 -04:00
Sandy Carter
73cebcf696 [FIX] runbot: use runbot.repo.domain() instead of hardcoded URL
(the whole thing could possibly be replaced by web.base.url)
2014-07-22 17:37:32 +02:00
Olivier Dony
cc1fbaf9cc [IMP] runbot: add a few missing indexes 2014-07-22 16:52:11 +02:00