Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 485EC17808 for ; Tue, 10 Feb 2015 05:33:01 +0000 (UTC) Received: (qmail 84644 invoked by uid 500); 10 Feb 2015 05:33:01 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 84598 invoked by uid 500); 10 Feb 2015 05:33:01 -0000 Mailing-List: contact reviews-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.incubator.apache.org Delivered-To: mailing list reviews@aurora.incubator.apache.org Received: (qmail 84587 invoked by uid 99); 10 Feb 2015 05:33:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 05:33:01 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Feb 2015 05:32:59 +0000 Received: (qmail 83766 invoked by uid 99); 10 Feb 2015 05:32:39 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 05:32:39 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id EFF501CE00D; Tue, 10 Feb 2015 05:32:38 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0739769892575574526==" MIME-Version: 1.0 Subject: Re: Review Request 30818: Support separate routes for job controller tabs. From: "Aurora ReviewBot" To: "David McLaughlin" Cc: "Aurora ReviewBot" , "Aurora" , "Joshua Cohen" Date: Tue, 10 Feb 2015 05:32:38 -0000 Message-ID: <20150210053238.29075.5410@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Aurora ReviewBot" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/30818/ X-Sender: "Aurora ReviewBot" References: <20150210052456.29076.74854@reviews.apache.org> In-Reply-To: <20150210052456.29076.74854@reviews.apache.org> Reply-To: "Aurora ReviewBot" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============0739769892575574526== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30818/#review71760 ----------------------------------------------------------- Master (68aa285) is red with this patch. ./build-support/jenkins/build.sh :api:generateThriftResources :api:processResources UP-TO-DATE :api:classes :api:jar :compileJavaNote: Writing file:/home/jenkins/jenkins-slave/workspace/AuroraBot/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2 :processResources :classes :jar :assemble :compileJmhJavawarning: Supported source version 'RELEASE_6' from annotation processor 'org.openjdk.jmh.generators.BenchmarkProcessor' less than -source '1.7' 1 warning :processJmhResources UP-TO-DATE :jmhClasses :checkstyleJmh :jsHint Line is too long. (/home/jenkins/jenkins-slave/workspace/AuroraBot/src/main/resources/scheduler/assets/js/controllers.js:340:102) > var selectedTab = (length === JOB_CONTROLLER_PATH_MAX_PARTS ? pathParts[length - 1] : 'active'); Missing space after 'function'. (/home/jenkins/jenkins-slave/workspace/AuroraBot/src/main/resources/scheduler/assets/js/controllers.js:345:37) > $scope.pushTabState = function(tab) { Missing semicolon. (/home/jenkins/jenkins-slave/workspace/AuroraBot/src/main/resources/scheduler/assets/js/controllers.js:355:8) > } :jsHint FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':jsHint'. > Process 'command '/home/jenkins/tools/java/jdk1.7.0_25-32/bin/java'' finished with non-zero exit value 2 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 1 mins 33.219 secs I will refresh this build result if you post a review containing "@ReviewBot retry" - Aurora ReviewBot On Feb. 10, 2015, 5:24 a.m., Joshua Cohen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30818/ > ----------------------------------------------------------- > > (Updated Feb. 10, 2015, 5:24 a.m.) > > > Review request for Aurora and David McLaughlin. > > > Bugs: AURORA-696 > https://issues.apache.org/jira/browse/AURORA-696 > > > Repository: aurora > > > Description > ------- > > Previously navigating between the active/completed/all tabs on the > job controller page did not alter the browser history. Now it does, > meaning that you can navigate with the back button as well as link > directly to a tab. > > > Diffs > ----- > > src/main/resources/scheduler/assets/job.html 4a00a8863d676f168fbfce9f45ec4bad0244199f > src/main/resources/scheduler/assets/js/app.js b66409f628046c67b62c92a75cbeed20c09b4ec1 > src/main/resources/scheduler/assets/js/controllers.js 092e7d5df2121f45f99f5a788187d52bebb7e5dd > > Diff: https://reviews.apache.org/r/30818/diff/ > > > Testing > ------- > > ./gradlew jshint > > Verified push state worked in vagrant. > > > Thanks, > > Joshua Cohen > > --===============0739769892575574526==--