cdmlib.git
9 years agoactivating the swagger rest service documentation by reverting the revertion of the...
Andreas Kohlbecker [Fri, 23 Jan 2015 11:40:19 +0000 (11:40 +0000)]
activating the swagger rest service documentation by reverting the revertion of the premature committed experimental branch (swagger) svn: r21387, git: be528c1edf

9 years agoupdating documnetation
Andreas Kohlbecker [Fri, 23 Jan 2015 11:40:04 +0000 (11:40 +0000)]
updating documnetation

9 years ago - fixed potential NPE
Patric Plitzner [Fri, 23 Jan 2015 10:35:05 +0000 (10:35 +0000)]
 - fixed potential NPE

9 years ago - added option to specify a URI for the import report to write it to a file
Patric Plitzner [Fri, 23 Jan 2015 09:50:56 +0000 (09:50 +0000)]
 - added option to specify a URI for the import report to write it to a file

9 years ago - add taxon name instead of taxon for determination
Patric Plitzner [Fri, 23 Jan 2015 08:07:08 +0000 (08:07 +0000)]
 - add taxon name instead of taxon for determination
 - refactored taxon search
  - 1. search for taxon name (create if not found)
  - 2. search with taxon name for taxon (create if not found)
 - added basic reporting functionality to import

9 years ago - fixed typo
Patric Plitzner [Fri, 23 Jan 2015 07:55:05 +0000 (07:55 +0000)]
 - fixed typo

9 years agofix NPE in findByIdentifier controller method
Andreas Müller [Fri, 23 Jan 2015 00:29:51 +0000 (00:29 +0000)]
fix NPE in findByIdentifier controller method

9 years agomissing persistence changes for findByIdentifier
Andreas Müller [Thu, 22 Jan 2015 15:47:08 +0000 (15:47 +0000)]
missing persistence changes for findByIdentifier

9 years ago - added two methods to find/create names and taxa
Patric Plitzner [Thu, 22 Jan 2015 15:11:23 +0000 (15:11 +0000)]
 - added two methods to find/create names and taxa
 - fixed double creation of sub species

9 years ago - added "else if" to avoid unnecessary checking
Patric Plitzner [Thu, 22 Jan 2015 15:05:54 +0000 (15:05 +0000)]
 - added "else if" to avoid unnecessary checking

9 years agofix findByIdentifier failing test
Andreas Müller [Thu, 22 Jan 2015 13:27:38 +0000 (13:27 +0000)]
fix findByIdentifier failing test

9 years agolatest changes for findByIdentifier service
Andreas Müller [Thu, 22 Jan 2015 10:40:49 +0000 (10:40 +0000)]
latest changes for findByIdentifier service

9 years agochange methodName fix for findByIdentier service
Andreas Müller [Thu, 22 Jan 2015 10:27:44 +0000 (10:27 +0000)]
change methodName fix for findByIdentier service

9 years ago - increased code readability
Patric Plitzner [Thu, 22 Jan 2015 09:16:34 +0000 (09:16 +0000)]
 - increased code readability

9 years agoimprove and rename findByIdentifier service
Andreas Müller [Wed, 21 Jan 2015 16:31:46 +0000 (16:31 +0000)]
improve and rename findByIdentifier service

9 years agofix MatchMode.prepend bug
Andreas Müller [Wed, 21 Jan 2015 15:50:52 +0000 (15:50 +0000)]
fix MatchMode.prepend bug

9 years ago - added parameter for each deduplication (references, classifications)
Patric Plitzner [Wed, 21 Jan 2015 13:12:21 +0000 (13:12 +0000)]
 - added parameter for each deduplication (references, classifications)

9 years ago - added ABCD import paramater "skipDeduplication"
Patric Plitzner [Wed, 21 Jan 2015 13:08:14 +0000 (13:08 +0000)]
 - added ABCD import paramater "skipDeduplication"

9 years ago - avoid duplicating the default "ABCD classic" reference for every single imported...
Patric Plitzner [Wed, 21 Jan 2015 09:25:57 +0000 (09:25 +0000)]
 - avoid duplicating the default "ABCD classic" reference for every single imported unit

