Commit graph

5205 commits

Author SHA1 Message Date
brianjlowe
e4a8c4f102 move unit test to new location 2016-02-11 16:38:17 +02:00
brianjlowe
724d8df369 Merge branch 'writePerformance-1.8' into writePerformance 2016-02-11 16:30:19 +02:00
brianjlowe
64cfc4a370 improvements to RDFServiceGraph triple batching 2015-12-20 18:44:11 +02:00
brianjlowe
6e3a256596 fix to allow for batch handling of more complex SPARQL updates 2015-12-19 18:43:16 +02:00
brianjlowe
de9d40694f moving IndividualURIQueue to its new mavenized home 2015-12-14 20:00:30 +02:00
brianjlowe
01281d2034 Merge branch 'develop' into writePerformance
Conflicts:
	api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ABoxJenaChangeListener.java
	api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaChangeListener.java
	api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/ListeningGraph.java
2015-12-14 17:19:32 +02:00
brianjlowe
ce1ec1158f remove obsolete code 2015-12-13 14:09:56 +02:00
brianjlowe
ace972dd73 minor fixes 2015-12-12 23:27:36 +02:00
brianjlowe
17fab2894c misc. cleanup / minor fixes 2015-12-12 22:58:06 +02:00
brianjlowe
e85e8a4e22 remove obsolete import 2015-12-12 22:04:45 +02:00
brianjlowe
539bffd6bf change to listener interface to simplify things and avoid sharing the reasoner's individual queue between concurrent writing threads 2015-12-12 21:51:50 +02:00
brianjlowe
295ddbfad1 add/remove ABox portion of mixed RDF through RDFService 2015-12-11 20:37:56 +02:00
brianjlowe
d13fdf8124 bulk graph clear from ingest tools 2015-12-11 19:02:10 +02:00
brianjlowe
5ae16cf9e5 clean up / remove unneeded methods in SimpleReasoner 2015-12-11 17:35:03 +02:00
brianjlowe
f0992605ce passes sameAs unit tests 2015-12-10 18:34:54 +02:00
brianjlowe
a4649a7751 log level change 2015-12-09 22:10:00 +02:00
brianjlowe
6e99b1c707 reverting a small rearrangement of VClassGroupCache to avoid changing the unit test 2015-12-09 22:08:00 +02:00
brianjlowe
1a1606d6ff 5x speedup for add RDF via GUI; 25x speedup for SPARQL API writes. sameAs still needs fixing; will flunk tests. 2015-12-09 21:54:30 +02:00
Graham Triggs
8b1919e69b Merge branch 'feature/yasqe' of https://github.com/lawlesst/Vitro into lawlesst-feature/yasqe 2015-12-02 15:05:00 +00:00
Graham Triggs
a3b238f870 Merge branch 'browse-columns' of https://github.com/gneissone/Vitro into gneissone-browse-columns 2015-12-02 14:08:16 +00:00
Benjamin Gross
7c9cadd981 tweak index page initHeight and don't add (cont'd) text if there aren't any more classes to show 2015-12-01 17:21:52 -07:00
brianjlowe
dcfd95ca9d First rough steps at replacing SimpleReasoner's incremental mode with selective recomputing, for major improvement to RDF uploading speed. A few unit tests related to retraction with sameAs aren't passing yet. 2015-11-23 20:47:40 +02:00
Graham Triggs
f5b0494e3c Maven (second draft) 2015-11-20 21:21:11 +00:00
Graham Triggs
e1ff94ccaf Maven migration (first draft) 2015-11-19 23:47:12 +00:00
Ted Lawless
4808367ed5 Add YASQE - allows for syntax highlighting and prefix autocompletion. 2015-11-12 13:56:53 -05:00
Graham Triggs
3157b0941c Fix to regular expression replacement 2015-11-09 18:41:57 +00:00
Graham Triggs
dd76bb73a4 Faster Graph query for sprawl interface; add caching as it is still quite slow 2015-11-06 11:15:39 +00:00
grahamtriggs
cc300bf419 Minor correction to the range test in the form for choosing the title. 2015-11-04 16:23:27 +00:00
grahamtriggs
15bc18b69a Allow SPRAQL endpoint to have credentials on read as well as write; update Virtuoso normalisation of types 2015-11-04 11:03:07 +00:00
grahamtriggs
817e90716c [VIVO-1122] Fix to the way resources are consumed in the SPARQL clients, so that it doesn't leak / tie up HTTP connections. 2015-11-03 01:19:38 +00:00
grahamtriggs
046d445639 Enable new visualisations by default 2015-11-02 18:32:26 +00:00
grahamtriggs
6a4dfbb43f [VIVO-1031] Faster list filtering (for large lists) 2015-11-02 10:29:54 +00:00
grahamtriggs
c8818932a4 [VIVO-1031] Minor cleanup 2015-10-31 22:19:27 +00:00
grahamtriggs
a5084a614c Remove last use of graph wrapper from reinferencer 2015-10-31 19:01:51 +00:00
grahamtriggs
25874449dd Replace the other instance where the reinferencer was going through a serialisation that could easily be a direct write into a model. 2015-10-31 14:41:56 +00:00
grahamtriggs
1832bba831 [VIVO-1031] Minor improvements to remove RDFServiceGraph usage from reinferencer. 2015-10-31 14:13:44 +00:00
grahamtriggs
5d6f4dada7 [VIVO-1031] Small caching layer in the ABoxRecomputer to reduce overhead of continually querying for the same type information. 2015-10-31 12:46:45 +00:00
grahamtriggs
11ce991913 Tweak to UI to get correct select text appearing 2015-10-30 23:11:33 +00:00
grahamtriggs
3bff514d97 Remove redundant stream object 2015-10-30 16:20:29 +00:00
grahamtriggs
c0f482344d [VIVO-1068] Hide SPARQL Query Builder 2015-10-23 16:30:33 +01:00
grahamtriggs
efd431a332 Minor code cleanup 2015-10-23 15:26:18 +01:00
grahamtriggs
31898440f3 [VIVO-1115] Pass properties from the config to enable AltMetric badges 2015-10-22 15:27:05 +01:00
grahamtriggs
d6c8d05018 Extension point to allow text to be inserted before the header 2015-10-22 08:33:30 +01:00
grahamtriggs
5cdbd6cf37 Add style for use in edit pages 2015-10-20 13:25:39 +01:00
grahamtriggs
acae9bbf94 [VIVO-1079] Fix debugging problem when not using constructed models 2015-10-20 10:40:55 +01:00
grahamtriggs
34d78a9463 [VIVO-1031] Use consumer interface for most ResultSets 2015-10-19 17:16:09 +01:00
grahamtriggs
39b0d2e6bd [VIVO-1031] Add methods to process construct / select queries without buffering / translating through streams. 2015-10-17 22:03:12 +01:00
grahamtriggs
db0bb6a5e6 [VIVO-1031] Always execute SDB queries against the dataset and not the default model 2015-10-15 22:58:48 +01:00
grahamtriggs
48790b7525 Update TinyMCE to 3.5.3, enable stripping of Word styles on paste 2015-10-14 22:17:16 +01:00
grahamtriggs
83404c2c80 [VIVO-1075] Get Literal and Integer from count RDFNode rather than a toString/parseInt which fails if there is a type present. 2015-10-14 07:54:48 +01:00