Skip to content
Success

Changes

Summary

  1. bug emf-mongo (details)
  2. model change for treatment (details)
  3. update npm modelchange version 1.0.4 (details)
  4. treatment service (details)
  5. REST Treatment (details)
  6. integration test notification (details)
Commit d359890c8266c3b67b68d2e13cbf4865ea03b318 by Mark Hoffmann
bug emf-mongo
- changed service config
- fix missing feedbacks in sample data
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
The file was modifiedde.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionEntryServiceimpl.java (diff)
The file was modifiedde.dim.diamant.runtime/de.dim.diamant.runtime.bndrun (diff)
The file was modifiedde.dim.diamant.runtime/.gitignore (diff)
The file was modifiedde.dim.diamant.rest/src/de/dim/diamant/rest/DiamantResource.java (diff)
The file was modifiedde.dim.diamant.service/src/de/dim/diamant/service/impl/ProductServiceImpl.java (diff)
The file was removedcnf/local/index.xml (diff)
The file was addedcnf/local/.gitignore (diff)
The file was removedcnf/local/index.xml.sha (diff)
The file was modifiedde.dim.diamant.service/src/de/dim/diamant/service/impl/AssetServiceImpl.java (diff)
The file was modifiedde.dim.diamant.service/src/de/dim/diamant/service/data/SampleDataComponent.java (diff)
Commit 1c6ccef180a19a96a93a7ba719c5481160e3b951 by Mark Hoffmann
model change for treatment
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
The file was modifiedde.dim.diamant.model/model/diamant.ecore (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/Treatment.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/impl/DiamantFactoryImpl.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/impl/TreatmentImpl.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/TreatmentPreparation.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/util/DiamantSwitch.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/DiamantFactory.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/util/DiamantAdapterFactory.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/impl/TreatmentPreparationImpl.java (diff)
The file was modifiedde.dim.diamant.model/model/diamant.genmodel (diff)
Commit 9314fffe10f2a3011eebd908d72b4ce3b5209ce2 by Mark Hoffmann
update npm modelchange version 1.0.4
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
The file was modifiedde.dim.diamant.npm/diamant.ts (diff)
The file was modifiedde.dim.diamant.npm/package.json (diff)
The file was modifiedde.dim.diamant.npm/diamant.json (diff)
Commit fa9a0990b250f4818708ce0f0d7a9ebde9d4268d by Mark Hoffmann
treatment service
- fix failing integration tests because of prototype services
- treamtment service
- integration test treatment service
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
The file was modifiedde.dim.diamant.service/.settings/org.eclipse.core.resources.prefs (diff)
The file was modifiedde.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java (diff)
The file was modifiedde.dim.diamant.rest/src/de/dim/diamant/rest/ProductResource.java (diff)
The file was modifiedde.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs (diff)
The file was addedde.dim.diamant.service/src/de/dim/diamant/service/api/TreatmentService.java (diff)
The file was addedde.dim.diamant.service/src/de/dim/diamant/service/impl/TreatmentServiceImpl.java (diff)
The file was addedde.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TreatmentServiceIntegrationTest.java (diff)
The file was modifiedde.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ProductServiceIntegrationTest.java (diff)
Commit 928ebaa1f6299aeb9ffd036f0a37a99673b8da24 by Mark Hoffmann
REST Treatment
- rest resource
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
The file was addedde.dim.diamant.rest/src/de/dim/diamant/rest/TreatmentResource.java (diff)
The file was modifiedde.dim.diamant.rest/.settings/org.eclipse.core.resources.prefs (diff)
Commit 166cf25e8f057f86f33a9321e41fd0f85576cc12 by Mark Hoffmann
integration test notification
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java (diff)
The file was addedde.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/AssetModificationHandlerTest.java (diff)
The file was modifiedde.dim.diamant.service/src/de/dim/diamant/service/event/TransactionEntryNotificationHandler.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/impl/NotificationImpl.java (diff)
The file was modifiedde.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java (diff)
The file was modifiedde.dim.diamant.model/model/diamant.genmodel (diff)
The file was modifiedde.dim.diamant.service.tests/bnd.bnd (diff)
The file was modifiedde.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs (diff)
The file was addedde.dim.diamant.service/src/de/dim/diamant/service/event/NotificationMessageHandler.java (diff)
The file was modifiedde.dim.diamant.model/model/diamant.ecore (diff)
The file was addedde.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/NotificationMessageHandlerTest.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/Notification.java (diff)
The file was addedde.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/TransactionEntryNotificationDispatcherTest.java (diff)
The file was modifiedde.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionEntryServiceIntegrationTest.java (diff)