Skip to content

Commit

Permalink
release version 12.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Feb 6, 2020
1 parent 3e66d8d commit b02731a
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 41 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## [v12.7.4](https://github.com/gisaia/ARLAS-server/tree/v12.7.4) (2020-02-05)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.5...v12.7.4)

**New stuff:**

- \[Tiled Geoaggregate\] Set the geohash tile on which the geoaggregation is excetuded in the response [\#599](https://github.com/gisaia/ARLAS-server/issues/599)
- \[Tiled Geoaggregate\] return all buckets resulting from a tiled geoaggregate query [\#598](https://github.com/gisaia/ARLAS-server/issues/598)
- Apply FGA \(column filtering\) to v12 [\#597](https://github.com/gisaia/ARLAS-server/issues/597)
- Make FGA header compatible with multiple collections [\#586](https://github.com/gisaia/ARLAS-server/issues/586)
- Fine grain access \(column filtering\) [\#558](https://github.com/gisaia/ARLAS-server/issues/558)

**Fixed bugs:**

- OGC Spatial Filters : Handle invalid geometries exception [\#583](https://github.com/gisaia/ARLAS-server/issues/583) [[OGC](https://github.com/gisaia/ARLAS-server/labels/OGC)]
- OGC filter with unparsable XML throws NPE [\#573](https://github.com/gisaia/ARLAS-server/issues/573) [[OGC](https://github.com/gisaia/ARLAS-server/labels/OGC)]

## [v11.6.5](https://github.com/gisaia/ARLAS-server/tree/v11.6.5) (2020-01-21)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v12.7.3...v11.6.5)

**Fixed bugs:**

- responseContainer of \_list endpoint is invalid [\#585](https://github.com/gisaia/ARLAS-server/issues/585) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- Hide column-filter header un SearchRESTService [\#578](https://github.com/gisaia/ARLAS-server/issues/578)

## [v12.7.3](https://github.com/gisaia/ARLAS-server/tree/v12.7.3) (2020-01-02)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.4...v12.7.3)
Expand Down
6 changes: 3 additions & 3 deletions arlas-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>jar</packaging>
<name>ARLAS server admin</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</parent>

<distributionManagement>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
Expand Down
4 changes: 2 additions & 2 deletions arlas-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>jar</packaging>
<name>ARLAS server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</parent>

<distributionManagement>
Expand Down
8 changes: 4 additions & 4 deletions arlas-opensearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-opensearch</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>jar</packaging>
<name>ARLAS server opensearch</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions arlas-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>jar</packaging>
<name>ARLAS server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
title = "ARLAS Exploration API",
description = "Explore the content of ARLAS collections",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
version = "API_VERSION"),
version = "12.0.4"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })

public abstract class ExploreRESTServices {
Expand Down
14 changes: 7 additions & 7 deletions arlas-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-server</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>jar</packaging>
<name>ARLAS server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-opensearch</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-csw</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-wfs</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
Expand Down
6 changes: 3 additions & 3 deletions arlas-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-tests</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>jar</packaging>
<name>ARLAS server tests</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-server</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>

<!-- ____________________________________________________ -->
Expand Down
2 changes: 1 addition & 1 deletion docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Explore the content of ARLAS collections


### Version information
*Version* : 12.0.3
*Version* : 12.0.4


### Contact information
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ List the collections configured in ARLAS.

|HTTP Code|Description|Schema|
|---|---|---|
|**200**|Successful operation|[CollectionReferenceDescription](#collectionreferencedescription)|
|**200**|Successful operation|< [CollectionReferenceDescription](#collectionreferencedescription) > array|
|**400**|Bad request.|[Error](#error)|
|**500**|Arlas Server Error.|[Error](#error)|

Expand Down
6 changes: 3 additions & 3 deletions ogc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>jar</packaging>
<name>ARLAS ogc common</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions ogc-csw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>ogc-csw</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>jar</packaging>
<name>ARLAS ogc csw</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions ogc-wfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>ogc-wfs</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>jar</packaging>
<name>ARLAS ogc wfs</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
</dependency>
</dependencies>

Expand Down
7 changes: 5 additions & 2 deletions openapi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger" : "2.0",
"info" : {
"description" : "Explore the content of ARLAS collections",
"version" : "12.0.4-SNAPSHOT",
"version" : "12.0.4",
"title" : "ARLAS Exploration API",
"contact" : {
"name" : "Gisaia",
Expand Down Expand Up @@ -1024,7 +1024,10 @@
"200" : {
"description" : "Successful operation",
"schema" : {
"$ref" : "#/definitions/CollectionReferenceDescription"
"type" : "array",
"items" : {
"$ref" : "#/definitions/CollectionReferenceDescription"
}
}
},
"500" : {
Expand Down
6 changes: 4 additions & 2 deletions openapi/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: "Explore the content of ARLAS collections"
version: "12.0.4-SNAPSHOT"
version: "12.0.4"
title: "ARLAS Exploration API"
contact:
name: "Gisaia"
Expand Down Expand Up @@ -1224,7 +1224,9 @@ paths:
200:
description: "Successful operation"
schema:
$ref: "#/definitions/CollectionReferenceDescription"
type: "array"
items:
$ref: "#/definitions/CollectionReferenceDescription"
500:
description: "Arlas Server Error."
schema:
Expand Down
4 changes: 2 additions & 2 deletions packaging/helm/arlas-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 12.7.3
appVersion: 12.7.4
description: Exploration & analyzis of geo-referenced data from elasticsearch.
home: http://arlas.io/
icon: http://arlas.io/wp-content/uploads/2017/12/Logo-Arlas-Bicolor-01.png
Expand All @@ -10,4 +10,4 @@ maintainers:
name: arlas-server
sources:
- https://github.com/gisaia/ARLAS-server
version: 12.7.3
version: 12.7.4
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.4-SNAPSHOT</version>
<version>12.7.4</version>
<packaging>pom</packaging>
<name>ARLAS server parent</name>

Expand Down

0 comments on commit b02731a

Please sign in to comment.