Francois Gouget : testbot: Always allow direct access to the table rows.

Alexandre Julliard julliard at winehq.org
Mon Mar 26 14:13:46 CDT 2018


Module: tools
Branch: master
Commit: 7dd896b2c6b79af7b4fb30fcccf7a5b7e7b9aa9c
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=7dd896b2c6b79af7b4fb30fcccf7a5b7e7b9aa9c

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Mar 26 05:20:27 2018 +0200

testbot: Always allow direct access to the table rows.

So far it was always necessary to go through the hierarchies like Job
-> Step -> Task. Now it is possible to directly retrieve all the rows
in any table.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/ObjectModel/DetailrefPropertyDescriptor.pm | 17 ++++++++++++++++-
 testbot/lib/ObjectModel/Item.pm                        |  4 +---
 testbot/lib/ObjectModel/PropertyDescriptor.pm          |  1 +
 testbot/lib/WineTestBot/Jobs.pm                        |  1 +
 testbot/lib/WineTestBot/PendingPatchSets.pm            |  1 +
 testbot/lib/WineTestBot/PendingPatches.pm              | 16 ++++++++++++++--
 testbot/lib/WineTestBot/RecordGroups.pm                |  1 +
 testbot/lib/WineTestBot/Steps.pm                       | 16 +++++++++++-----
 testbot/lib/WineTestBot/Tasks.pm                       | 14 ++++++++++++--
 testbot/lib/WineTestBot/UserRoles.pm                   | 13 +++++++++++--
 testbot/lib/WineTestBot/Users.pm                       |  1 +
 11 files changed, 70 insertions(+), 15 deletions(-)

Diff:   https://source.winehq.org/git/tools.git/?a=commitdiff;h=7dd896b2c6b79af7b4fb30fcccf7a5b7e7b9aa9c



More information about the wine-cvs mailing list