-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63188/#review188959
-----------------------------------------------------------



Master (ec64011) is red with this patch.
  ./build-support/jenkins/build.sh

  1 error, 0 warnings potentially fixable with the `--fix` option.


npm ERR! Linux 4.4.0-43-generic
npm ERR! argv 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/ui/.gradle/nodejs/node-v6.9.1-linux-x64/bin/node"
 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/ui/.gradle/nodejs/node-v6.9.1-linux-x64/bin/npm"
 "run" "lint"
npm ERR! node v6.9.1
npm ERR! npm  v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] lint: `eslint src/main/js plugin/ --ext .js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] lint script 'eslint src/main/js 
plugin/ --ext .js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the apache-aurora 
package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     eslint src/main/js plugin/ --ext .js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs apache-aurora
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls apache-aurora
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/jenkins/jenkins-slave/workspace/AuroraBot/ui/npm-debug.log
:ui:lint FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ui:lint'.
> Process 'command 
> '/home/jenkins/jenkins-slave/workspace/AuroraBot/ui/.gradle/nodejs/node-v6.9.1-linux-x64/bin/npm''
>  finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 6m 33s
58 actionable tasks: 47 executed, 11 up-to-date


I will refresh this build result if you post a review containing "@ReviewBot 
retry"

- Aurora ReviewBot


On Oct. 23, 2017, 5:22 p.m., David McLaughlin wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/63188/
> -----------------------------------------------------------
> 
> (Updated Oct. 23, 2017, 5:22 p.m.)
> 
> 
> Review request for Aurora, Kai Huang and Santhosh Kumar Shanmugham.
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Add filtering for the task lists on the Job page. Allows the user to filter 
> by status (and at the same time, see the different statuses that their tasks 
> are in across multiple pages), to search by host, instanceId or status and to 
> also control whether to sort by most recent event or by instance id.
> 
> 
> Diffs
> -----
> 
>   ui/src/main/js/components/JobHistory.js 
> 9f00a7bfd1c7a3d7b7d0b08f9a5f6d9b82d33b55 
>   ui/src/main/js/components/TaskList.js 
> dd34c62e25f63f9b9b43076a3d5f0868d0601ee2 
>   ui/src/main/js/components/__tests__/JobHistory-test.js 
> 13f7ecc958fa06949c1e9e4706f010a3cafb2fa7 
>   ui/src/main/js/components/__tests__/TaskList-test.js 
> ae74ff416b836d3d3fe2c9982ff490e637b05419 
>   ui/src/main/js/utils/Common.js 603a11b325acefb96ebdb100ba6798d33b5f037d 
>   ui/src/main/js/utils/__tests__/Common-test.js PRE-CREATION 
>   ui/src/main/sass/components/_task-list.scss 
> 42b9cac9b2d45e172da65f8c20e307bb6ad8e4de 
> 
> 
> Diff: https://reviews.apache.org/r/63188/diff/2/
> 
> 
> Testing
> -------
> 
> ./gradlew ui:lint
> ./gradlew ui:test
> 
> See screenshots.
> 
> 
> File Attachments
> ----------------
> 
> No status filter when all tasks in same state
>   
> https://reviews.apache.org/media/uploaded/files/2017/10/20/737b6676-7729-4e12-8c20-85004f989cb3__Screen_Shot_2017-10-20_at_2.16.32_PM.png
> Task status filter
>   
> https://reviews.apache.org/media/uploaded/files/2017/10/20/1979f4ff-d6a2-424b-b1df-de91a8165dae__Screen_Shot_2017-10-20_at_2.16.43_PM.png
> No search when only one page
>   
> https://reviews.apache.org/media/uploaded/files/2017/10/20/c1e280d7-6277-4f1f-b104-abf45c339840__Screen_Shot_2017-10-20_at_2.46.37_PM.png
> 
> 
> Thanks,
> 
> David McLaughlin
> 
>

Reply via email to