Skip to content

Commit

Permalink
release version 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Jun 20, 2018
1 parent 2fd1c1d commit 0fdce71
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 35 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

## [v7.6.1](https://github.com/gisaia/ARLAS-server/tree/v7.6.1) (2018-06-20)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v6.6.0...v7.6.1)

**New stuff:**

- \_geosearch : centroid/geometry is not in the returned geojson data when property map is flatted [\#311](https://github.com/gisaia/ARLAS-server/issues/311)
- GeoAggregate/Geosearch : flat the propreties of geojson [\#296](https://github.com/gisaia/ARLAS-server/issues/296) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- Generate python api [\#287](https://github.com/gisaia/ARLAS-server/issues/287)
- OPENSEARCH: add url\_template\_prefix in ARLAS server configuration instread of collection reference definition [\#286](https://github.com/gisaia/ARLAS-server/issues/286) [[conf](https://github.com/gisaia/ARLAS-server/labels/conf)]
- RASTER Tile Service for ARLAS [\#261](https://github.com/gisaia/ARLAS-server/issues/261) [[conf](https://github.com/gisaia/ARLAS-server/labels/conf)]
- GeoAggregate and GeoSearch: add feature-type property [\#212](https://github.com/gisaia/ARLAS-server/issues/212)
- Aggregate and Geoaggregate must allow multiple metrics [\#106](https://github.com/gisaia/ARLAS-server/issues/106) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- Filters: Implement date math values in range, lt and gt operators [\#87](https://github.com/gisaia/ARLAS-server/issues/87) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- Feat/\#287 python api generation [\#288](https://github.com/gisaia/ARLAS-server/pull/288) ([TamerGisaia](https://github.com/TamerGisaia))

**Fixed bugs:**

- release.sh : pip publication command line fails [\#312](https://github.com/gisaia/ARLAS-server/issues/312)
- When coordinates are Long/Integer, the GEOJSON is not built. [\#284](https://github.com/gisaia/ARLAS-server/issues/284)

**Miscellaneous:**

- Multiple Metrics within a single aggregation [\#313](https://github.com/gisaia/ARLAS-server/issues/313) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- OGC URL prefix for OGC related services [\#294](https://github.com/gisaia/ARLAS-server/issues/294) [[API](https://github.com/gisaia/ARLAS-server/labels/API)] [[OGC](https://github.com/gisaia/ARLAS-server/labels/OGC)] [[documentation](https://github.com/gisaia/ARLAS-server/labels/documentation)]
- Documentation : update range operator documentation [\#290](https://github.com/gisaia/ARLAS-server/issues/290) [[documentation](https://github.com/gisaia/ARLAS-server/labels/documentation)]

## [v6.6.0](https://github.com/gisaia/ARLAS-server/tree/v6.6.0) (2018-05-16)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v5.6.2...v6.6.0)
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,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
<packaging>jar</packaging>
<name>ARLAS server admin</name>

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

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

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>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
<packaging>jar</packaging>
<name>ARLAS server core</name>

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

<dependencies>
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>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
<packaging>jar</packaging>
<name>ARLAS server opensearch</name>

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

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

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1</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 = "7.0.1"))

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>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
<packaging>jar</packaging>
<name>ARLAS server</name>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-opensearch</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-csw</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-wfs</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
</dependency>
</dependencies>

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>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
<packaging>jar</packaging>
<name>ARLAS server tests</name>

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

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

<!-- ____________________________________________________ -->
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>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
<packaging>jar</packaging>
<name>ARLAS ogc common</name>

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

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

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

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

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

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

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: 7.6.0
appVersion: 7.6.1
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: 7.6.0
version: 7.6.1
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>7.6.1-SNAPSHOT</version>
<version>7.6.1</version>
<packaging>pom</packaging>
<name>ARLAS server parent</name>

Expand Down

0 comments on commit 0fdce71

Please sign in to comment.