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 f008c94c test only the building step
omit 5da056a6 Format the code with spotless
omit 8799bc59 Fix workflow
omit 5ab4213a Revert changes
omit c0f7e8b7 Fix database object in workflow
omit e620faa0 Assume that osm change files are standalone
omit cb264ff0 Format code
omit 721d61b8 Implement compression at the import stage
omit 4426b84c Fix configuration
omit b61e2c4a Remove try catch
omit 0ad6c111 Fix tileset setter
omit d09d07a8 Print exception
omit 2b5bb58b Fix conflicts
omit 84ef9288 Add demo config
omit 4dccc385 wFix queries
omit 6d9b1da0 Log queries
omit 782a3988 Improve the workflow
omit 72dbe9b3 Adapt the workflow to daylight
omit 3a0d8dab Handle null geometries in shapefile
omit 08167c94 Import water polygons
omit fd5c01e9 Fix null pointer exception
omit 70f4e708 Fix delete query
omit 7586cf9b Use bigint instead of int8
omit d91bb46c Replace executeBatch by execute
omit 4c6ab523 Replace ANY by IN in delete query
omit 5033baed Delete before import to prevent pk violations
omit 5e504bd7 Fix compilation error
omit 6bc55e9e Improve change importer with copy api
omit 8980513e wqRename import osm task and add osc task
omit ae4354fd Display durations of 0 ms
omit 97b15531 Display durations of 0 ms
omit e0b2de4c Fix incorect durations in workflow
omit 10a9e0c7 Fix NoSuchElementException in workflow executor
omit 17c1ac81 Fix compression
omit 677b8a72 Fix coastline in workflow
omit 03dea319 Fix workflow
omit 12a76de1 Fix workflow
omit 18b5d872 Fix workflow
omit 38772ae6 Add decompress task
omit 6a77ea3a Create inital workflow for daylight
omit 6509fc43 Correct the license header and the disclaimer-wip file (#786)
add 8860c7f2 Correct the license header and the disclaimer-wip file (#786)
add 823b5550 Release Baremaps 0.7.2
add d5495042 Prepare for next development iteration
add 2e8501a5 Update dependencies (#791)
add 92968705 Cleanup OGC API (#793)
add 1de6b059 Fix release script (#787)
add 03fd8268 Improve release instructions (#783)
add 84b95cb9 Create inital workflow for daylight
add 80b757f9 Add decompress task
add 3b701214 Fix workflow
add a3cf0b33 Fix workflow
add aede38dd Fix workflow
add 928f17ca Fix coastline in workflow
add d27dab32 Fix compression
add e6d04f9c Fix NoSuchElementException in workflow executor
add 205479a9 Fix incorect durations in workflow
add 8665e268 Display durations of 0 ms
add 4793ec7b Display durations of 0 ms
add 0db10405 wqRename import osm task and add osc task
add 051f04f3 Improve change importer with copy api
add 3f4eb87a Fix compilation error
add 56f035b8 Delete before import to prevent pk violations
add d27d84d5 Replace ANY by IN in delete query
add d13b7ba9 Replace executeBatch by execute
add 1c35f840 Use bigint instead of int8
add 07280ae9 Fix delete query
add ee3b0226 Fix null pointer exception
add d2f0d0c0 Import water polygons
add 02a6f053 Handle null geometries in shapefile
add 44540d22 Adapt the workflow to daylight
add 0e27c2f4 Improve the workflow
add 25ae4634 Log queries
add b89fe839 wFix queries
add 163015e2 Add demo config
add e04b0f81 Fix conflicts
add d9fa1b23 Print exception
add 9be696dd Fix tileset setter
add 758a588d Remove try catch
add 5c2eed94 Fix configuration
add ff99f1bf Implement compression at the import stage
add 93c2fa38 Format code
add d003fc2c Assume that osm change files are standalone
add 1286d9eb Fix database object in workflow
add 55514a0d Revert changes
add 48f38f11 Fix workflow
add 31883dd1 Format the code with spotless
add d6cda779 test only the building step
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 (f008c94c)
\
N -- N -- N refs/heads/745-daylight (d6cda779)
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:
.run/basemap-dev.run.xml | 1 -
.run/basemap-mbtiles.run.xml | 1 -
.run/basemap-serve.run.xml | 1 -
.run/basemap-workflow.run.xml | 1 -
.run/openstreetmap-dev.run.xml | 1 -
.run/openstreetmap-export.run.xml | 1 -
.run/openstreetmap-serve.run.xml | 1 -
.run/openstreetmap-workflow.run.xml | 1 -
.run/simplification-workflow.run.xml | 1 -
.run/transformation-workflow.run.xml | 1 -
.run/workflow-execute.run.xml | 1 -
.run/workflow-init.run.xml | 1 -
CONTRIBUTING.md | 1 -
RELEASE.md | 8 +-
baremaps-benchmark/pom.xml | 7 +-
baremaps-cli/pom.xml | 8 +-
baremaps-cli/src/license/override.properties | 21 -
.../java/org/apache/baremaps/cli/Baremaps.java | 3 +-
.../org/apache/baremaps/cli/ogcapi/OgcApi.java | 125 -
baremaps-core/pom.xml | 7 +-
baremaps-core/{pom.xml => pom.xml.versionsBackup} | 6 +-
.../baremaps/tilestore/postgres/PostgresGroup.java | 6 +-
.../baremaps/tilestore/postgres/PostgresQuery.java | 3 +-
.../baremaps/vectortile/tilejson/TileJSON.java | 4 -
.../baremaps/database/calcite/CalciteTest.java | 12 +-
baremaps-ogcapi/pom.xml | 165 --
.../org/apache/baremaps/ogcapi/ApiResource.java | 116 -
.../baremaps/ogcapi/CollectionsResource.java | 104 -
.../baremaps/ogcapi/ConformanceResource.java | 49 -
.../apache/baremaps/ogcapi/DefaultResource.java | 78 -
.../org/apache/baremaps/ogcapi/StylesResource.java | 91 -
.../org/apache/baremaps/ogcapi/TilesResource.java | 123 -
.../main/resources/initialize_ogcapi_tables.sql | 14 -
.../main/resources/initialize_studio_tables.sql | 7 -
baremaps-ogcapi/src/main/resources/log4j2.xml | 31 -
baremaps-ogcapi/src/main/resources/map.html | 53 -
baremaps-ogcapi/src/main/resources/ogcapi.yaml | 2745 --------------------
baremaps-ogcapi/src/main/resources/swagger.html | 95 -
baremaps-ogcapi/src/main/resources/version.txt | 2 -
.../apache/baremaps/ogcapi/ApiResourceTest.java | 47 -
.../baremaps/ogcapi/CollectionsResourceTest.java | 49 -
.../baremaps/ogcapi/ConformanceResourceTest.java | 36 -
.../baremaps/ogcapi/DefaultResourceTest.java | 39 -
.../org/apache/baremaps/ogcapi/OgcApiTest.java | 104 -
.../apache/baremaps/ogcapi/StylesResourceTest.java | 48 -
.../apache/baremaps/ogcapi/TilesResourceTest.java | 45 -
.../src/test/resources/features.geojson | 26 -
baremaps-server/pom.xml | 6 +-
pom.xml | 114 +-
scripts/build-project.sh | 4 +-
scripts/generate-artifacts.sh | 2 +-
51 files changed, 56 insertions(+), 4360 deletions(-)
delete mode 100644
baremaps-cli/src/main/java/org/apache/baremaps/cli/ogcapi/OgcApi.java
copy baremaps-core/{pom.xml => pom.xml.versionsBackup} (97%)
delete mode 100644 baremaps-ogcapi/pom.xml
delete mode 100644
baremaps-ogcapi/src/main/java/org/apache/baremaps/ogcapi/ApiResource.java
delete mode 100644
baremaps-ogcapi/src/main/java/org/apache/baremaps/ogcapi/CollectionsResource.java
delete mode 100644
baremaps-ogcapi/src/main/java/org/apache/baremaps/ogcapi/ConformanceResource.java
delete mode 100644
baremaps-ogcapi/src/main/java/org/apache/baremaps/ogcapi/DefaultResource.java
delete mode 100644
baremaps-ogcapi/src/main/java/org/apache/baremaps/ogcapi/StylesResource.java
delete mode 100644
baremaps-ogcapi/src/main/java/org/apache/baremaps/ogcapi/TilesResource.java
delete mode 100644
baremaps-ogcapi/src/main/resources/initialize_ogcapi_tables.sql
delete mode 100644
baremaps-ogcapi/src/main/resources/initialize_studio_tables.sql
delete mode 100644 baremaps-ogcapi/src/main/resources/log4j2.xml
delete mode 100644 baremaps-ogcapi/src/main/resources/map.html
delete mode 100644 baremaps-ogcapi/src/main/resources/ogcapi.yaml
delete mode 100644 baremaps-ogcapi/src/main/resources/swagger.html
delete mode 100644 baremaps-ogcapi/src/main/resources/version.txt
delete mode 100644
baremaps-ogcapi/src/test/java/org/apache/baremaps/ogcapi/ApiResourceTest.java
delete mode 100644
baremaps-ogcapi/src/test/java/org/apache/baremaps/ogcapi/CollectionsResourceTest.java
delete mode 100644
baremaps-ogcapi/src/test/java/org/apache/baremaps/ogcapi/ConformanceResourceTest.java
delete mode 100644
baremaps-ogcapi/src/test/java/org/apache/baremaps/ogcapi/DefaultResourceTest.java
delete mode 100644
baremaps-ogcapi/src/test/java/org/apache/baremaps/ogcapi/OgcApiTest.java
delete mode 100644
baremaps-ogcapi/src/test/java/org/apache/baremaps/ogcapi/StylesResourceTest.java
delete mode 100644
baremaps-ogcapi/src/test/java/org/apache/baremaps/ogcapi/TilesResourceTest.java
delete mode 100644 baremaps-ogcapi/src/test/resources/features.geojson