Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
da3cc7e3 08/24/2015 05:17 PM Cherian Mathew

Correct properties file load and server info test

15a62a24 08/24/2015 11:58 AM Cherian Mathew

#4073 Initial implementation of local cdm-server

43527305 08/06/2015 04:01 PM Cherian Mathew

#5130 Extend import wizards to import data via remoting and Add tests for the same

26d19e4f 08/04/2015 06:34 PM Cherian Mathew

#5129 Extend export ui for remoting

1ac5db02 07/28/2015 03:47 PM Cherian Mathew

Correct test method call

65e3bf45 07/23/2015 02:45 PM Cherian Mathew

Add access to service cacher

5a49a28f 07/23/2015 01:54 PM Cherian Mathew

#4932 Remove autowired members, Use serliaised cdm model map

568f7fa0 07/21/2015 01:10 PM Cherian Mathew

Set security context for tests

6a3c8a34 07/21/2015 10:42 AM Cherian Mathew

Correct tests to account for change in cache loader mechanism

52c57094 07/20/2015 07:04 PM Cherian Mathew

Fix duplicate entity issue with newly created cdm entities

c93b5f35 07/20/2015 03:37 PM Cherian Mathew

Use new find method with update

ac1f29b5 07/10/2015 04:47 PM Cherian Mathew

Add method to sessionOwner objects to fine tune performance using property paths

8c8ead8a 07/10/2015 11:23 AM Cherian Mathew

Update ICdmEntitySessionEnabled to no longer extend ICdmChangeListener

f4e49b08 07/07/2015 11:23 AM Cherian Mathew

#5054 Update test for checking terms update

1175f901 07/03/2015 06:25 PM Cherian Mathew

#5054 Update Term Editor to be remoting compatible

bb1997d0 07/03/2015 11:44 AM Cherian Mathew

#5054 Integrate remoting session in Term Editor

