Strabon

log

age author description
2013-05-18 Kallirroi Dogani SPARQL Endpoint Client: store operation supports now named graphs
2013-05-16 Panayiotis Smeros Merge.
2013-05-16 Panayiotis Smeros Updated Changelog.
2013-05-15 Konstantina Bereta updated changelog
2013-05-15 Konstantina Bereta started adding diffTime function. This function performs the difference between two literals of the xsd:time datatype. Currently works in the select clause of the query
2013-05-13 Panayiotis Smeros Removed link to connection.jsp from endpoint.
2013-05-12 Konstantina Bereta Forgot to add file and caused compilation errortemporals
2013-05-10 Konstantina Bereta it seems that if the TemporalJoinOptimizer is called before the spatialJoinOptimizer then the spatial and temporal joins can be executed with both of the orpimizers enables. More tests to be done.temporals
2013-05-10 Konstantina Bereta generalized spatialJoinOptimizer into an abstract class to be extended by the spatial and temporal optimizers respectively. There is a bug when the spatial and temporal optimizer operate on the same time, I have to fix thistemporals
2013-05-10 Konstantina Bereta updated ChangeLogtemporals
2013-05-10 Konstantina Bereta cloned behaviour of the SpatialJoinOptimizer to apply for the temporal case too, in order to avoid the production of cartesian products in temporal joinstemporals
2013-05-10 Kallirroi Dogani SPARQL Endpoint client: added store operation that stores data expressed as string
2013-05-10 Kallirroi Dogani added an important comment for sparql endpoint client
2013-05-10 Kallirroi Dogani added test for store operation of sparql endpoint client
2013-05-10 Kallirroi Dogani SPARQL Endpoint Client supports now the store operation from url. Virtuoso and parliament endpoints are not yet tested.
2013-05-09 Panayiotis Smeros Made jsp pages consistent.
2013-05-09 Konstantina Bereta fixed bug that is encountered when the fourth element of nquads is not a literaltemporals
2013-05-08 Konstantina Bereta merged queryWriting and updateRewriting methods. Now the queryRewriting method exists only, which is for temporal updates and queries. It is now placed in under the "utils" class and not in the runtime.generaldb.Strabon classtemporals
2013-05-08 Konstantina Bereta added "hasValidTime" property of strdf as constant in the vocabulary.temporals
2013-05-08 Konstantina Bereta updated changelogtemporals
2013-05-08 Konstantina Bereta same heretemporals
2013-05-08 Konstantina Bereta moved TemporalConstants to the respective "vocabulary" projecttemporals
2013-05-08 Panayiotis Smeros Reverted some old changes that were trying to fix the kml-visualization bug. Now this is not a bug. We have sextant!
2013-05-08 Konstantina Bereta some temporal tests fail because of a typo in the respective datasets. They should be completed though because some of them return an empty result settemporals
2013-05-08 Konstantina Bereta Forgot to update also the "hasValidTime" graph pattern in the update clause of the query when a temporal constant is encountered in the update clausetemporals
2013-05-08 Konstantina Bereta removed comments and made some tests. "insert [data]" clauses seem to work. UC works in updates as well. But it should be tested in more detail and the rewriting modules should be restructured.temporals
2013-05-08 Konstantina Bereta added HashTable to ensure that the constructed graph variables in the update and select clause that correspond to the same temporal literal are the sametemporals
2013-05-08 Konstantina Bereta misplaced bracket caused bugtemporals
2013-05-07 Konstantina Bereta initial version of the modified rewritter to support temporal updatestemporals
2013-05-01 Konstantina Bereta added utils class that contains method for rewriting update queries that contain quadstemporals
2013-05-04 Kostis Kyzirakos Added some information at the Postgres tuning section of the README file.
2013-05-03 Panayiotis Smeros Removed a test that failed with Jenkins. This happened because strdf:union returns GeometryCollections with a random order of geometries.
2013-05-03 Panayiotis Smeros Added relate query function test (DE-9IM intersection pattern for equality).
2013-05-03 Panayiotis Smeros Added srid-function, default-crs and empty wkt and gml literal test.
2013-05-02 Kallirroi Dogani updated ChangeLog
2013-05-01 Konstantina Bereta updated Changelogtemporals
2013-04-30 Stella Giannakopoulou added tests for strdf:union function
2013-04-30 Stella Giannakopoulou fixed typo
2013-04-30 Stella Giannakopoulou describe.jsp remembers the format
2013-04-30 Stella Giannakopoulou merge
2013-04-30 Stella Giannakopoulou addresses #38: added download button in describe.jsp
2013-04-29 Panayiotis Smeros Merge.
2013-04-29 Panayiotis Smeros Added Distance Test.
2013-04-29 Panayiotis Smeros Added Query Functions Test.
2013-04-29 Panayiotis Smeros Added Geometry Properties Test.
2013-04-29 Panayiotis Smeros Added Feature Properties Test.
2013-04-29 Panayiotis Smeros Added Geometry Class test.
2013-04-29 Panayiotis Smeros Updated Readme (command to run the tests).
2013-04-29 Stella Giannakopoulou one more test for strdf:distance
2013-04-29 Stella Giannakopoulou added ogc prefix in testsuite/src/test/resources/prefixes
2013-04-29 Konstantina Bereta added a nested query. A set of more complicated queries should be added. This is more important for the temporal component because the rewritting mechanism is subject to testing as well.temporals
2013-04-29 Konstantina Bereta added first set of tests on temporal operations. Please not that a temporally enabled database should be used, extended with the sql script that add the allen functions which are not supported by Postgres temporal.temporals
2013-04-28 Konstantina Bereta same heretemporals
2013-04-28 Konstantina Bereta did some refactoring and moved some queries in separate teststemporals
2013-04-26 Konstantina Bereta added some tests in the test suitetemporals
2013-04-19 Konstantina Bereta removed orig from repotemporals
2013-04-19 Konstantina Bereta minor updated to READMEtemporals
2013-04-29 Babis Nikolaou caught MalformedQueryException in QueryBean so as not to print the exception in the log (it is not a bug)
2013-04-28 Babis Nikolaou caught MalformedQueryException in QueryOp so as not to print the exception
2013-04-28 Kostis Kyzirakos Flipped the default behaviour of a build regarding testing.