From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: Web interface pushed Date: Thu, 09 Aug 2018 11:17:29 +0200 Message-ID: <87in4jq4pi.fsf@lassieur.org> References: <87r2jlbsq3.fsf@lassieur.org> <87h8khbo71.fsf@gnu.org> <20180730124528.hgkpl2kbxc6fglp5@thebird.nl> <87lg9ssvl7.fsf@elephly.net> <87sh3vpne9.fsf@elephly.net> <877el57psd.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fnh4e-000436-0O for guix-devel@gnu.org; Thu, 09 Aug 2018 05:17:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fnh4a-0007t5-Od for guix-devel@gnu.org; Thu, 09 Aug 2018 05:17:39 -0400 Received: from mail.lassieur.org ([83.152.10.219]:59920) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fnh4a-0007sB-EL for guix-devel@gnu.org; Thu, 09 Aug 2018 05:17:36 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Tatiana Sholokhova Cc: guix-devel Hello Tatiana, Tatiana Sholokhova writes: > I pushed commits implementing the features we discussed before. Could you > please take a look at them? I have reconsidered the idea of having a > separate page with build information, as I do not see what additional > information we can display on this page except the link to the log file. > So, for now I have added a link to the log file in the newly added column > of the table with information about builds of an evaluation. What do you > think about this? Thank you! I'll review these patches today or tomorrow. Another idea would be to implement a 'search' feature that would allow to search by job name. Clicking on the job name would take us to a page that would display all the builds for that job name. Also, in the Builds view, the job names could be clickable too. WDYT? Cl=C3=A9ment