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


 discard deb263ad wFix queries
 discard 3716494e Log queries
    omit 3c1481b2 Improve the workflow
    omit 8c92281c Adapt the workflow to daylight
    omit 1873442a Handle null geometries in shapefile
    omit 0cdb3545 Import water polygons
    omit 077e3f9e Fix null pointer exception
    omit ed53a2e0 Fix delete query
    omit 94bc0a71 Use bigint instead of int8
    omit 8832065d Replace executeBatch by execute
    omit 1476b18f Replace ANY by IN in delete query
    omit f017e1b7 Delete before import to prevent pk violations
    omit 5b96cd1b Fix compilation error
    omit 4b82bd76 Improve change importer with copy api
    omit d1be7db6 Rename import osm task and add osc task
    omit 4586f0c5 Display durations of 0 ms
    omit f8e085a4 Display durations of 0 ms
    omit 067d06be Fix incorect durations in workflow
    omit abe1df3b Fix NoSuchElementException in workflow executor
    omit e03d5c6a Fix compression
    omit f1fa31e4 Fix coastline in workflow
    omit 8e7fa2ff Fix workflow
    omit 1c342853 Fix workflow
    omit e891ff70 Fix workflow
    omit 31f32084 Add decompress task
    omit 0fe3d3a0 Create inital workflow for daylight
     add b10a101a Disable antialias in basemap (#756)
     add a62a1a38 Display natural layer at low zoom levels (#750)
     add b7cac3fa Remove logo (#761)
     add abb5ee7e Improve release instructions (#758)
     add ba2790e1 Group third-party dependencies by license (#759)
     add ff1de0c5 Use lowercase table names in postgresql (#768)
     add b37f1ec0 Add task to execute sql script (#769)
     add be499e3d Expose the tileset and the SQL queries in dev mode (#772)
     add 49a84c96 Expose environment variables to javascript (#776)
     add dfa1e949 Add a datasource object to the tileset (#777)
     add 78397fc6 List the derived files in the NOTICE (#771)
     add 894e959a Concat THIRD-PARTY to LICENSE in bin release (#778)
     add 1ba082ff Create inital workflow for daylight
     add 7a94ee00 Add decompress task
     add 67902697 Fix workflow
     add 8e123bfc Fix workflow
     add b688a00d Fix workflow
     add 55c6acdf Fix coastline in workflow
     add 03f1dba6 Fix compression
     add 4ff876c9 Fix NoSuchElementException in workflow executor
     add 32a12419 Fix incorect durations in workflow
     add c506e076 Display durations of 0 ms
     add 3d2a42f0 Display durations of 0 ms
     add d2f4214e wqRename import osm task and add osc task
     add 7d706783 Improve change importer with copy api
     add ee5373d0 Fix compilation error
     add dd260ece Delete before import to prevent pk violations
     add a6424b45 Replace ANY by IN in delete query
     add c87456a3 Replace executeBatch by execute
     add 5df3203f Use bigint instead of int8
     add ec44d78b Fix delete query
     add d53dc176 Fix null pointer exception
     add 5103abac Import water polygons
     add d2c104b2 Handle null geometries in shapefile
     add 842ab00d Adapt the workflow to daylight
     add 479cce2d Improve the workflow
     add 2c14e39e Log queries
     add 925c514a wFix queries
     add f3416ab0 Add demo config
     add b6009ec3 Fix conflicts

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   (deb263ad)
            \
             N -- N -- N   refs/heads/745-daylight (b6009ec3)

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:
 DISCLAIMER-WIP                                     |   4 +
 LICENSE                                            |   4 +-
 NOTICE                                             |  38 +++-
 RELEASE.md                                         |  28 +--
 baremaps-cli/pom.xml                               |  60 +++++-
 baremaps-cli/src/assembly/bin.xml                  |   8 +-
 baremaps-cli/src/assembly/src.xml                  |   1 -
 baremaps-cli/src/license/bundle.ftl                |  37 ++++
 baremaps-cli/src/license/override.ftl              |  36 ++++
 baremaps-cli/src/license/override.properties       | 209 +++++++++++++++++++++
 .../main/java/org/apache/baremaps/cli/map/Dev.java |   9 +-
 .../java/org/apache/baremaps/cli/map/Serve.java    |   6 +-
 .../org/apache/baremaps/config/ConfigReader.java   |   7 +
 .../storage/postgres/PostgresDataSchema.java       |  49 ++---
 .../org/apache/baremaps/utils/PostgresUtils.java   | 130 +++++++++++--
 .../baremaps/vectortile/tileset/Database.java      | 194 +++++++++++++++++++
 .../baremaps/vectortile/tileset/Tileset.java       |   6 +-
 .../java/org/apache/baremaps/workflow/Task.java    |   1 +
 .../apache/baremaps/workflow/WorkflowContext.java  |   6 +-
 .../apache/baremaps/workflow/tasks/ExecuteSql.java |   3 +-
 .../{ExecuteCommand.java => ExecuteSqlScript.java} |  20 +-
 .../baremaps/workflow/tasks/ExportVectorTiles.java |   1 +
 .../baremaps/workflow/tasks/ImportGeoPackage.java  |   2 +-
 .../baremaps/workflow/tasks/ImportOsmPbf.java      |   4 +-
 .../baremaps/workflow/tasks/ImportShapefile.java   |   2 +-
 .../workflow/tasks/UpdateOpenStreetMap.java        |   2 +-
 ...oPackageTest.java => ExecuteSqlScriptTest.java} |   5 +-
 baremaps-core/src/test/resources/script.sql        |   5 +
 ...{TilesetResource.java => TileJSONResource.java} |   6 +-
 .../apache/baremaps/server/TilesetResource.java    |  18 +-
 basemap/config.js                                  |   7 +-
 basemap/layers/amenity/background.js               |   6 +
 basemap/layers/amenity/fountain.js                 |   2 +-
 basemap/layers/amenity/overlay.js                  |   6 +
 basemap/layers/building/shape.js                   |   2 +-
 basemap/layers/highway/pedestrian_area.js          |   2 +-
 basemap/layers/landuse/background.js               |  18 +-
 basemap/layers/landuse/overlay.js                  |  14 +-
 basemap/layers/landuse/simplify.sql                |  60 ++----
 basemap/layers/leisure/background.js               |   2 +-
 basemap/layers/leisure/overlay.js                  |   2 +-
 basemap/layers/man_made/bridge.js                  |   2 +-
 basemap/layers/natural/background.js               |   2 +-
 basemap/layers/natural/overlay.js                  |   2 +-
 basemap/layers/natural/tileset.js                  |   6 +-
 basemap/layers/natural/water.js                    |   2 +-
 basemap/layers/ocean/overlay.js                    |   2 +-
 basemap/layers/power/background.js                 |   2 +-
 logo.svg                                           |   1 -
 scripts/build-project.sh                           |   3 +
 50 files changed, 854 insertions(+), 190 deletions(-)
 create mode 100644 baremaps-cli/src/license/bundle.ftl
 create mode 100644 baremaps-cli/src/license/override.ftl
 create mode 100644 baremaps-cli/src/license/override.properties
 create mode 100644 
baremaps-core/src/main/java/org/apache/baremaps/vectortile/tileset/Database.java
 copy 
baremaps-core/src/main/java/org/apache/baremaps/workflow/tasks/{ExecuteCommand.java
 => ExecuteSqlScript.java} (59%)
 copy 
baremaps-core/src/test/java/org/apache/baremaps/workflow/tasks/{ImportGeoPackageTest.java
 => ExecuteSqlScriptTest.java} (85%)
 create mode 100644 baremaps-core/src/test/resources/script.sql
 copy 
baremaps-server/src/main/java/org/apache/baremaps/server/{TilesetResource.java 
=> TileJSONResource.java} (88%)
 delete mode 100644 logo.svg

Reply via email to