Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-479) Change default namespace of legacy "gmd" metadata |
Thu, 14 Nov, 15:08 |
Martin Desruisseaux (Jira) |
[jira] [Created] (SIS-479) Change default namespace of legacy "gmd" metadata |
Thu, 14 Nov, 15:08 |
Martin Desruisseaux (Jira) |
[jira] [Created] (SIS-480) Change ISO schema locations from "http:" to "https:" |
Thu, 14 Nov, 15:14 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-480) Change ISO schema locations from "http:" to "https:" |
Thu, 14 Nov, 15:16 |
Martin Desruisseaux (Jira) |
[jira] [Issue Comment Deleted] (SIS-479) Change default namespace of legacy "gmd" metadata |
Thu, 14 Nov, 15:22 |
Martin Desruisseaux (Jira) |
[jira] [Commented] (SIS-480) Change ISO schema locations from "http:" to "https:" |
Thu, 14 Nov, 15:22 |
Martin Desruisseaux (Jira) |
[jira] [Commented] (SIS-479) Change default namespace of legacy "gmd" metadata |
Thu, 14 Nov, 15:22 |
Martin Desruisseaux (Jira) |
[jira] [Comment Edited] (SIS-480) Change ISO schema locations from "http:" to "https:" |
Thu, 14 Nov, 15:23 |
Martin Desruisseaux (Jira) |
[jira] [Created] (SIS-481) XML.SCHEMAS configuration should apply also to xmlns:gmd |
Thu, 14 Nov, 18:56 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-481) XML.SCHEMAS configuration should apply also to xmlns:gmd |
Thu, 14 Nov, 18:58 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-481) XML.SCHEMAS configuration should apply also to xmlns:gmd |
Thu, 14 Nov, 18:59 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-482) Rename XML.SCHEMAS and clarify expected URL |
Thu, 14 Nov, 20:07 |
Martin Desruisseaux (Jira) |
[jira] [Created] (SIS-482) Rename XML.SCHEMAS and clarify expected URL |
Thu, 14 Nov, 20:07 |
Martin Desruisseaux (Jira) |
[jira] [Updated] (SIS-481) XML.SCHEMAS configuration should apply also to xmlns:gmd |
Thu, 14 Nov, 20:07 |
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-482) Rename XML.SCHEMAS and clarify expected URL |
Fri, 15 Nov, 02:50 |
Martin Desruisseaux (Jira) |
[jira] [Closed] (SIS-481) XML.SCHEMAS configuration should apply also to xmlns:gmd |
Fri, 15 Nov, 02:50 |
ama...@apache.org |
[sis] branch refactor/sql-store created (now 1eb8926) |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 01/45: Update pom version before release |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 02/45: refactor(SQL-Store): try to improve count operation by overriding returned stream. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 03/45: feat(SQL-Store): add support for limit, offset and distinct operations via SQL calls through java.util.Stream API |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 04/45: feat(SQL-Store): improve stream decoration to handle mappings to/from DoubleStream. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 05/45: fix(SQLStore): allow limit and offset setting when using peek operation on stream |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 06/45: doc(Utility): write about stream decoration classes |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 07/45: doc(SQL-Store): minor javadoc addition for stream delegation applied to sql queries. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 08/45: fix(SQLStore): fix peek operation management on overriden SQL stream. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 09/45: fix(SQLStore): fix connection auto-commit management for feature streaming. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 10/45: WIP(SQL-Store): start adding abstractions to allow custom SQL queries |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 11/45: WIP(SQL-Store): refactor feature-type building to factorize query and table discovery. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 12/45: WIP(SQLStore): still abstracting feature-type building to ease maintenance and evolutions. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 13/45: WIP(SQLStore): working on user SQL query execution. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 14/45: WIP(SQLStore): working on query feature set |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 15/45: WIP(SQLStore): working on query feature set: proper management of offset limit. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 16/45: feat(SQLStore): add partial support for distinct operator on SQL query |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 17/45: fix(SQLStore): fix checkstyle problems. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 18/45: fix(SQLStore): better handling of parallelization flag. Add a benchmark to test query spliterator flavors. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 19/45: WIP(SQLStore): improve benchmark and add javadoc |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 20/45: WIP(SQLStore): add javadoc, work on filter adaptation api. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 21/45: wip(SQLStore): fix style checking. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 22/45: wip(SQLStore): improve unit tests and minor cleanup. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 23/45: wip(SQLStore): First draft for SQL filter |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 24/45: WIP(SQLStore): Start geometric function implementation. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 25/45: WIP(SQLStore): work on bbox filter and conversion between envelope and geometry |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 26/45: wip(Feature): envelope to geometry |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 27/45: wip(Feature): Add unit tests for envelope to geometry operator. |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 28/45: feat(Feature): ends Envelope to geometry feature |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 29/45: WIP(Feature): start BBOX implementation |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 30/45: WIP(Feature): BBOX filter |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 31/45: fix(SQLStore): improve tests and checkstyle |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 32/45: feat(Feature): add naïve implementation of ST_Intersects |
Tue, 12 Nov, 16:44 |
ama...@apache.org |
[sis] 33/45: WIP(Feature): start adding CRS resolution strategy for filter operations. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 34/45: WIP(Feature): CRS matching for filters. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 35/45: WIP(Feature): test CRS checking in intersect operation. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 36/45: feat(SQLStore): improve query feature set to delegate count and subqueries to target database. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 37/45: fix(Add multiple fixes to handle filtering on SQL feature sets |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 38/45: fix(SQLStore): fix default bbox filter conversion to sql. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 39/45: refactor(SQLStore): prepare module for dialect specific syntax. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 40/45: feat(Feature): add minor functionality to convert arbitrary geometry to polygon |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 41/45: WIP(SQLStore): Add PostGIS support. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 42/45: WIP(SQLSotre): first functional draft for PostGIS geometry decoding. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 43/45: feat(SQLStore): Improve PostGIS geometry binding |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 44/45: fix(SQLStore): throw proper exception on an unsupported filter. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] 45/45: doc(SQLStore): add api doc about new components for SQL feature sets. |
Tue, 12 Nov, 16:45 |
ama...@apache.org |
[sis] branch refactor/sql-store updated (1eb8926 -> 71a39a3) |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 01/22: feat(SQL-Store): add support for limit, offset and distinct operations via SQL calls through java.util.Stream API |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 02/22: fix(SQLStore): fix connection auto-commit management for feature streaming. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 03/22: feat(SQL-Store): Add a feature set to execute custom SQL queries |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 04/22: fix(SQLStore): fix checkstyle problems. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 05/22: fix(SQLStore): better handling of parallelization flag. Add a benchmark to test query spliterator flavors. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 06/22: feat(SQLStore): First draft for conversion of OpenGIS Filter to SQL |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 07/22: feat(SQLStore): work on bbox filter and conversion between envelope and geometry |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 08/22: feat(Feature): Add a tool to convert envelopes to geometries |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 09/22: feat(Feature): add BBOX filter |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 10/22: fix(SQLStore): improve tests and checkstyle |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 11/22: feat(Feature): add naïve implementation of ST_Intersects |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 12/22: fix(Feature): Add CRS resolution strategy for filter operations. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 13/22: feat(SQLStore): improve query feature set to delegate count and subqueries to target database. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 14/22: refactor(SQLStore): prepare module for dialect specific syntax. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 15/22: feat(Feature): add minor functionality to convert arbitrary geometry to polygon |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 16/22: feat(SQLStore): Add partial PostGIS support : geometries and geographies. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 17/22: fix(SQLStore): throw proper exception on an unsupported filter. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 18/22: doc(SQLStore): add api doc about new components for SQL feature sets. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 19/22: fix(SQLStore): add tests for EWKB decoding. Fix multi-polygon reading. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 20/22: refactor(SQLStore): try to generify SQL geometry management. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 21/22: doc(SQLStore): minor cleanups + javadoc. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] 22/22: chore(*): add missing headers on source files. |
Thu, 14 Nov, 11:46 |
ama...@apache.org |
[sis] branch refactor/sql-store updated (71a39a3 -> 716f0b7) |
Fri, 15 Nov, 15:45 |
ama...@apache.org |
[sis] 01/04: Merge branch 'geoapi-4.0' into refactor/sql-store |
Fri, 15 Nov, 15:45 |
ama...@apache.org |
[sis] 02/04: fix(*): fix merge |
Fri, 15 Nov, 15:45 |
ama...@apache.org |
[sis] 03/04: refactor(Feature): Merge duplicate bbox and intersection operators (SQLMM and Filter encoding) |
Fri, 15 Nov, 15:45 |
ama...@apache.org |
[sis] 04/04: chore(Feature): add cross-CRS test for intersection operator. |
Fri, 15 Nov, 15:45 |
ama...@apache.org |
[sis] branch refactor/sql-store updated (716f0b7 -> 8bcba3d) |
Fri, 15 Nov, 15:53 |
ama...@apache.org |
[sis] 01/01: Merge branch 'geoapi-4.0' into refactor/sql-store |
Fri, 15 Nov, 15:53 |
ama...@apache.org |
[sis] branch refactor/sql-store updated (8bcba3d -> e8f3b11) |
Fri, 15 Nov, 16:45 |
ama...@apache.org |
[sis] 01/02: fix(CQL): fix bbox writing by avoiding deprecated methods. |
Fri, 15 Nov, 16:45 |
ama...@apache.org |
[sis] 02/02: fix(*): Fix version number inherited from private tag. |
Fri, 15 Nov, 16:45 |
ama...@apache.org |
[sis] branch geoapi-4.0 updated (173ab3a -> e8f3b11) |
Fri, 15 Nov, 16:50 |
ama...@apache.org |
[sis] branch geoapi-4.0 updated: fix(SQLStore): add missing origin table on SQL column definition. |
Wed, 27 Nov, 14:34 |
ama...@apache.org |
[sis] branch refactor/sql-store deleted (was e8f3b11) |
Wed, 27 Nov, 14:51 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: Close the data stores when ask to close them and when the application stop. |
Fri, 01 Nov, 13:56 |
desruisse...@apache.org |
[sis] branch geoapi-4.0 updated: When a resource is selected in the TreeView, update the MetadataOverview accordingly. |
Fri, 01 Nov, 16:44 |