This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch 688-export
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    omit 4ea5f6bb Increase sqlite page size
    omit 04b41b43 Fix null pointer exception related to bounds
     add c4445c33 Support FTP downloads and extend IRR whois source files (#698)
     add 93f697b5 Fix null pointer exception related to bounds
     add 42e3c83d Increase sqlite page size
     add 7cf110ef Add MBTiles benchmark and refactor TileStore

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4ea5f6bb)
            \
             N -- N -- N   refs/heads/688-export (7cf110ef)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../baremaps/benchmarks/MBTilesBenchmark.java      | 68 ++++++++++++++++++++++
 .../org/apache/baremaps/tilestore/TileCache.java   |  8 +--
 .../org/apache/baremaps/tilestore/TileChannel.java |  4 +-
 .../org/apache/baremaps/tilestore/TileStore.java   | 38 ++++++++++--
 .../baremaps/tilestore/file/FileTileStore.java     |  4 +-
 .../apache/baremaps/tilestore/mbtiles/MBTiles.java |  4 +-
 .../tilestore/postgres/PostgresTileStore.java      |  4 +-
 .../baremaps/workflow/tasks/DownloadUrl.java       | 56 +++++++++++++-----
 .../baremaps/workflow/tasks/ExportVectorTiles.java | 28 +++++----
 .../apache/baremaps/tilestore/TileStoreTest.java   |  6 +-
 .../baremaps/workflow/tasks/DownloadUrlTest.java   | 31 +++++++++-
 .../org/apache/baremaps/ogcapi/TilesResource.java  |  2 +-
 .../org/apache/baremaps/server/DevResources.java   |  2 +-
 .../apache/baremaps/server/ServerResources.java    |  2 +-
 examples/ip-to-location/workflow.js                | 14 +++++
 15 files changed, 223 insertions(+), 48 deletions(-)
 create mode 100644 
baremaps-benchmark/src/main/java/org/apache/baremaps/benchmarks/MBTilesBenchmark.java

Reply via email to