This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch workflow
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from e8198440 Remove unused methods
new e2554064 Simplify file decompression
new 31aee85f Replace UnzipFile by DecompressFile task in workflows
new 06a9f62c Remove UnzipFile task
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/baremaps/cli/database/UpdateOsm.java | 2 +-
.../baremaps/workflow/tasks/DecompressFile.java | 21 ++---
.../apache/baremaps/workflow/tasks/UnzipFile.java | 92 ----------------------
.../org/apache/baremaps/workflow/WorkflowTest.java | 19 ++---
.../workflow/tasks/ImportShapefileTest.java | 15 ++--
.../baremaps/workflow/tasks/UnzipFileTest.java | 40 ----------
basemap/import.js | 21 ++---
examples/geocoding/workflow.js | 2 +-
examples/ip-to-location/workflow.js | 7 +-
examples/naturalearth/workflow.json | 7 +-
examples/shadedrelief/workflow.json | 7 +-
11 files changed, 47 insertions(+), 186 deletions(-)
delete mode 100644
baremaps-core/src/main/java/org/apache/baremaps/workflow/tasks/UnzipFile.java
delete mode 100644
baremaps-core/src/test/java/org/apache/baremaps/workflow/tasks/UnzipFileTest.java