[ARVADOS-WORKBENCH2] updated: 1.1.4-524-g905f260
Git user
git at public.curoverse.com
Mon Aug 6 07:05:07 EDT 2018
Summary of changes:
.../collection-files-service/collection-manifest-mapper.test.ts | 2 --
src/services/collection-files-service/collection-manifest-mapper.ts | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
via 905f260842e2863ca42d27fcefcfa94d1cc45267 (commit)
from ed9321c52cef8fbb9f29d4cf1c2145fbfa90f297 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 905f260842e2863ca42d27fcefcfa94d1cc45267
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Mon Aug 6 13:04:52 2018 +0200
Remove unused imports
Feature #13967
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/services/collection-files-service/collection-manifest-mapper.test.ts b/src/services/collection-files-service/collection-manifest-mapper.test.ts
index e12dc35..f08ea7b 100644
--- a/src/services/collection-files-service/collection-manifest-mapper.test.ts
+++ b/src/services/collection-files-service/collection-manifest-mapper.test.ts
@@ -4,8 +4,6 @@
import { parseKeepManifestText } from "./collection-manifest-parser";
import { mapManifestToFiles, mapManifestToDirectories, mapManifestToCollectionFilesTree, mapCollectionFilesTreeToManifest } from "./collection-manifest-mapper";
-import { createTree, setNode, TreeNode } from "../../models/tree";
-import { CollectionFilesTree, CollectionDirectory, CollectionFile, CollectionFileType } from "../../models/collection-file";
test('mapManifestToFiles', () => {
const manifestText = `. 930625b054ce894ac40596c3f5a0d947+33 0:0:a 0:0:b 0:33:output.txt\n./c d41d8cd98f00b204e9800998ecf8427e+0 0:0:d`;
diff --git a/src/services/collection-files-service/collection-manifest-mapper.ts b/src/services/collection-files-service/collection-manifest-mapper.ts
index 327ee99..8603081 100644
--- a/src/services/collection-files-service/collection-manifest-mapper.ts
+++ b/src/services/collection-files-service/collection-manifest-mapper.ts
@@ -2,9 +2,9 @@
//
// SPDX-License-Identifier: AGPL-3.0
-import { uniqBy, flow, groupBy } from 'lodash';
+import { uniqBy, groupBy } from 'lodash';
import { KeepManifestStream, KeepManifestStreamFile, KeepManifest } from "../../models/keep-manifest";
-import { TreeNode, setNode, createTree, getNodeDescendants, getNodeValue, getNode } from '../../models/tree';
+import { TreeNode, setNode, createTree, getNodeDescendants, getNodeValue } from '../../models/tree';
import { CollectionFilesTree, CollectionFile, CollectionDirectory, createCollectionDirectory, createCollectionFile, CollectionFileType } from '../../models/collection-file';
export const mapCollectionFilesTreeToManifest = (tree: CollectionFilesTree): KeepManifest => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list