9 years agoremoved vaadin webapp dirs
Cherian Mathew [Mon, 19 Jan 2015 15:33:52 +0000 (15:33 +0000)]
removed vaadin webapp dirs

9 years agoremoved vaadin references
Cherian Mathew [Mon, 19 Jan 2015 15:29:19 +0000 (15:29 +0000)]
removed vaadin references

9 years agoremoved references to vaadin and updated servlet scope to provided
Cherian Mathew [Mon, 19 Jan 2015 15:23:16 +0000 (15:23 +0000)]
removed references to vaadin and updated servlet scope to provided

9 years agopom.xml : added maven dependency goal to unpack the corresponding cdm-vaadin war...
Cherian Mathew [Mon, 19 Jan 2015 15:19:34 +0000 (15:19 +0000)]
pom.xml : added maven dependency goal to unpack the corresponding cdm-vaadin war into a directory in the target dir and added this directory as a resource when building the cdmlib-remote-webapp war
pom.xml, applicationContext.xml, cdmlib-remote-servlet.xml, web.xml, SpringMVCConfig.java : removed references to Vaadin
jetty.xml : changed configuration to be compatible with jetty 9
cdmlib-remote-servlet : added profile to switch on / off remoting depending on vm argument
src/main/webapp/VAADIN : removed vaadin webapp dir

9 years agoremoved references to vaadin in pom file
Cherian Mathew [Mon, 19 Jan 2015 14:49:47 +0000 (14:49 +0000)]
removed references to vaadin in pom file
removed vaadin classes as they have been migrated to cdm-vaadin project

9 years agoremove some javadocs
Andreas Müller [Mon, 19 Jan 2015 13:24:05 +0000 (13:24 +0000)]
remove some javadocs

9 years ago - added gathering date and elevation to ABCD import
Patric Plitzner [Fri, 16 Jan 2015 15:14:42 +0000 (15:14 +0000)]
 - added gathering date and elevation to ABCD import

9 years ago - use classification uuid to load classification if it exists in the data source
Patric Plitzner [Fri, 16 Jan 2015 10:03:50 +0000 (10:03 +0000)]
 - use classification uuid to load classification if it exists in the data source

9 years ago - cleaned up code
Patric Plitzner [Fri, 16 Jan 2015 08:17:30 +0000 (08:17 +0000)]
 - cleaned up code

9 years ago - refactored getFieldUnits()
Patric Plitzner [Thu, 15 Jan 2015 15:07:00 +0000 (15:07 +0000)]
 - refactored getFieldUnits()

