Skip to content

Commit

Permalink
release version 12.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Nov 15, 2019
1 parent 13944e5 commit 8065a6c
Show file tree
Hide file tree
Showing 18 changed files with 1,006 additions and 2,031 deletions.
33 changes: 28 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

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

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

**Breaking changes:**

- Remove tag api [\#535](https://github.com/gisaia/ARLAS-server/issues/535) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- \[Multi-geometry\] Support multi\_geometries in geometric filters [\#465](https://github.com/gisaia/ARLAS-server/issues/465) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]

**New stuff:**

- Add HTTPS in the swagger definition [\#513](https://github.com/gisaia/ARLAS-server/issues/513)
- \[auth-4\] Variable support in rules and headers [\#497](https://github.com/gisaia/ARLAS-server/issues/497) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- \[auth-3\] Authorization mode: headers processing [\#496](https://github.com/gisaia/ARLAS-server/issues/496) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- \[auth-2\] Authorization mode: rules processing [\#495](https://github.com/gisaia/ARLAS-server/issues/495) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- \[auth-1\] Authentication mode support [\#494](https://github.com/gisaia/ARLAS-server/issues/494) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- \[Multi-geometry\] return one or multiple geometries in \_geosearch responses [\#466](https://github.com/gisaia/ARLAS-server/issues/466) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- Add \_compute endpoint [\#463](https://github.com/gisaia/ARLAS-server/issues/463) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]

**Fixed bugs:**

- TimestampTypeMapper unit test fails [\#548](https://github.com/gisaia/ARLAS-server/issues/548)
- ARLAS Rest services: header keys must be case insensitive [\#472](https://github.com/gisaia/ARLAS-server/issues/472) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]

**Miscellaneous:**

- Deprecate \_range endpoint [\#550](https://github.com/gisaia/ARLAS-server/issues/550) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]

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

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.7.1...v11.7.2)
Expand Down Expand Up @@ -58,7 +86,6 @@

**New stuff:**

- Add HTTPS in the swagger definition [\#513](https://github.com/gisaia/ARLAS-server/issues/513)
- Publish arlas-admin module in cloudsmith [\#511](https://github.com/gisaia/ARLAS-server/issues/511)
- Pwithin request should support WKT geometry [\#500](https://github.com/gisaia/ARLAS-server/issues/500)
- Add HTTPS in the swagger definition [\#515](https://github.com/gisaia/ARLAS-server/pull/515) ([alainbodiguel](https://github.com/alainbodiguel))
Expand All @@ -84,10 +111,6 @@

- \[Auth-6\] Add more tests to auth module [\#508](https://github.com/gisaia/ARLAS-server/issues/508)
- \[auth-5\] Change configuration to snake case [\#498](https://github.com/gisaia/ARLAS-server/issues/498) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- \[auth-4\] Variable support in rules and headers [\#497](https://github.com/gisaia/ARLAS-server/issues/497) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- \[auth-3\] Authorization mode: headers processing [\#496](https://github.com/gisaia/ARLAS-server/issues/496) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- \[auth-2\] Authorization mode: rules processing [\#495](https://github.com/gisaia/ARLAS-server/issues/495) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- \[auth-1\] Authentication mode support [\#494](https://github.com/gisaia/ARLAS-server/issues/494) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- Support geometries that are indexed as WKT [\#510](https://github.com/gisaia/ARLAS-server/issues/510)
- Push arlas jars in maven repos [\#485](https://github.com/gisaia/ARLAS-server/issues/485)
- Add more tests to auth module [\#509](https://github.com/gisaia/ARLAS-server/pull/509) ([alainbodiguel](https://github.com/alainbodiguel))
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>11.7.3-SNAPSHOT</version>
<version>12.7.0</version>
<packaging>jar</packaging>
<name>ARLAS server admin</name>

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

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

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

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

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

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>11.7.3-SNAPSHOT</version>
<version>12.7.0</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>11.7.3-SNAPSHOT</version>
<version>12.7.0</version>
<packaging>jar</packaging>
<name>ARLAS server</name>

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

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

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

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

<!-- ____________________________________________________ -->
Expand Down
82 changes: 36 additions & 46 deletions docs/api/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,30 @@
|**update_max_hits** <br>*optional*|integer (int32)|


<a name="computationrequest"></a>
### ComputationRequest

|Name|Schema|
|---|---|
|**field** <br>*optional*|string|
|**filter** <br>*optional*|[Filter](#filter)|
|**form** <br>*optional*|[Form](#form)|
|**metric** <br>*optional*|enum (AVG, MAX, MIN, SUM, CARDINALITY, SPANNING)|


<a name="computationresponse"></a>
### ComputationResponse

|Name|Schema|
|---|---|
|**field** <br>*optional*|string|
|**metric** <br>*optional*|enum (AVG, MAX, MIN, SUM, CARDINALITY, SPANNING)|
|**query_time** <br>*optional*|integer (int64)|
|**total_time** <br>*optional*|integer (int64)|
|**totalnb** <br>*optional*|integer (int64)|
|**value** <br>*optional*|number (double)|


<a name="count"></a>
### Count

Expand Down Expand Up @@ -192,20 +216,10 @@
|Name|Schema|
|---|---|
|**field** <br>*optional*|string|
|**op** <br>*optional*|enum (eq, gte, gt, lte, lt, like, ne, range)|
|**op** <br>*optional*|enum (eq, gte, gt, lte, lt, like, ne, range, within, notwithin, intersects, notintersects)|
|**value** <br>*optional*|string|


<a name="failure"></a>
### Failure

|Name|Schema|
|---|---|
|**id** <br>*optional*|string|
|**message** <br>*optional*|string|
|**type** <br>*optional*|string|


<a name="feature"></a>
### Feature

Expand Down Expand Up @@ -249,12 +263,6 @@
|---|---|
|**dateformat** <br>*optional*|string|
|**f** <br>*optional*|< < [Expression](#expression) > array > array|
|**gintersect** <br>*optional*|< < string > array > array|
|**gwithin** <br>*optional*|< < string > array > array|
|**notgintersect** <br>*optional*|< < string > array > array|
|**notgwithin** <br>*optional*|< < string > array > array|
|**notpwithin** <br>*optional*|< < string > array > array|
|**pwithin** <br>*optional*|< < string > array > array|
|**q** <br>*optional*|< < string > array > array|


Expand All @@ -277,6 +285,15 @@
|**version** <br>*optional*|string|


<a name="geo"></a>
### Geo

|Name|Schema|
|---|---|
|**geometry** <br>*optional*|[GeoJsonObject](#geojsonobject)|
|**path** <br>*optional*|string|


<a name="geojsonobject"></a>
### GeoJsonObject

Expand Down Expand Up @@ -427,6 +444,7 @@
|**centroid** <br>*optional*|[GeoJsonObject](#geojsonobject)|
|**geometry** <br>*optional*|[GeoJsonObject](#geojsonobject)|
|**id** <br>*optional*|string|
|**returned_geometries** <br>*optional*|< [Geo](#geo) > array|
|**timestamp** <br>*optional*|integer (int64)|


Expand Down Expand Up @@ -606,6 +624,7 @@
|**form** <br>*optional*|[Form](#form)|
|**page** <br>*optional*|[Page](#page)|
|**projection** <br>*optional*|[Projection](#projection)|
|**returned_geometries** <br>*optional*|string|


<a name="success"></a>
Expand All @@ -617,33 +636,4 @@
|**status** <br>*optional*|integer (int32)|


<a name="tag"></a>
### Tag

|Name|Schema|
|---|---|
|**path** <br>*optional*|string|
|**value** <br>*optional*|object|


<a name="tagrequest"></a>
### TagRequest

|Name|Schema|
|---|---|
|**search** <br>*optional*|[Search](#search)|
|**tag** <br>*optional*|[Tag](#tag)|


<a name="updateresponse"></a>
### UpdateResponse

|Name|Schema|
|---|---|
|**action** <br>*optional*|enum (ADD, REMOVE, REMOVEALL)|
|**failed** <br>*optional*|integer (int64)|
|**failures** <br>*optional*|< [Failure](#failure) > array|
|**updated** <br>*optional*|integer (int64)|



3 changes: 1 addition & 2 deletions 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* : 11.0.5
*Version* : 12.0.0


### Contact information
Expand All @@ -30,7 +30,6 @@ Explore the content of ARLAS collections

* collections
* explore
* write



Loading

0 comments on commit 8065a6c

Please sign in to comment.