Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-22[256856] Support model evolutionEike Stepper4-27/+49
https://bugs.eclipse.org/bugs/show_bug.cgi?id=256856
2018-09-22[256856] Support model evolutionEike Stepper1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=256856
2018-09-22Revert "[256856] Support model evolution"Eike Stepper1-2/+1
This reverts commit 3a01b3a8ad45368a29ce217fce7d36912d0a13b6.
2018-09-22Revert "[256856] Support model evolution"Eike Stepper4-49/+27
This reverts commit b4c0f92cc81c31e1b42c9ad984ec9b3b5e35e434.
2018-09-22[256856] Support model evolutionEike Stepper4-27/+49
https://bugs.eclipse.org/bugs/show_bug.cgi?id=256856
2018-09-22[256856] Support model evolutionEike Stepper1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=256856
2018-09-21[Releng] Fix warningsEike Stepper2-0/+4
2018-07-27[537081] Cannot unset a Reference with external EObject as valuesEike Stepper3-44/+65
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537081
2018-05-29[Releng] Adjust copyrightsEike Stepper281-282/+282
2018-05-17[Releng] Adjust CopyrightsEike Stepper20-20/+20
2018-05-10[534535] Provide property support for repositoriesEike Stepper3-320/+16
https://bugs.eclipse.org/bugs/show_bug.cgi?id=534535
2018-05-02[534254] [DB] Create all mapped tables lazilyEike Stepper1-32/+21
https://bugs.eclipse.org/bugs/show_bug.cgi?id=534254
2018-04-23[405543] An unsettable many-valued reference that is set to an empty list is ↵Eike Stepper11-69/+138
unset on new transaction https://bugs.eclipse.org/bugs/show_bug.cgi?id=405543
2018-01-30[530498] Handle reattached elements in RewriteTransitionMaxime Porhel1-1/+7
When the CDOUndoDetector detects an undo dirty elements are removed from dirty object, their state is set from DIRTY to CLEAN but they also need to be removed from reattached/detached objects, otherwise this could later lead to IllegalStateException if CDOTransaction.rollback is called (their is no more revision in CDOTransactionImpl.cleanRevisions for an element known in detachedObjects). https://bugs.eclipse.org/bugs/show_bug.cgi?id=530498 Change-Id: Ib77ac7e72bec165ecac9faf05590385e1d77ec06 Signed-off-by: Maxime Porhel <maxime.porhel@obeo.fr> Signed-off-by: Eike Stepper <stepper@esc-net.de>
2018-01-30[530500] Remove final modifier from eBasicSetContainer() and ↵Eike Stepper1-2/+2
eSetDirectResource() https://bugs.eclipse.org/bugs/show_bug.cgi?id=530500
2018-01-28[528129] Transient objects are attached to CDOTransactionEike Stepper2-47/+193
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528129
2018-01-07[528129] Transient objects are attached to CDOTransactionEike Stepper2-1/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528129
2018-01-06[528979] Migrate build to Maven/TychoEike Stepper1-12/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2018-01-06[528129] Transient objects are attached to CDOTransactionEike Stepper2-56/+70
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528129
2017-12-31[Releng] Adjust copyrightsEike Stepper10-10/+10
2017-12-31[528979] Migrate build to Maven/TychoEike Stepper2-1/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2017-12-28[528979] Migrate build to Maven/TychoEike Stepper1-11/+15
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2017-12-21[Releng] Add Automatic-Module-Name to bundle manifestsEike Stepper2-27/+28
2017-12-20[528979] Migrate build to Maven/TychoEike Stepper3-2/+45
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2017-02-26[512534] Wrong logic in CDOTransactionCommentatorEike Stepper1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=512534
2017-02-17[Releng] Fix API warningsEike Stepper1-0/+214
2017-01-30[511324] Support VarInt and VarLong serializationEike Stepper2-9/+24
https://bugs.eclipse.org/bugs/show_bug.cgi?id=511324
2017-01-13[510412] DefaultCDOMerger produces incorrect results for MOVE deltas in ↵Eike Stepper2-48/+533
many-valued features https://bugs.eclipse.org/bugs/show_bug.cgi?id=510412
2017-01-02[509822] Duplicate feature deltas in CDOSavepoint.getAllRevisionDeltas()Eike Stepper1-5/+22
https://bugs.eclipse.org/bugs/show_bug.cgi?id=509822
2016-12-13[509141] Provide CDORegistrationHandler callbacksEike Stepper8-34/+400
https://bugs.eclipse.org/bugs/show_bug.cgi?id=509141
2016-11-05[506291] Non secure message using connection aware URIEike Stepper1-0/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=506291
2016-11-01[387564] Ensure lock notification sending after invalidation for ↵Eike Stepper1-0/+1
"lock/unlock objects on commit" https://bugs.eclipse.org/bugs/show_bug.cgi?id=387564
2016-11-01[387563] Generalize the "lock of new objects on commit" feature to the ↵Eike Stepper1-0/+14
"lock/unlock objects on commit" https://bugs.eclipse.org/bugs/show_bug.cgi?id=387563
2016-10-18[Releng] Update copyrightsEike Stepper34-34/+34
2016-10-18[Releng] Increase max line length to 160Eike Stepper56-653/+386
2016-10-18[Releng] Reformat codeEike Stepper1-2/+2
2016-10-18[505654] Support automatic remerging / multiple merges from the same branchEike Stepper9-62/+197
https://bugs.eclipse.org/bugs/show_bug.cgi?id=505654
2016-10-10[505654] Support automatic remerging / multiple merges from the same branchEike Stepper9-39/+184
https://bugs.eclipse.org/bugs/show_bug.cgi?id=505654
2016-10-06[Releng] Source Clean-Up for all projectsEike Stepper11-29/+33
2016-10-06[498732] Ecore validation fails for CDOBlob attributeEike Stepper6-45/+235
https://bugs.eclipse.org/bugs/show_bug.cgi?id=498732
2016-10-05[494954] CDOTransaction fails to invalidate URIs of loaded CDOResource upon ↵Thorsten Schlathölter1-0/+7
name change of ancestor CDOResourceFolder https://bugs.eclipse.org/bugs/show_bug.cgi?id=494954 Signed-off-by: Thorsten Schlathölter <tschlat@gmx.de> Signed-off-by: Eike Stepper <stepper@esc-net.de>
2016-10-05[503573] Adapt method in CDODeltaNotificationImpl fails to adapt for ↵Eike Stepper4-38/+54
GregorianCalendar https://bugs.eclipse.org/bugs/show_bug.cgi?id=503573
2016-10-05[503564] Creation of CDOSetFeatureDeltaImpl in CDOStoreImp mixes EMF-Type ↵Eike Stepper2-5/+11
and CDO-Type values https://bugs.eclipse.org/bugs/show_bug.cgi?id=503564
2016-10-05[503575] AbstractCDOView.hasResource does not unlockViewEike Stepper1-0/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=503575
2016-10-05[Releng] Adjust per-project commit templateEike Stepper1-1/+1
2016-10-05[504014] Make merge information available in CDOCommitInfoEike Stepper11-39/+242
https://bugs.eclipse.org/bugs/show_bug.cgi?id=504014
2016-09-25[397999] Multiple merges between branches fail Stephan Seifermann6-43/+135
https://bugs.eclipse.org/bugs/show_bug.cgi?id=397999 Signed-off-by: Stephan Seifermann <seifermann@fzi.de> Signed-off-by: Eike Stepper <stepper@esc-net.de> Change-Id: Ic834c983b930f186861a73d7ce9042d845d0e86f
2016-09-24Update copyrightsEike Stepper40-40/+40
2016-09-24[402714] Local changes are not considered by CDOTransaction's ↵Eike Stepper13-154/+838
queryResources(), queryInstances() and queryXRefs() https://bugs.eclipse.org/bugs/show_bug.cgi?id=402714
2016-09-20[473804] Undo of massive deletion very long Eike Stepper1-0/+16
https://bugs.eclipse.org/bugs/show_bug.cgi?id=473804

Back to the top