9 years ago - added null check and host check to avoid exceptions (fixes #4587)
Patric Plitzner [Thu, 15 Jan 2015 13:21:21 +0000 (13:21 +0000)]
 - added null check and host check to avoid exceptions (fixes #4587)

9 years agoadd transactional to listByIdentifier service
Andreas Müller [Mon, 12 Jan 2015 15:04:34 +0000 (15:04 +0000)]
add transactional to listByIdentifier service

9 years agofixed required parameter setting
Alexander Oppermann [Mon, 12 Jan 2015 14:17:28 +0000 (14:17 +0000)]
fixed required parameter setting

9 years agoImplemented REST Controller for listByIdentifier service method
Alexander Oppermann [Mon, 12 Jan 2015 13:46:20 +0000 (13:46 +0000)]
Implemented REST Controller for listByIdentifier service method

9 years agoremove imports
Andreas Müller [Fri, 9 Jan 2015 14:23:06 +0000 (14:23 +0000)]
remove imports

9 years agominor
Andreas Müller [Fri, 9 Jan 2015 13:48:11 +0000 (13:48 +0000)]
minor

9 years agoswitch on IPNI tests
Andreas Müller [Fri, 9 Jan 2015 12:54:19 +0000 (12:54 +0000)]
switch on IPNI tests

9 years agoswitch off validation
Andreas Müller [Thu, 8 Jan 2015 21:40:04 +0000 (21:40 +0000)]
switch off validation

9 years agoadding ISelfDescriptive from validation branch
Andreas Müller [Thu, 8 Jan 2015 16:03:29 +0000 (16:03 +0000)]
adding ISelfDescriptive from validation branch

9 years agorename abstract class
Andreas Müller [Thu, 8 Jan 2015 15:43:18 +0000 (15:43 +0000)]
rename abstract class

9 years agorename abstract class
Andreas Müller [Thu, 8 Jan 2015 15:40:37 +0000 (15:40 +0000)]
rename abstract class

9 years agomerge cdmlib-persistence from validation branch to trunk
Andreas Müller [Thu, 8 Jan 2015 15:36:39 +0000 (15:36 +0000)]
merge cdmlib-persistence from validation branch to trunk

9 years agomerge cdmlib-service from validation branch to trunk
Andreas Müller [Thu, 8 Jan 2015 15:34:16 +0000 (15:34 +0000)]
merge cdmlib-service from validation branch to trunk

9 years agomerge cdmlib-remote from validation branch to trunk
Andreas Müller [Thu, 8 Jan 2015 15:30:39 +0000 (15:30 +0000)]
merge cdmlib-remote from validation branch to trunk

9 years agomerge cdmlib-print from validation branch to trunk
Andreas Müller [Thu, 8 Jan 2015 15:30:11 +0000 (15:30 +0000)]
merge cdmlib-print from validation branch to trunk

9 years agomerge cdmlib-io from validation branch to trunk
Andreas Müller [Thu, 8 Jan 2015 15:29:28 +0000 (15:29 +0000)]
merge cdmlib-io from validation branch to trunk

9 years agomerge cdmlib-ext from validation branch to trunk
Andreas Müller [Thu, 8 Jan 2015 15:28:33 +0000 (15:28 +0000)]
merge cdmlib-ext from validation branch to trunk

9 years agomerge cdmlib-commons from validatioin to branch
Andreas Müller [Thu, 8 Jan 2015 15:27:29 +0000 (15:27 +0000)]
merge cdmlib-commons from validatioin to branch

9 years agoremove imports
Andreas Müller [Thu, 8 Jan 2015 15:01:49 +0000 (15:01 +0000)]
remove imports

9 years agocorrect logger info
Andreas Müller [Thu, 8 Jan 2015 14:59:44 +0000 (14:59 +0000)]
correct logger info

9 years agoVocEnum
Andreas Müller [Thu, 8 Jan 2015 14:30:08 +0000 (14:30 +0000)]
VocEnum

9 years agominor
Andreas Müller [Thu, 8 Jan 2015 11:27:09 +0000 (11:27 +0000)]
minor

9 years agofirst tests for listByIdentifier
Andreas Müller [Thu, 8 Jan 2015 10:46:19 +0000 (10:46 +0000)]
first tests for listByIdentifier

9 years agoremove imports
Andreas Müller [Wed, 7 Jan 2015 23:21:44 +0000 (23:21 +0000)]
remove imports

9 years agofactory method for Identifier Type
Andreas Müller [Wed, 7 Jan 2015 18:45:26 +0000 (18:45 +0000)]
factory method for Identifier Type

9 years agolabels for some TermTypes
Andreas Müller [Wed, 7 Jan 2015 18:44:54 +0000 (18:44 +0000)]
labels for some TermTypes

9 years agofirst untested version for findByIdentifier #4594
Andreas Müller [Wed, 7 Jan 2015 18:36:27 +0000 (18:36 +0000)]
first untested version for findByIdentifier  #4594

9 years agoupdate javadoc and Override in IdentifiableServiceBase
Andreas Müller [Wed, 7 Jan 2015 17:57:49 +0000 (17:57 +0000)]
update javadoc and Override in IdentifiableServiceBase

9 years ago(no commit message)
Katja Luther [Tue, 6 Jan 2015 12:33:37 +0000 (12:33 +0000)]

9 years agoavoid NPE in ImageInfo loading #4587
Andreas Müller [Tue, 6 Jan 2015 12:21:10 +0000 (12:21 +0000)]
avoid NPE in ImageInfo loading #4587

9 years agominor
Andreas Müller [Wed, 17 Dec 2014 15:20:19 +0000 (15:20 +0000)]
minor

9 years agoadd getter and setter for reverse complement
Andreas Müller [Wed, 17 Dec 2014 12:46:53 +0000 (12:46 +0000)]
add getter and setter for reverse complement

9 years agominor
Andreas Müller [Wed, 17 Dec 2014 12:13:04 +0000 (12:13 +0000)]
minor

9 years agoadd xslx test in io
Andreas Müller [Tue, 16 Dec 2014 20:29:34 +0000 (20:29 +0000)]
add xslx test in io

9 years agominor
Andreas Müller [Tue, 16 Dec 2014 20:05:44 +0000 (20:05 +0000)]
minor

9 years ago - added comment
Patric Plitzner [Tue, 16 Dec 2014 14:16:58 +0000 (14:16 +0000)]
 - added comment

9 years ago - fixed deep delete recursion bug
Patric Plitzner [Tue, 16 Dec 2014 14:11:19 +0000 (14:11 +0000)]
 - fixed deep delete recursion bug
 - fixed tests

9 years ago - extracted deepDelete tests to own java class
Patric Plitzner [Tue, 16 Dec 2014 09:32:37 +0000 (09:32 +0000)]
 - extracted deepDelete tests to own java class
 - reduced exception logged in DeleteResult

9 years agodisabling dependencyLocationsEnabled option of the maven-project-info-reports-plugin...
Andreas Kohlbecker [Mon, 15 Dec 2014 21:19:23 +0000 (21:19 +0000)]
disabling dependencyLocationsEnabled option of the maven-project-info-reports-plugin to speed up site building

9 years agorefactor validation classes
Andreas Müller [Mon, 15 Dec 2014 17:25:26 +0000 (17:25 +0000)]
refactor validation classes

9 years agominor
Andreas Müller [Mon, 15 Dec 2014 16:58:22 +0000 (16:58 +0000)]
minor

9 years agosite-delpoy chmod = false
Andreas Kohlbecker [Mon, 15 Dec 2014 14:46:42 +0000 (14:46 +0000)]
site-delpoy chmod = false

9 years agoadd original label info to specimen facade #4218, #4565
Andreas Müller [Mon, 15 Dec 2014 12:52:10 +0000 (12:52 +0000)]
add original label info to specimen facade  #4218, #4565

9 years ago[maven-release-plugin] prepare for next development iteration
edit-jenkins [Mon, 15 Dec 2014 12:46:14 +0000 (12:46 +0000)]
[maven-release-plugin] prepare for next development iteration

9 years ago[maven-release-plugin] prepare release cdmlib-parent-3.4.0 root/tags/cdmlib/cdmlib-parent-3.4.0 cdmlib-parent-3.4.0
edit-jenkins [Mon, 15 Dec 2014 12:46:09 +0000 (12:46 +0000)]
[maven-release-plugin] prepare release cdmlib-parent-3.4.0

9 years ago - fully implemented deep delete (child derivates)
Patric Plitzner [Mon, 15 Dec 2014 12:00:37 +0000 (12:00 +0000)]
 - fully implemented deep delete (child derivates)
 - added tests

9 years agominor
Andreas Müller [Mon, 15 Dec 2014 11:46:09 +0000 (11:46 +0000)]
minor

9 years agoadd username, groupname and GrantedAuthority deduplication #4102
Andreas Müller [Mon, 15 Dec 2014 11:29:32 +0000 (11:29 +0000)]
add username, groupname and GrantedAuthority deduplication #4102

9 years agoturning java code level back to 1.6 to investigate existing problems
Andreas Kohlbecker [Mon, 15 Dec 2014 10:26:07 +0000 (10:26 +0000)]
turning java code level back to 1.6 to investigate existing problems

9 years agomore logging output
Andreas Kohlbecker [Mon, 15 Dec 2014 10:22:05 +0000 (10:22 +0000)]
more logging output

9 years agotypo
Andreas Kohlbecker [Mon, 15 Dec 2014 10:21:57 +0000 (10:21 +0000)]
typo

9 years agoadd poi-ooxml and upgrade to 3.10-FINAL
Andreas Müller [Fri, 12 Dec 2014 16:47:09 +0000 (16:47 +0000)]
add poi-ooxml and upgrade to 3.10-FINAL

9 years agominor
Andreas Müller [Fri, 12 Dec 2014 15:50:45 +0000 (15:50 +0000)]
minor

9 years agojavadoc for Amplification and AmplificationResult
Andreas Müller [Fri, 12 Dec 2014 15:25:16 +0000 (15:25 +0000)]
javadoc for Amplification and AmplificationResult

9 years agominor
Andreas Müller [Fri, 12 Dec 2014 14:59:26 +0000 (14:59 +0000)]
minor

9 years agoadded unit test for derived unit facade with parent but no field unit #4532
Andreas Müller [Fri, 12 Dec 2014 13:17:42 +0000 (13:17 +0000)]
added unit test for derived unit facade with parent but no field unit #4532

9 years ago - implemented isDeletable() and delete()
Patric Plitzner [Fri, 12 Dec 2014 08:41:39 +0000 (08:41 +0000)]
 - implemented isDeletable() and delete()
 - fixed test XML files and tests

9 years agofix Occurrence test
Andreas Müller [Thu, 11 Dec 2014 23:50:24 +0000 (23:50 +0000)]
fix Occurrence test

9 years ago - added isDeleteMolecularData flag to configurator
Patric Plitzner [Thu, 11 Dec 2014 20:35:55 +0000 (20:35 +0000)]
 - added isDeleteMolecularData flag to configurator

9 years ago - use labelCache instead of description for amplification labeling
Patric Plitzner [Thu, 11 Dec 2014 20:35:04 +0000 (20:35 +0000)]
 - use labelCache instead of description for amplification labeling

9 years ago - change visibility of createTestDataSet to public
Patric Plitzner [Thu, 11 Dec 2014 20:34:10 +0000 (20:34 +0000)]
 - change visibility of createTestDataSet to public

9 years ago - change visibility of createTestDataSet to public
Patric Plitzner [Thu, 11 Dec 2014 20:32:35 +0000 (20:32 +0000)]
 - change visibility of createTestDataSet to public

9 years agotest for Amplification labelCache
Andreas Müller [Thu, 11 Dec 2014 15:29:15 +0000 (15:29 +0000)]
test for Amplification labelCache

9 years ago - organized imports
Patric Plitzner [Thu, 11 Dec 2014 15:07:52 +0000 (15:07 +0000)]
 - organized imports

9 years agoimplement Amplification.labelCache generation
Andreas Müller [Thu, 11 Dec 2014 15:02:30 +0000 (15:02 +0000)]
implement Amplification.labelCache generation

9 years ago - added cascade saving for amplification result
Patric Plitzner [Thu, 11 Dec 2014 14:51:04 +0000 (14:51 +0000)]
 - added cascade saving for amplification result
 - made constructor protected to avoid JavaAssistEnhancementException

9 years agodoc
Andreas Müller [Thu, 11 Dec 2014 14:30:45 +0000 (14:30 +0000)]
doc

9 years agohandle duplicates in identifier list
Andreas Müller [Thu, 11 Dec 2014 14:29:11 +0000 (14:29 +0000)]
handle duplicates in identifier list

9 years agominor
Andreas Müller [Thu, 11 Dec 2014 12:44:01 +0000 (12:44 +0000)]
minor

9 years agoupdated webapp h2 test database
Andreas Müller [Thu, 11 Dec 2014 12:39:59 +0000 (12:39 +0000)]
updated webapp h2 test database

9 years agominor
Andreas Müller [Wed, 10 Dec 2014 23:11:31 +0000 (23:11 +0000)]
minor