From dee80f5baba3eaa3c2a8b1c0ff28bc07ea1e6be9 Mon Sep 17 00:00:00 2001 From: MohamedHamou Date: Tue, 22 Oct 2019 09:15:42 +0200 Subject: [PATCH] release version 11.6.3 --- CHANGELOG.md | 37 ++++++++++++++- arlas-admin/pom.xml | 6 +-- arlas-core/pom.xml | 4 +- arlas-opensearch/pom.xml | 8 ++-- arlas-rest/pom.xml | 6 +-- arlas-server/pom.xml | 14 +++--- arlas-tests/pom.xml | 6 +-- ogc-common/pom.xml | 6 +-- ogc-csw/pom.xml | 6 +-- ogc-wfs/pom.xml | 6 +-- openapi/swagger.json | 66 +++++++++++++------------- openapi/swagger.yaml | 58 +++++++++++----------- packaging/helm/arlas-server/Chart.yaml | 4 +- pom.xml | 2 +- 14 files changed, 132 insertions(+), 97 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff25a9c7..482d96c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # Change Log -## [v11.6.2](https://github.com/gisaia/ARLAS-server/tree/v11.6.2) (2019-09-16) +## [v11.6.3](https://github.com/gisaia/ARLAS-server/tree/v11.6.3) (2019-10-21) + +[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.7.0...v11.6.3) + +**New stuff:** + +- Add support for Elastic Cloud [\#530](https://github.com/gisaia/ARLAS-server/issues/530) +- Add support for Elastic Cloud [\#537](https://github.com/gisaia/ARLAS-server/issues/537) +- Arlas Server xpack - connection to Elastic Cloud [\#531](https://github.com/gisaia/ARLAS-server/pull/531) ([alainbodiguel](https://github.com/alainbodiguel)) + +**Fixed bugs:** + +- Make sure to remove before in next and after in previous [\#529](https://github.com/gisaia/ARLAS-server/issues/529) +- Remove redundant execution of range query [\#539](https://github.com/gisaia/ARLAS-server/issues/539) +- Make sure to remove before in next and after in previous [\#538](https://github.com/gisaia/ARLAS-server/issues/538) +- Remove redundant execution of range query [\#533](https://github.com/gisaia/ARLAS-server/pull/533) ([MohamedHamouGisaia](https://github.com/MohamedHamouGisaia)) + +## [v11.7.0](https://github.com/gisaia/ARLAS-server/tree/v11.7.0) (2019-09-19) + +[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.2...v11.7.0) + +**New stuff:** + +- Make `type\_name` optional in CollectionReference [\#521](https://github.com/gisaia/ARLAS-server/issues/521) + +**Miscellaneous:** + +- Add a warning in logs saying that `type\_name` is deprecated [\#522](https://github.com/gisaia/ARLAS-server/issues/522) +- Fix docker-compose to fit README.md [\#493](https://github.com/gisaia/ARLAS-server/issues/493) [[documentation](https://github.com/gisaia/ARLAS-server/labels/documentation)] +- Bump Elasticsearch to 7.x.x [\#468](https://github.com/gisaia/ARLAS-server/issues/468) + +## [v11.6.2](https://github.com/gisaia/ARLAS-server/tree/v11.6.2) (2019-09-17) [Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.1...v11.6.2) @@ -16,6 +47,10 @@ - gwithin : WKT or BBOX orientation is only considered when the smallest polygon crosses the antimeridian [\#514](https://github.com/gisaia/ARLAS-server/issues/514) - WKT : validate each element of a MULTIGEOMETRY separately [\#512](https://github.com/gisaia/ARLAS-server/issues/512) +**Miscellaneous:** + +- Partition-filter docs contains typo [\#473](https://github.com/gisaia/ARLAS-server/issues/473) [[documentation](https://github.com/gisaia/ARLAS-server/labels/documentation)] + ## [v11.6.1](https://github.com/gisaia/ARLAS-server/tree/v11.6.1) (2019-09-06) [Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.0...v11.6.1) diff --git a/arlas-admin/pom.xml b/arlas-admin/pom.xml index b8a5cfcb6..7b5c422cd 100644 --- a/arlas-admin/pom.xml +++ b/arlas-admin/pom.xml @@ -2,14 +2,14 @@ 4.0.0 io.arlas arlas-admin - 11.6.2 + 11.6.3 jar ARLAS server admin io.arlas arlas-server-parent - 11.6.2 + 11.6.3 @@ -27,7 +27,7 @@ io.arlas arlas-core - 11.6.2 + 11.6.3 diff --git a/arlas-core/pom.xml b/arlas-core/pom.xml index 032ad334c..07562733f 100644 --- a/arlas-core/pom.xml +++ b/arlas-core/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.arlas arlas-core - 11.6.2 + 11.6.3 jar ARLAS server core io.arlas arlas-server-parent - 11.6.2 + 11.6.3 diff --git a/arlas-opensearch/pom.xml b/arlas-opensearch/pom.xml index 2fc1a4f3c..5542a2ea2 100644 --- a/arlas-opensearch/pom.xml +++ b/arlas-opensearch/pom.xml @@ -2,26 +2,26 @@ 4.0.0 io.arlas arlas-opensearch - 11.6.2 + 11.6.3 jar ARLAS server opensearch io.arlas arlas-server-parent - 11.6.2 + 11.6.3 io.arlas arlas-rest - 11.6.2 + 11.6.3 io.arlas ogc-common - 11.6.2 + 11.6.3 diff --git a/arlas-rest/pom.xml b/arlas-rest/pom.xml index 6466e4d4c..90bd0e13b 100644 --- a/arlas-rest/pom.xml +++ b/arlas-rest/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-rest - 11.6.2 + 11.6.3 jar ARLAS server rest io.arlas arlas-server-parent - 11.6.2 + 11.6.3 io.arlas arlas-core - 11.6.2 + 11.6.3 diff --git a/arlas-server/pom.xml b/arlas-server/pom.xml index 8f6e9866b..7c3e7df4f 100644 --- a/arlas-server/pom.xml +++ b/arlas-server/pom.xml @@ -2,41 +2,41 @@ 4.0.0 io.arlas arlas-server - 11.6.2 + 11.6.3 jar ARLAS server io.arlas arlas-server-parent - 11.6.2 + 11.6.3 io.arlas arlas-rest - 11.6.2 + 11.6.3 io.arlas arlas-opensearch - 11.6.2 + 11.6.3 io.arlas ogc-csw - 11.6.2 + 11.6.3 io.arlas ogc-wfs - 11.6.2 + 11.6.3 io.arlas arlas-admin - 11.6.2 + 11.6.3 org.elasticsearch.client diff --git a/arlas-tests/pom.xml b/arlas-tests/pom.xml index e7d4d20d0..805473181 100644 --- a/arlas-tests/pom.xml +++ b/arlas-tests/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-tests - 11.6.2 + 11.6.3 jar ARLAS server tests io.arlas arlas-server-parent - 11.6.2 + 11.6.3 io.arlas arlas-server - 11.6.2 + 11.6.3 diff --git a/ogc-common/pom.xml b/ogc-common/pom.xml index 93cb704b0..ee0e51428 100644 --- a/ogc-common/pom.xml +++ b/ogc-common/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-common - 11.6.2 + 11.6.3 jar ARLAS ogc common io.arlas arlas-server-parent - 11.6.2 + 11.6.3 io.arlas arlas-core - 11.6.2 + 11.6.3 diff --git a/ogc-csw/pom.xml b/ogc-csw/pom.xml index b9e40d959..30f2fbaef 100644 --- a/ogc-csw/pom.xml +++ b/ogc-csw/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-csw - 11.6.2 + 11.6.3 jar ARLAS ogc csw io.arlas arlas-server-parent - 11.6.2 + 11.6.3 io.arlas ogc-common - 11.6.2 + 11.6.3 diff --git a/ogc-wfs/pom.xml b/ogc-wfs/pom.xml index cc863b5f9..3319e6ca4 100644 --- a/ogc-wfs/pom.xml +++ b/ogc-wfs/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-wfs - 11.6.2 + 11.6.3 jar ARLAS ogc wfs io.arlas arlas-server-parent - 11.6.2 + 11.6.3 io.arlas ogc-common - 11.6.2 + 11.6.3 diff --git a/openapi/swagger.json b/openapi/swagger.json index 9758f9f7b..0ad62883f 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -24,22 +24,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", @@ -59,23 +52,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" : { @@ -87,25 +82,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" : { diff --git a/openapi/swagger.yaml b/openapi/swagger.yaml index 5698b4d5e..f6851642c 100644 --- a/openapi/swagger.yaml +++ b/openapi/swagger.yaml @@ -20,35 +20,6 @@ schemes: - "http" - "https" paths: - /collections: - get: - tags: - - "collections" - 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: "pretty" - in: "query" - description: "Pretty print" - required: false - type: "boolean" - default: false - responses: - 200: - description: "Successful operation" - schema: - type: "array" - items: - $ref: "#/definitions/CollectionReference" - 500: - description: "Arlas Server Error." - schema: - $ref: "#/definitions/Error" /collections/_export: get: tags: @@ -97,6 +68,35 @@ paths: description: "Arlas Server Error." schema: $ref: "#/definitions/Error" + /collections: + get: + tags: + - "collections" + 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: "pretty" + in: "query" + description: "Pretty print" + required: false + type: "boolean" + default: false + responses: + 200: + description: "Successful operation" + schema: + type: "array" + items: + $ref: "#/definitions/CollectionReference" + 500: + description: "Arlas Server Error." + schema: + $ref: "#/definitions/Error" /collections/{collection}: get: tags: diff --git a/packaging/helm/arlas-server/Chart.yaml b/packaging/helm/arlas-server/Chart.yaml index 0207eb622..18f6177c2 100644 --- a/packaging/helm/arlas-server/Chart.yaml +++ b/packaging/helm/arlas-server/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 11.6.2 +appVersion: 11.6.3 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 @@ -10,4 +10,4 @@ maintainers: name: arlas-server sources: - https://github.com/gisaia/ARLAS-server -version: 11.6.2 +version: 11.6.3 diff --git a/pom.xml b/pom.xml index 487dd162b..c9bc32f0d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.arlas arlas-server-parent - 11.6.2 + 11.6.3 pom ARLAS server parent