This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch 745-daylight
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
omit d5f4b874 Move layers in separate directories
omit ad7c3d2a Fix issues in the workflow
omit 96247b03 Upgrade daylight to v1.32
omit dc06532e Move the workflow in a separate directory and rename the steps
omit d6cda779 test only the building step
omit 31883dd1 Format the code with spotless
omit 48f38f11 Fix workflow
omit 55514a0d Revert changes
omit 1286d9eb Fix database object in workflow
omit d003fc2c Assume that osm change files are standalone
omit 93c2fa38 Format code
omit ff99f1bf Implement compression at the import stage
omit 5c2eed94 Fix configuration
omit 758a588d Remove try catch
omit 9be696dd Fix tileset setter
omit d9fa1b23 Print exception
omit e04b0f81 Fix conflicts
omit 163015e2 Add demo config
omit b89fe839 wFix queries
omit 25ae4634 Log queries
omit 0e27c2f4 Improve the workflow
omit 44540d22 Adapt the workflow to daylight
omit 02a6f053 Handle null geometries in shapefile
omit d2f0d0c0 Import water polygons
omit ee3b0226 Fix null pointer exception
omit 07280ae9 Fix delete query
omit 1c35f840 Use bigint instead of int8
omit d13b7ba9 Replace executeBatch by execute
omit d27d84d5 Replace ANY by IN in delete query
omit 56f035b8 Delete before import to prevent pk violations
omit 3f4eb87a Fix compilation error
omit 051f04f3 Improve change importer with copy api
omit 0db10405 wqRename import osm task and add osc task
omit 4793ec7b Display durations of 0 ms
omit 8665e268 Display durations of 0 ms
omit 205479a9 Fix incorect durations in workflow
omit e6d04f9c Fix NoSuchElementException in workflow executor
omit d27dab32 Fix compression
omit 928f17ca Fix coastline in workflow
omit aede38dd Fix workflow
omit a3cf0b33 Fix workflow
omit 3b701214 Fix workflow
omit 80b757f9 Add decompress task
omit 84b95cb9 Create inital workflow for daylight
add 647a2734 Improve postgres tilestore (#792)
add 26df3a07 Create inital workflow for daylight
add 0efd709b Add decompress task
add 743eb17e Fix workflow
add 7ab0af30 Fix workflow
add 5896ddc9 Fix workflow
add 8d2d2aea Fix coastline in workflow
add 4d703275 Fix compression
add 37c85db1 Fix NoSuchElementException in workflow executor
add ae9d215c Fix incorect durations in workflow
add d107cd27 Display durations of 0 ms
add d0278cc4 Display durations of 0 ms
add c0947106 wqRename import osm task and add osc task
add ded7b753 Improve change importer with copy api
add a3992755 Fix compilation error
add 036efedd Delete before import to prevent pk violations
add 852b797b Replace ANY by IN in delete query
add dbdaceea Replace executeBatch by execute
add ce05a6aa Use bigint instead of int8
add 09fa979d Fix delete query
add 440b08a3 Fix null pointer exception
add 5eb71786 Import water polygons
add f5470660 Handle null geometries in shapefile
add 496f759b Adapt the workflow to daylight
add 76a6cd8e Improve the workflow
add e5b043f8 Log queries
add 59a8695b wFix queries
add 09e3812d Add demo config
add aa5346f0 Fix conflicts
add 573ec024 Print exception
add 2a51d29c Fix tileset setter
add 7d492fe5 Remove try catch
add b53cfe0b Fix configuration
add 9081f410 Implement compression at the import stage
add e12c61ee Format code
add 67c3f555 Assume that osm change files are standalone
add 25a42735 Fix database object in workflow
add 62b65be0 Revert changes
add 3aacd5e1 Fix workflow
add 9e4741ae Format the code with spotless
add 6095ac16 test only the building step
add 505681d7 Move the workflow in a separate directory and rename the steps
add 0cfdebe8 Upgrade daylight to v1.32
add ac993fd0 Fix issues in the workflow
add 33c78167 Move layers in separate directories
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 (d5f4b874)
\
N -- N -- N refs/heads/745-daylight (33c78167)
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-core/pom.xml | 4 -
.../org/apache/baremaps/iploc/IpLocRepository.java | 1 -
.../baremaps/stream/PartitionedSpliterator.java | 16 +-
.../org/apache/baremaps/stream/StreamUtils.java | 3 +-
.../OsmTags.java => tilestore/TileEntry.java} | 28 +-
.../org/apache/baremaps/tilestore/TileStore.java | 41 +++
.../baremaps/tilestore/mbtiles/MBTilesStore.java | 43 ++-
.../baremaps/tilestore/postgres/PostgresGroup.java | 111 -------
.../baremaps/tilestore/postgres/PostgresQuery.java | 130 ---------
.../tilestore/postgres/PostgresQueryGenerator.java | 8 +-
.../tilestore/postgres/PostgresTileStore.java | 319 +++++++++------------
.../org/apache/baremaps/utils/PostgresUtils.java | 11 +-
.../org/apache/baremaps/utils/SqliteUtils.java | 2 +-
.../baremaps/workflow/tasks/ExportVectorTiles.java | 33 ++-
.../stream/PartitionedSpliteratorTest.java | 20 +-
.../apache/baremaps/stream/StreamUtilsTest.java | 4 +-
.../tilestore/postgres/JSQLParserTest.java | 64 -----
.../postgres/PostgresQueryGeneratorTest.java | 3 +-
.../postgres/PostgresQueryParserTest.java | 107 -------
.../tilestore/postgres/PostgresTileStoreTest.java | 50 ++--
pom.xml | 6 -
21 files changed, 305 insertions(+), 699 deletions(-)
copy baremaps-core/src/main/java/org/apache/baremaps/{geocoderosm/OsmTags.java
=> tilestore/TileEntry.java} (66%)
delete mode 100644
baremaps-core/src/main/java/org/apache/baremaps/tilestore/postgres/PostgresGroup.java
delete mode 100644
baremaps-core/src/main/java/org/apache/baremaps/tilestore/postgres/PostgresQuery.java
delete mode 100644
baremaps-core/src/test/java/org/apache/baremaps/tilestore/postgres/JSQLParserTest.java
delete mode 100644
baremaps-core/src/test/java/org/apache/baremaps/tilestore/postgres/PostgresQueryParserTest.java