This commit also fixes a loading bug in the CdmServiceCacher, adds a test for creating term vocabulary and adapts to the change in the save call (#5056)

75291bc4 06/29/2015 03:21 PM Cherian Mathew

Rename classes according to convention

91a8d98c 06/29/2015 02:31 PM Cherian Mathew

#5009 Add operations and corresponding tests for delete / update nodes actions

#5009 : missed in last commit

fc14119f 06/29/2015 02:31 PM Cherian Mathew

#5009 Correct test and test data

986bf16c 06/29/2015 02:31 PM Cherian Mathew

#5009 Add delete handler / operation for polytomous key view with corresponding test class

bb2ee826 06/29/2015 12:47 PM Cherian Mathew

Move xml validation to base test class

971b7c3a 06/29/2015 11:24 AM Cherian Mathew

Remove manual session creation and re-enable failing tests

43854311 06/29/2015 11:14 AM Cherian Mathew

Ignore failing tests to check if other tests fail

90dae518 06/29/2015 10:40 AM Cherian Mathew

Add logs to debug test issue on integration jenkins

0cf0b572 06/26/2015 10:41 PM Cherian Mathew

Fix test by making sure that all entities are loaded in sessions

8a0d251d 06/26/2015 06:04 PM Cherian Mathew

Remove unnecessary call to session debugger

0a7bd050 06/26/2015 05:09 PM Cherian Mathew

#5034 Add tests for handler / operations architecture

Fix test

112716b9 06/26/2015 03:12 PM Cherian Mathew

Fix LanguageString issue with test data

bdde50e7 06/26/2015 11:34 AM Cherian Mathew

Move test classes to right packages

44acc7e5 06/26/2015 11:20 AM Cherian Mathew

#5028,#5032 Add implementation and use of new test service and Set http invoker read timeout to 0 (never )

4cea6554 06/25/2015 03:34 PM Cherian Mathew

Fix remaining test erros for collection call changes from #5031

e09f9c40 06/25/2015 02:46 PM Cherian Mathew

#5031 Update remoting code to be compatible with new common service collection calls

ea7b7584 06/24/2015 05:42 PM Cherian Mathew

#5025 : Implement load of UpdateResult using new cdm entity identifier

19a8bfe7 06/24/2015 09:40 AM Cherian Mathew

Merge branch 'develop' of wp5.e-taxonomy.eu:/var/git/taxeditor into remoting-4.0

Conflicts:
eu.etaxonomy.taxeditor.cdmlib/.classpath
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.cdmlib/build.properties

3237a360 06/24/2015 09:26 AM Cherian Mathew

Enable tests again

698cfb0e 06/24/2015 09:06 AM Cherian Mathew

#4074 : Fix initialisation, use and disposal of mocke session owner

e62f0e9d 06/23/2015 06:13 PM Cherian Mathew

Fix initialisation of mock session owner

b13da0b9 06/22/2015 04:58 PM Cherian Mathew

#5007 : Add remoting handler / operations for the taxon navigator

83a1a479 06/19/2015 03:20 PM Cherian Mathew

TaxonNavigator : added refresh of navigator on data change
TaxonNavigatorLabels : new interface with label strings used by taxon navigator handlers
RemotingChangeAcceptedTaxonToSynonymHandler : using TaxonNavigatorLabels
RemotingMoveFactualDataHandler : remoting version of move factual data handler...

ae7e2680 06/19/2015 10:43 AM Cherian Mathew

ICdmDataChangeService, CdmUIDataChangeService, CdmDataChangeService : added new data change service with different services for the ui and non-ui states
CdmApplicationState, CdmStore : added data change service to app state
CdmChangeEvent, ICdmChangeListener : added change listener and even to fire in case of data changes...

c6ee1b2a 06/18/2015 02:08 PM Cherian Mathew

removed programmatic log level setting

a622e4c0 06/18/2015 01:55 PM Cherian Mathew

corrected remote source to use initialzed cdm server

0fd7ff08 06/18/2015 11:28 AM Cherian Mathew

CdmRemoteSourceBase : using user service for db checks
httpInvokerServiceClients.xml : updated database service config
HttpInvokerServicesTest : added polytomous key service ping
server.properties : added back server properties file

04f2494e 06/18/2015 09:45 AM Cherian Mathew

CdmApplicationState:New class to handle application state
CdmStore, BaseRemotingTest : using new application state class
TaxonNavigatorTest : ignoring test for now
TaxonNavigatorTest : increased max memory for jetty

e70b1617 06/16/2015 10:18 AM Cherian Mathew

eu.etaxonomy.taxeditor.cdmlib/.classpath,MANIFEST.MF : removed cdm-server jar from classpath
OperationTestBase, TaxonNameEditorTest, : refactoring
MockConversationEnabled : class to mock interface IConversationEnabled
TaxonNavigatorTest (.xml) : added test + data...

5c781bd3 06/12/2015 03:01 PM Cherian Mathew

BaseRemotingTest, RemotingSessionAwareTest : made abstract since there are not runnable tests
CdmEntitySessionManagerTest (.xml) : fixed test data

df390232 06/12/2015 02:29 PM Cherian Mathew

RemotingSessionAwareTest : added new class which handles pre-config of test classes which require a session
*Test.java : set super class to RemotingSessionAwareTest
*.xml : removed DefinedTermBase entites from datasets so that the terms are not deleted
ServiceInterceptorTest : correction

115e458f 06/11/2015 05:50 PM Cherian Mathew

fixed issues with resource loading for maven int tests

608f7100 06/11/2015 10:50 AM Cherian Mathew

corrected merge to latest snapshot version
updated hibernate config file and test db
setup testing framework with jetty and maven

f6827fd7 06/03/2015 02:38 PM Cherian Mathew

reset swtbot dependencies and set all swtbot tests to ignore for the moment

b3523e34 06/03/2015 01:59 PM Cherian Mathew

forgot to add in last commit

93b0eb6b 06/03/2015 01:56 PM Cherian Mathew

eu.etaxonomy.taxeditor.cdmlib/.classpath, eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF, eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF : moved test jars to test project
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF : added packages required by test project to exported package list...

f4142aa7 05/27/2015 05:54 PM Cherian Mathew

cdmlib-ehcache : removed disk based cache manager since the hb config is now cached in memory
CdmApplicationRemoteController, CdmModelCacher, CdmRemoteCacheManager, CdmModelGetMethodCacherTest : running the hibernate config load in separate thread
CdmTransientEntityCacher, EntityCacherDebugResult, CdmStore, SessionsViewPart: refactoring...

95b6f6f5 05/27/2015 02:07 PM Cherian Mathew

CdmApplicationRemoteController : refactoring code to simplify application context loading and making it performant
CdmModelCacher : removed unused method
CdmRemoteCacheManager : moved cache from disk to memory
httpInvokerServiceClients : lazy initializing all service beans...

6548ea8a 05/26/2015 06:18 PM Cherian Mathew
  • corrected recursive autowiring
  • changed application context loading to be more performant
9d61d919 05/22/2015 07:10 PM Cherian Mathew

CacheLoader : added strict check in recurive loop for same (not only equal) objects
EntityCacherDebugResult : removed deproxy of objects
ProxyUtils : refactoring
httpInvokerServiceClients.xml : corrected validation service class name
hibernate.cfg.xml, cdmTest.*.db : updated to latest

4b94c9cf 05/22/2015 10:54 AM Cherian Mathew

Merge branch 'move-to-luna' into remoting-4.0

Conflicts:
eu.etaxonomy.taxeditor.cdmlib/.classpath
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.cdmlib/build.properties
eu.etaxonomy.taxeditor.cdmlib/pom.xml
eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/remotingApplicationContext.xml...

e1f2a065 05/20/2015 07:16 PM Cherian Mathew

dependency changes to move to e4

f399aa02 05/20/2015 02:16 PM Cherian Mathew

corrected / moved existing tests

3e592557 02/17/2015 04:46 PM Cherian Mathew

implemented new method in interface

0ddb8392 02/17/2015 04:45 PM Cherian Mathew

CdmTransientEntityCacher, EntityCacherDebugResult : moved debug methods to debug result class
ProxyUtils : new class for util methods to do with hibernate proxy objects
ICdmEntitySessionEnabled, CdmEntitySessionInput, PolytomousKeyEditorInput, TaxonNameEditor, PolytomousKeyViewPart, TaxonNavigator, AbstractCdmViewPart, MultiPageTaxonEditor : Added getRootEntities method...

c7d830cc 02/11/2015 02:03 PM Cherian Mathew

CdmModelCacher : added recursive search in super classes
CdmTransientEntityCacher : corrected caching
EntityCacherDebugResult : new debug result object
CdmEntitySession, ICdmEntitySession, MockCdmEntitySession : added debug method
CdmEntitySessionInput : new super class for editor input objects...

5528bb74 02/05/2015 10:42 AM Cherian Mathew

refactoring and added tests

a41953a2 02/03/2015 10:49 AM Cherian Mathew

ApplicationUtil : Added 'Remoting' to title
CdmTransientEntityCacher : corrected recursive call for delete functionality
RemotingLoginDialog : Added refresh functionality
PolytomousKeyTest : updated test data and added tests for delete functionality

72aa4212 02/02/2015 04:42 PM Cherian Mathew

added h2 db to resources and delete test to test class

5c6184af 02/02/2015 04:18 PM Cherian Mathew

merge from trunk

79c42b3f 01/28/2015 02:26 PM Cherian Mathew

merge from trunk

8ae70850 01/27/2015 10:35 AM Cherian Mathew

updated current tests and added new ones

5285bd70 01/22/2015 10:36 AM Cherian Mathew

CdmServerInstanceInfo, RemotingLoginDialog, ShowRemotingLoginWindowHandler : functionality for remoting login
moved classes to appropriate locations.
merged from trunk.

48a32bd3 01/20/2015 12:20 PM Cherian Mathew

merge from trunk

46d0131b 12/10/2014 06:03 PM Cherian Mathew

moving tests from cdmlib to the test project

4bb0a32b 10/08/2013 01:23 PM Patrick Plitzner
  • fixed org.hamcrest dependency error which occurs when doing a fresh set up of the editor workspace
e267fdab 10/06/2011 01:40 PM Niels Hoffmann

Reorganized the test classes

0ff9ee42 04/11/2011 05:15 PM Niels Hoffmann

Created tests for the "New" menu

400367ef 04/01/2011 05:24 PM Niels Hoffmann

Adding a test case for creation of a classification

28b8707a 04/01/2011 03:17 PM Niels Hoffmann