Core application including web front end

Build: #6 was successful

Job: default was successful

Stages & jobs

  1. Default Stage

Test results

  • 83 tests in total
  • 5 seconds taken in total.

The following 83 tests have passed:

All successful tests
Status Test Duration
Successful ApplicationSpec The Application API Spec must make the FakeApplication available implicitly History
< 1 sec
Successful ApplicationSpec The Application API Spec must provide a FakeApplication History
< 1 sec
Successful ApplicationSpec The Application API Spec must render index template History
< 1 sec
Successful ApplicationSpec The Application API Spec must render the index page History
< 1 sec
Successful ApplicationSpec The Application API Spec must send 404 on a bad request History
< 1 sec
Successful ApplicationSpec The Application API Spec must start the FakeApplication History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must make the FakeApplication available implicitly History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must provide a FakeApplication History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the attachDataset(coll_id:UUID, ds_id:UUID) function routed by POST /api/collections/:coll_id/datasets/:ds_id for dataset 1 History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the attachDataset(coll_id:UUID, ds_id:UUID) function routed by POST /api/collections/:coll_id/datasets/:ds_id for dataset 2 History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the createCollection() function routed by POST /api/collections for Collection 1 History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the createCollection() function routed by POST /api/collections for Collection 2 History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the createDataset() function routed by POST /api/datasets for Dataset 1 Creation History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the createDataset() function routed by POST /api/datasets for Dataset 2 Creation History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the deleteDataset(id:UUID) function routed by DELETE /api/datasets/:id for Dataset 1 History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the deleteDataset(id:UUID) function routed by DELETE /api/datasets/:id for Dataset 2 History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the listCollections() function routed by GET /api/collections History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the listCollections() function routed by GET /api/collections/list History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the listInCollection(coll_id: UUID) function routed by GET /api/collections/:coll_id/getDatasets History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the listOutsideCollection(coll_id: UUID) function routed by GET /api/datasets/listOutsideCollection/:coll_id History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the removeCollection(coll_id:UUID) function routed by DELETE /api/collections/:id History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the removeCollection(coll_id:UUID) function routed by POST /api/collections/:coll_id/remove History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the removeDataset(coll_id:UUID, ds_id:UUID, ignoreNotFound) function routed by DELETE /api/collections/:coll_id/datasets/:ds_id for dataset 2 History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must respond to the removeDataset(coll_id:UUID, ds_id:UUID, ignoreNoteFound) function routed by POST /api/collections/:coll_id/datasets/:ds_id/:ignoreNotFound for dataset 2 History
< 1 sec
Successful CollectionsAPIAppSpec The Collections API Spec must start the FakeApplication History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must make the FakeApplication available implicitly History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must provide a FakeApplication History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the addMetadata(id: UUID) function routed by POST /api/datasets/:id/metadata History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the addTags(id: UUID) function routed by POST /api/datasets/:id/tags History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the addTags(id: UUID) function routed by POST /api/datasets/:id/tags round two History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the addUserMetadata(id: UUID) function routed by POST /api/datasets/:id/usermetadata History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the comment(id: UUID) function routed by POST /api/datasets/:id/comment History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the createDataset() function routed by POST /api/datasets History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the datasetFilesList(id:UUID) function routed by GET /api/datasets/:id History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the datasetFilesList(id:UUID) function routed by GET /api/datasets/:id/listFiles History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the deleteDataset(id:UUID) function routed by DELETE /api/datasets/:id History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the getTags(id:UUID) function routed by GET /api/datasets/:id/tags History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the getTechnicalMetadataJSON(id: UUID) function routed by GET /api/datasets/:id/technicalmetadatajson History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the getUserMetadataJSON(id: UUID) function routed by GET /api/datasets/:id/usermetadata History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the list() function routed by GET /api/datasets History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the removeTag(id: UUID) function routed by POST /api/datasets/:id/removeTag History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the removeTags(id: UUID) function routed by POST /api/datasets/:id/tags/remove History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the searchDatasetsGeneralMetadata() function routed by POST /api/datasets/searchmetadata History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the searchDatasetsUserMetadata() function routed by POST /api/datasets/searchmetadata History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must respond to the updateLicense(id: UUID) function routed by POST /api/datasets/:id/license History
< 1 sec
Successful DatasetsAPIAppSpec The Datasets API Spec must start the FakeApplication History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must make the FakeApplication available implicitly History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must provide a FakeApplication History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must respond to the Upload File History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must respond to the Upload File URL History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must respond to the getDTSRequests History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must respond to the getExtractorNamesAction History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must respond to the getExtractorServerIPsAction History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must respond to the getExtractorSupportedInputTypesAction History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must respond to the removeFile(id:UUID) function routed by DELETE /api/files/:id for logos_ncsa file History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must respond to the removeFile(id:UUID) function routed by DELETE /api/files/:id for morrow-plots file History
< 1 sec
Successful ExtractionsAPIAppSpec The Extractions API Spec must start the FakeApplication History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must make the FakeApplication available implicitly History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must provide a FakeApplication History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the Upload File History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the addMetadata(id: UUID) function routed by POST /api/files/:id/metadata History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the addUserMetadata(id: UUID) function routed by POST /api/files/:id/usermetadata History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the attachThumbnail(file_id:UUID, thumbnail:UUID) function routed by POST /api/files/:file_id/thumbnails/:thumbnails_id History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the get(id: UUID) function routed by GET /api/files/:id/metadata History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the listThumbnails() function routed by POST /api/thumbnails History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the removeFile(id:UUID) function routed by DELETE /api/files/:id History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the removeThumbnail(id:UUID) function routed by DELETE /api/thumbnails/:id History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the searchFilesGeneralMetadata() function routed by POST /api/files/searchmetadata History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the searchFilesUserMetadata() function routed by POST /api/files/searchmetadata History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must respond to the uploadThumbnail() function routed by POST /api/fileThumbnail History
< 1 sec
Successful FilesAPIAppSpec The Files API Spec must start the FakeApplication History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must make the FakeApplication available implicitly History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must provide a FakeApplication History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must respond to the Upload File History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must respond to the attachPreview(file_id:UUID, preview:UUID) function routed by POST /api/files/:file_id/previews/:p_id History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must respond to the filePreviewsList(id: UUID) function routed by GET /api/files/:file_id/listpreviews History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must respond to the getPreviews(id: UUID) function routed by GET /api/files/:file_id/getPreviews History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must respond to the list() function routed by GET /api/previews History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must respond to the removeFile(id:UUID) function routed by DELETE /api/files/:id History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must respond to the removePreview(id:UUID) function routed by DELETE /api/previews/:id for morrowplots preview file History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must respond to the upload() and download() function routed by POST/GET /api/previews History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must respond to the uploadMetadata(id: UUID) and getMetadata(id: UUID) function routed by POST/GET /api/previews/:id/metadata History
< 1 sec
Successful PreviewsAPIAppSpec The Previews API Spec must start the FakeApplication History
< 1 sec
  • Showing 1-83 of 83