Core application including web front end

Build: #6 failed Changes by Luigi Marini

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
3 minutes
Labels
None
Revision
90835ce3079ef3a4c1dab0b97b5b638445dfb8bf
Total tests
83
Fixed in
#7 (Changes by Luigi Marini)

Tests

Responsible

Code commits

Author Commit Message Commit date
Luigi Marini Luigi Marini 90835ce3079ef3a4c1dab0b97b5b638445dfb8bf Fixed bug with /api/files/:id/getPreviews endpoint.
Luigi Marini Luigi Marini 53be52907b42dfc39da1f869d17d5f24bd174bb8 Ability to specify whether a previewer fires on a preview object in the database (`preview: true`) or the raw file/metadata (`file:true`) in the previewer `package.json` file.
Clean up of the list of previewers page `/previewers/list` and added
link to it from the admin menu.

Tests

New test failures 1
Status Test View job Duration
Collapse Failed PreviewsAPIAppSpec The Previews API Spec must respond to the upload() and download() function routed by POST/GET /api/previews
default < 1 sec
class org.scalatest.exceptions.TestFailedException: 500 did not equal 200

      org.scalatest.exceptions.TestFailedException: 500 did not equal 200
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$AnyMustWrapper.mustEqual(MustMatchers.scala:6213)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$5.apply$mcV$sp(PreviewsAPIAppSpec.scala:117)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$5.apply(PreviewsAPIAppSpec.scala:86)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$5.apply(PreviewsAPIAppSpec.scala:86)
(46 more lines...)