Skip to content

Commit

Permalink
Merge pull request #270 from IN-CORE/main
Browse files Browse the repository at this point in the history
Main to dev
  • Loading branch information
longshuicy committed Feb 7, 2024
2 parents 11cee61 + 42e05b0 commit 982cb3f
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 15 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]
## [1.24.0] - 2024-02-07

### Added
- Add `hazardDatasets` field to TornadoDataset, TornadoModel and EarthquakeModel class [#213](https://github.com/IN-CORE/incore-services/issues/213)
- Renaming option for uploading geoserver layers [#259](https://github.com/IN-CORE/incore-services/issues/259)
- GeoPakage handling in services [#205](https://github.com/IN-CORE/incore-services/issues/205)
- GeoPackage handling in services [#205](https://github.com/IN-CORE/incore-services/issues/205)
- Raster GeoPackage checker for not supporting it [#258](https://github.com/IN-CORE/incore-services/issues/258)
- `hazardDatasets` field to TornadoDataset, TornadoModel and EarthquakeModel class [#213](https://github.com/IN-CORE/incore-services/issues/213)
- hazardDatasets field to TornadoDataset, TornadoModel and EarthquakeModel class [#213](https://github.com/IN-CORE/incore-services/issues/213)

### Changed
- Use Java models to represent semantics [#239](https://github.com/IN-CORE/incore-services/issues/239)
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ apply plugin: 'war'
// This will not apply to the war files we build unless we put it within project loop
// at the end of this file. This is only for the docker build to pull a version
war {
archiveVersion = '1.23.0'
archiveVersion = '1.24.0'
}

apply plugin: 'org.gretty'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Data Service for creating and accessing datasets",
version = "1.23.0",
version = "1.24.0",
title = "IN-CORE v2 Data Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

@OpenAPIDefinition(
info = @Info(
version = "1.23.0",
version = "1.24.0",
description = "IN-CORE Service For Fragilities and Fragility mappings",

title = "IN-CORE v2 Fragility Service API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

@OpenAPIDefinition(
info = @Info(
version = "1.23.0",
version = "1.24.0",
description = "IN-CORE Service For Repair and Repair mappings",

title = "IN-CORE v2 DFR3 Service API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

@OpenAPIDefinition(
info = @Info(
version = "1.23.0",
version = "1.24.0",
description = "IN-CORE Service For Restoration and Restoration mappings",

title = "IN-CORE v2 DFR3 Service API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Hazard Service For Earthquake, Tornado, Tsunami, Hurricane and Flood",
version = "1.23.0",
version = "1.24.0",
title = "IN-CORE v2 Hazard Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Semantics Services for type and data type",
version = "1.23.0",
version = "1.24.0",
title = "IN-CORE v2 Semantics Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Semantics Services for type and data type",
version = "1.23.0",
version = "1.24.0",
title = "IN-CORE v2 Semantics Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Allocations Service for getting the user's allocation information.",
version = "1.23.0",
version = "1.24.0",
title = "IN-CORE v2 Allocation Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Space Service for creating and accessing spaces",
version = "1.23.0",
version = "1.24.0",
title = "IN-CORE v2 Space Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Usage Service for getting the user's usage information.",
version = "1.23.0",
version = "1.24.0",
title = "IN-CORE v2 Usage Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down

0 comments on commit 982cb3f

Please sign in to comment.