Skip to content

Commit

Permalink
release version 12.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Nov 25, 2019
1 parent 0b5d391 commit fa49ab8
Show file tree
Hide file tree
Showing 15 changed files with 3,317 additions and 79 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

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

**New stuff:**

- Support array of geohashes for geo-point fields [\#556](https://github.com/gisaia/ARLAS-server/issues/556)

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

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

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

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

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

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

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

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.2-SNAPSHOT</version>
<version>12.7.2</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.0"),
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.2-SNAPSHOT</version>
<version>12.7.2</version>
<packaging>jar</packaging>
<name>ARLAS server</name>

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

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

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

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

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

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

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

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

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

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

Expand Down
68 changes: 34 additions & 34 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.2-SNAPSHOT",
"version" : "12.0.0",
"title" : "ARLAS Exploration API",
"contact" : {
"name" : "Gisaia",
Expand All @@ -22,22 +22,15 @@
} ],
"schemes" : [ "http", "https" ],
"paths" : {
"/collections" : {
"/collections/_export" : {
"get" : {
"tags" : [ "collections" ],
"summary" : "Get all collection references",
"description" : "Get all collection references in ARLAS",
"operationId" : "getAll_1",
"summary" : "Get all collection references as a json file",
"description" : "Get all collection references in ARLAS as json file",
"operationId" : "exportCollections_1",
"consumes" : [ "application/json;charset=utf-8" ],
"produces" : [ "application/json;charset=utf-8" ],
"parameters" : [ {
"name" : "pretty",
"in" : "query",
"description" : "Pretty print",
"required" : false,
"type" : "boolean",
"default" : false
} ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "Successful operation",
Expand All @@ -57,23 +50,25 @@
}
}
},
"/collections/_export" : {
"get" : {
"/collections/_import" : {
"post" : {
"tags" : [ "collections" ],
"summary" : "Get all collection references as a json file",
"description" : "Get all collection references in ARLAS as json file",
"operationId" : "exportCollections_1",
"consumes" : [ "application/json;charset=utf-8" ],
"summary" : "Add collection references from a json file",
"description" : "Add collection references in ARLAS from a json file",
"operationId" : "importCollections_1",
"consumes" : [ "multipart/form-data" ],
"produces" : [ "application/json;charset=utf-8" ],
"parameters" : [ ],
"parameters" : [ {
"name" : "file",
"in" : "formData",
"required" : false,
"type" : "file"
} ],
"responses" : {
"200" : {
"description" : "Successful operation",
"schema" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/CollectionReference"
}
"type" : "string"
}
},
"500" : {
Expand All @@ -85,25 +80,30 @@
}
}
},
"/collections/_import" : {
"post" : {
"/collections" : {
"get" : {
"tags" : [ "collections" ],
"summary" : "Add collection references from a json file",
"description" : "Add collection references in ARLAS from a json file",
"operationId" : "importCollections_1",
"consumes" : [ "multipart/form-data" ],
"summary" : "Get all collection references",
"description" : "Get all collection references in ARLAS",
"operationId" : "getAll_1",
"consumes" : [ "application/json;charset=utf-8" ],
"produces" : [ "application/json;charset=utf-8" ],
"parameters" : [ {
"name" : "file",
"in" : "formData",
"name" : "pretty",
"in" : "query",
"description" : "Pretty print",
"required" : false,
"type" : "file"
"type" : "boolean",
"default" : false
} ],
"responses" : {
"200" : {
"description" : "Successful operation",
"schema" : {
"type" : "string"
"type" : "array",
"items" : {
"$ref" : "#/definitions/CollectionReference"
}
}
},
"500" : {
Expand Down
Loading

0 comments on commit fa49ab8

Please sign in to comment.