steady icon indicating copy to clipboard operation
steady copied to clipboard

Avoid unecessary operations in kb-importer

Open pedrogalvao opened this issue 2 years ago • 2 comments

Avoid uploading the affected libraries and construct changes when they are already present in the backend. Delete affected libraries and constructs changes before uploading if the overwrite option is used,

TODOs

  • [ ] Tests
  • [ ] Documentation

pedrogalvao avatar Mar 30 '22 08:03 pedrogalvao

@pedrogalvao : Why did you delete the file shared/src/main/java/org/eclipse/steady/shared/enums/GoalClient.java and what's the empty file kb-importer/src/test/java/org/eclipse/steady/kb/ZipUtil.java?

henrikplate avatar Jun 01 '22 14:06 henrikplate

@pedrogalvao : Why did you delete the file shared/src/main/java/org/eclipse/steady/shared/enums/GoalClient.java and what's the empty file kb-importer/src/test/java/org/eclipse/steady/kb/ZipUtil.java?

I removed GoalClient by mistake. The ZipUtil.java is not empty and is used by other classes for tests.

pedrogalvao avatar Jun 02 '22 11:06 pedrogalvao