Skip to content

Commit

Permalink
Upgrade to GeoMapFish 2.9rc94
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 11, 2025
1 parent b330a84 commit 2376f0f
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 24 deletions.
9 changes: 1 addition & 8 deletions CONST_create_template/ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/master/c2cciutils/schema.json

checks:
codespell: False
required_workflows: False
dependabot_config: False
prospector_config: False
setup: False
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7/c2cciutils/schema.json

version:
branch_to_version_re:
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.9.rc.92
GEOMAPFISH_VERSION=2.9.rc.94
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
4 changes: 2 additions & 2 deletions CONST_create_template/geoportal/alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ qualname = alembic

[handler_console]
class = StreamHandler
kwargs = {'stream': 'ext://sys.stderr'}
args = (sys.stderr,)
level = NOTSET
formatter = generic

[handler_json]
class = c2cwsgiutils.pyramid_logging.JsonLogHandler
kwargs = {'stream': 'ext://sys.stdout'}
args = (sys.stderr,)
level = NOTSET

[formatter_generic]
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.92',
version: '2.9.rc.94',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down
9 changes: 1 addition & 8 deletions ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.4.16/c2cciutils/schema.json

checks:
codespell: False
required_workflows: False
dependabot_config: False
prospector_config: False
setup: False
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7/c2cciutils/schema.json

version:
branch_to_version_re:
Expand Down
2 changes: 1 addition & 1 deletion env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.9.rc.92
GEOMAPFISH_VERSION=2.9.rc.94
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
1 change: 1 addition & 0 deletions geoportal/CONST_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ vars:
relevant_for:
- layer_wmts
- layer_cog
- layer_wms
- name: printLayers
description: >
Comma-separated list of WMS layers used instead of the WMTS layer for printing.
Expand Down
4 changes: 2 additions & 2 deletions geoportal/alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ qualname = alembic

[handler_console]
class = StreamHandler
kwargs = {'stream': 'ext://sys.stderr'}
args = (sys.stderr,)
level = NOTSET
formatter = generic

[handler_json]
class = c2cwsgiutils.pyramid_logging.JsonLogHandler
kwargs = {'stream': 'ext://sys.stdout'}
args = (sys.stderr,)
level = NOTSET

[formatter_generic]
Expand Down
2 changes: 1 addition & 1 deletion geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.92',
version: '2.9.rc.94',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down

0 comments on commit 2376f0f

Please sign in to comment.