Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AD169200C3F for ; Wed, 22 Mar 2017 22:23:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id ABC33160B74; Wed, 22 Mar 2017 21:23:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 00607160B86 for ; Wed, 22 Mar 2017 22:23:45 +0100 (CET) Received: (qmail 49716 invoked by uid 500); 22 Mar 2017 21:23:45 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 49705 invoked by uid 99); 22 Mar 2017 21:23:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2017 21:23:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A32A81806A4 for ; Wed, 22 Mar 2017 21:23:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.349 X-Spam-Level: X-Spam-Status: No, score=-99.349 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id AyD_lCGnWbBx for ; Wed, 22 Mar 2017 21:23:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 303445FCBA for ; Wed, 22 Mar 2017 21:23:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 34368E0B4A for ; Wed, 22 Mar 2017 21:23:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 97620254EB for ; Wed, 22 Mar 2017 21:23:41 +0000 (UTC) Date: Wed, 22 Mar 2017 21:23:41 +0000 (UTC) From: "Kishore Kumar (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 22 Mar 2017 21:23:46 -0000 [ https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15937164#comment-15937164 ] Kishore Kumar commented on CONNECTORS-1196: ------------------------------------------- Hi [~daddywri], I have worked on the issues that you have mentioned above. Below are the changes that I have made today. 1. I was not able to reproduce the Solr issue 2. The issue with the kafka connector was that there were default values for port - 9092 and out set value was appending another 9092 to the port input field. The caused the exception because the value is 90929092. I have modified the {{setValue}} method to clear the input before send any text. This resolved the kafka tests. 3. To fix the GTS tests, I have overload the {{clickButton}} method to pass timeOut, so that when ever we know that a specific operation takes more than the default timeout of 15 seconds, we can pass it from our test cases. Thanks, Kishore Kumar > Proposal to update Manifold Crawler UI > -------------------------------------- > > Key: CONNECTORS-1196 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1196 > Project: ManifoldCF > Issue Type: Improvement > Components: Framework core > Affects Versions: ManifoldCF next > Reporter: Kishore Kumar > Assignee: Kishore Kumar > Fix For: ManifoldCF next > > Attachments: Bandwidth Report.png, Index.jsp.png, List Repository.png, Report.png, View.png > > > Hi, > I have been working on a new User Interface for ManifoldCF. > This UI is based on Bootstrap, jQuery and some other opensource scripts. > Only the index.jsp will be loaded once and other page are rendered using AJAX call, making it more responsive and modern. > Please find the attached screenshots. > *Backward compatibility:* > Since most of our tab comes from connectors, those tabs will be displayed as it is with no immediate attention required. (see sample screenshot attached) > *What next?* > In future we can add Charts to our reports where ever applicable, so that it will be more user friendly & informative for end users. > Can make use of Web socket to notify exception or error to users as Notifications. > *Browser compatibility* > Has been tested with most latest browser and IE10, will try to add support for IE8 with acceptable degradation. > Any suggestion, concern much appreciated. -- This message was sent by Atlassian JIRA (v6.3.15#6346)