Commit graph

14 commits

Author SHA1 Message Date
Ralph O'Flinn
45962da0b4
Merge pull request #87 from awoods/vivo-1600
[VIVO-1600] Add ElasticSmokeTest
2018-11-03 01:35:53 -05:00
Andrew Woods
8a68ef8a3d [VIVO-1592] Remove embedded Solr (#83)
* Remove embedded Solr

Related to: https://jira.duraspace.org/browse/VIVO-1592

* Fix merge conflict in pom.xml files

Related to https://jira.duraspace.org/browse/VIVO-1592
2018-10-17 22:36:30 -04:00
Andrew Woods
571609173c Add ElasticSmokeTest
Resolves: https://jira.duraspace.org/browse/VIVO-1600
2018-09-26 16:37:59 -04:00
Jim Blake
3829f48b0b VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#60)
* VIVO-1246 improve the ConfigurationBeanLoader:

Add cardinality parameters minOccurs and maxOccurs
Create README.md document in the edu.cornell.mannlib.vitro.webapp.utils.configuration package
Split large class of unit tests into separate classes by functionality

* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.

Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.

* VIVO-1246 Move unit tests to the new location.

* VIVO-1246 The documentation was in the wrong place.

* Ignore all /bin/ directories under eclipse

* First set of unit tests, along with enhancements to the stubs.

* Clean up the unit tests with more expressive power.

* VIVO-1319 Full tests on the controller output formats.

* Create a Jackson-based quote(), to replace the net.sf.json-based quote()

* Eliminate the use of net.sf.json.util.JSONUtils

* Use Jackson JSON library instead of net.sf.json

JSONNode, JSONArray, JSONObject become JsonNode, ArrayNode, and ObjectNode.
No direct replacement for HSONSerializer, so create JacksonUtils

Some of the message signatures are different, so adjust accordingly.
2017-05-22 19:42:10 +01:00
Jim Blake
9cd5a1329a VIVO-1248 extend SparqlQueryRunner, and combine with older attempts. (#45)
* Ignore artifacts that Eclipse creates.

* VIVO-1248 Create the utils.sparqlrunner package.

This is a merge of most of the edu.cornell.mannlib.vitro.webapp.utils.sparql package with
edu.cornell.mannlib.vitro.webapp.utils.SparqlQueryRunner

Remove the references to those classes.

* VIVO-1248 extend SparqlQueryRunner, and combine with older attempts.
2017-01-03 13:16:22 -05:00
Graham Triggs
5e0329908c Update .gitignore 2015-11-19 23:40:55 +00:00
grahamtriggs
615a531de4 .gitignore project files 2015-09-30 20:45:17 +01:00
Jim Blake
06be40e699 First cut at the SDB - TDB converter: fails on large models (>2M triples) 2014-07-21 17:37:02 -04:00
Jim Blake
10461fb16d VIVO-801 Move RDB migrator from VIVO to Vitro
Older instances of Vitro might want to use it.
2014-06-18 17:33:57 -04:00
Jim Blake
afa0c0a15e VIVO-742 a first stab at Solr integration tests
To replace SolrQueryTest unit test.
2014-05-15 18:12:21 -04:00
j2blake
c2a1195fec VIVO-2 Modify the build so installers can create a container-neutral VIVO.
Split deploy.properties into build.properties and runtime.properties, with runtime.properties going into the Vitro home directory. Modify ConfigurationProperties to locate the Vitro home directory, either by System property or JNDI Environment variable, or from build.properties, and to read from both build.properties and runtime.properties. Revise the install and upgrade documents for VIVO and Vitro. Change comments and error messages that referred to deploy.properties by name. Change vitro.home.directory to vitro.home
2013-01-16 14:54:33 -05:00
hudajkhan
f26d353b1c Adding EditRequestAJAXController to web.xml
Also updating .gitignore so .build items don't show up
2012-11-09 09:49:09 -05:00
j2blake
bfa37bf201 Add to the .gitignore file 2012-11-02 11:32:49 -04:00
j2blake
89eea4deae Ignore Eclipse artifact files like .project and .classpath and /bin 2012-10-30 16:22:50 -04:00