Skip to content

Commit

Permalink
release version 12.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Jan 2, 2020
1 parent d60b8f4 commit 1de23d5
Show file tree
Hide file tree
Showing 18 changed files with 139 additions and 107 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [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)

**New stuff:**

- `\_compute` the bounding or the geocentroid [\#561](https://github.com/gisaia/ARLAS-server/issues/561)

**Miscellaneous:**

- Too many logs on CI [\#577](https://github.com/gisaia/ARLAS-server/issues/577)

## [v11.6.4](https://github.com/gisaia/ARLAS-server/tree/v11.6.4) (2019-12-23)

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

**Fixed bugs:**

- Describe does not return properly the list of taggable fields [\#568](https://github.com/gisaia/ARLAS-server/issues/568)
- Describe does not return properly the list of taggable fields [\#569](https://github.com/gisaia/ARLAS-server/pull/569) ([alainbodiguel](https://github.com/alainbodiguel))

## [v12.7.2](https://github.com/gisaia/ARLAS-server/tree/v12.7.2) (2019-11-25)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v12.7.1...v12.7.2)
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.3-SNAPSHOT</version>
<version>12.7.3</version>
<packaging>jar</packaging>
<name>ARLAS server admin</name>

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

<distributionManagement>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</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.3-SNAPSHOT</version>
<version>12.7.3</version>
<packaging>jar</packaging>
<name>ARLAS server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</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.3-SNAPSHOT</version>
<version>12.7.3</version>
<packaging>jar</packaging>
<name>ARLAS server opensearch</name>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</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.3-SNAPSHOT</version>
<version>12.7.3</version>
<packaging>jar</packaging>
<name>ARLAS server rest</name>

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.3"),
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.3-SNAPSHOT</version>
<version>12.7.3</version>
<packaging>jar</packaging>
<name>ARLAS server</name>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-opensearch</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-csw</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-wfs</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</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.3-SNAPSHOT</version>
<version>12.7.3</version>
<packaging>jar</packaging>
<name>ARLAS server tests</name>

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

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

<!-- ____________________________________________________ -->
Expand Down
5 changes: 3 additions & 2 deletions docs/api/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
|**field** <br>*optional*|string|
|**filter** <br>*optional*|[Filter](#filter)|
|**form** <br>*optional*|[Form](#form)|
|**metric** <br>*optional*|enum (AVG, MAX, MIN, SUM, CARDINALITY, SPANNING)|
|**metric** <br>*optional*|enum (AVG, MAX, MIN, SUM, CARDINALITY, SPANNING, GEOBBOX, GEOCENTROID)|


<a name="computationresponse"></a>
Expand All @@ -153,7 +153,8 @@
|Name|Schema|
|---|---|
|**field** <br>*optional*|string|
|**metric** <br>*optional*|enum (AVG, MAX, MIN, SUM, CARDINALITY, SPANNING)|
|**geometry** <br>*optional*|[GeoJsonObject](#geojsonobject)|
|**metric** <br>*optional*|enum (AVG, MAX, MIN, SUM, CARDINALITY, SPANNING, GEOBBOX, GEOCENTROID)|
|**query_time** <br>*optional*|integer (int64)|
|**total_time** <br>*optional*|integer (int64)|
|**totalnb** <br>*optional*|integer (int64)|
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.0
*Version* : 12.0.3


### 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 @@ -482,7 +482,7 @@ Computes the given metric on a field in the collection, given the filters
|**Query**|**f** <br>*optional*|- A triplet for filtering the result. Multiple filter can be provided in distinct parameters (AND operator is applied) or in the same parameter separated by semi-colons (OR operator is applied). The order does not matter. <br> <br>- A triplet is composed of a field name, a comparison operator and a value. <br> <br> The possible values of the comparison operator are : <br> <br> Operator \| Description \| value type<br> <br> :eq: \| {fieldName} equals {comma separated values}. **OR** operation is applied for the specified values \| numeric or strings <br> <br> :ne: \| {fieldName} must not equal {comma separated values }. **AND** operation is applied for the specified values \| numeric or strings <br> <br> :like: \| {fieldName} is like {value} \| numeric or strings <br> <br> :gte: \| {fieldName} is greater than or equal to {value} \| numeric <br> <br> :gt: \| {fieldName} is greater than {value} \| numeric <br> <br> :lte: \| {fieldName} is less than or equal to {value} \| numeric <br> <br> :lt: \| {fieldName} is less than {value} \| numeric <br> <br> :range: \| {fieldName} is between `{comma separated [min<max] values}`. **OR** operation is applied for the specified ranges \| numeric or strings. If the field's type is date, then min & max should be timestamps in millisecond or a Date expression<br> <br> :within: \| {GeofieldName}` is within the `{given WKT string or the given BBOX }` \| a WKT string or the BBOX string : `"west, south, east, north"` <br> <br> :notwithin:\| {GeofieldName} is not within the `{given WKT string or the given BBOX }` \| a WKT string or the BBOX string : `"west, south, east, north"` <br> <br> :intersects:\| {GeofieldName} intersects the `{given WKT string or the given BBOX }` \| a WKT string or the BBOX string : `"west, south, east, north"` <br> <br> :notintersects:\| {GeofieldName} does not intersect the `{given WKT string or the given }` \| a WKT string or the BBOX string : `"west, south, east, north"`|< string > array(multi)||
|**Query**|**field** <br>*required*|The field on which the metric is calculated.|string||
|**Query**|**max-age-cache** <br>*optional*|max-age-cache|integer (int32)||
|**Query**|**metric** <br>*required*|The metric to compute : `max, min, avg, sum, cardinality, spanning`.|string||
|**Query**|**metric** <br>*required*|The metric to compute : `max, min, avg, sum, cardinality, spanning, geobbox, geocentroid`.|string||
|**Query**|**pretty** <br>*optional*|Pretty print|boolean|`"false"`|
|**Query**|**q** <br>*optional*|A full text search. Optionally, it's possible to search on a field using this syntax: {fieldname}:{text}|< string > array(multi)||

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.3-SNAPSHOT</version>
<version>12.7.3</version>
<packaging>jar</packaging>
<name>ARLAS ogc common</name>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</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.3-SNAPSHOT</version>
<version>12.7.3</version>
<packaging>jar</packaging>
<name>ARLAS ogc csw</name>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>12.7.3-SNAPSHOT</version>
<version>12.7.3</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.3-SNAPSHOT</version>
<version>12.7.3</version>
<packaging>jar</packaging>
<name>ARLAS ogc wfs</name>

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

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

Expand Down
Loading

0 comments on commit 1de23d5

Please sign in to comment.