From 41796383c77061922aa832003f3d2f6845f56ae7 Mon Sep 17 00:00:00 2001 From: Gery Debongnie Date: Thu, 24 Jul 2014 10:17:17 +0200 Subject: [PATCH] [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. --- runbot/runbot.py | 1 + runbot/runbot.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/runbot/runbot.py b/runbot/runbot.py index 4106e7fc..f9b5c291 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -277,6 +277,7 @@ class runbot_repo(osv.osv): 'name': sha, 'author': author, 'subject': subject, + 'date': dateutil.parser.parse(date[:19]) } Build.create(cr, uid, build_info) diff --git a/runbot/runbot.xml b/runbot/runbot.xml index 23e3a249..39793784 100644 --- a/runbot/runbot.xml +++ b/runbot/runbot.xml @@ -185,6 +185,7 @@ +