Project

General

Profile

Download (4.41 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ba631583 12/01/2017 02:38 PM Andreas Kohlbecker

using the CleanSweepInsertLoadStrategy for PresenterTests with FirstData_UsersAndPermissions dataset

d2cd6047 12/01/2017 08:20 AM Andreas Kohlbecker

fixing two more presenter tests: EditConceptRelationshipPresenterTest, NewTaxonBasePresenterTest

28b2c27a 12/01/2017 08:20 AM Andreas Kohlbecker

partially fixing broken test suite:

  • using in mem h2 db for all tests
  • ignoring all broken presenter tests
  • separating out test applicationContext for pure service tests
  • reducing test data sets
292fe199 06/05/2017 10:26 AM Andreas Müller

ref #6446, ref #6368 remove TaxonnameBase in vaadin,

29078af6 04/04/2017 02:02 PM Andreas Kohlbecker

refactoring package structure

  • presenters moved into view
  • per cdm domain subpackage
  • component presenters moved into component package
f380627e 02/15/2017 09:55 AM Andreas Kohlbecker

ref #6419 renaming CdmApplicationDefaultConfiguration to CdmRepository

7b2a0df1 12/20/2016 11:50 AM Andreas Kohlbecker

ref #6190 removing svn property place holder in first line of code

f310f2db 07/16/2015 01:06 PM Andreas Kohlbecker

adding missing include

2d71187d 07/15/2015 06:40 PM Andreas Kohlbecker

ignoring test which fails on jgitflow relase finish

f1a1f6de 05/06/2015 06:38 PM Cherian Mathew

ConceptRelationshipComposite, ConceptRelationshipView : using source from event to set primary composite
LeafNodeTaxonContainer : checking for nulls
SelectionEvent : added source object as member
StatusComposite : adding component as source instead of in the list of objects...

6ef1fffd 04/23/2015 10:16 AM Cherian Mathew

updated test for direction info

6809e6bd 04/22/2015 02:24 PM Cherian Mathew

D3ConceptRelationshipTree, ConceptRelationshipComposite, ConceptRelationshipPresenter, ConceptRelationshipView, IConceptRelationshipComponentListener : added directional variable to display cr tree in both direction
d3.conceptrelationshiptree_connector.js : updated to handle bi-directional display...

08af4f8a 04/21/2015 03:44 PM Cherian Mathew

ConceptRelationshipComposite: added enabling / disabling of edit / delete buttons and firing event when edit concept relationship dialog is opened
EditConceptRelationshipComposite : fixed problems with async calls , adapted to updated operation class, added show in dialog method...

2ba67e3f 04/17/2015 10:12 AM Cherian Mathew

EditConceptRelationshipComposite : updated ui, added save + cancel + drag&drop functionality
ConceptRelationshipComposite : using the EditConceptRelationshipComposite
StatusComposite : set drag&drop mode
ConceptRelationshipPresenter, EditConceptRelationshipPresenter : moved create, update, edit methods to EditConceptRelationshipPresenter...

9f53671d 04/16/2015 03:01 PM Cherian Mathew

EditConceptRelationshipComposite : updated composite for new and edit functionality
IdAndUuid -> IdAndUuidName : new identity object with name
NewTaxonBaseComposite, StatusComposite, NewTaxonBasePresenter, IConceptRelationshipComponentListener, INewTaxonBaseComponentListener : changed IdUuid to IdUuidName...

270ff317 04/10/2015 01:55 PM Cherian Mathew

Added test classes for javascript component integration using d3.js and the new concept relationship editor