Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-09-05Fix legacy problem in PartialCommitTestEike Stepper1-24/+24
2013-09-05[416392] [Releng] Each ConfigScenario in a MainSuite should start withEike Stepper1-0/+1
clean repositories https://bugs.eclipse.org/bugs/show_bug.cgi?id=416392
2013-09-04[416555] Provide CDOView.queryInstances(EClass) Eike Stepper1-0/+136
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416555
2013-09-04[416474] [OCL] Add some non-standard operations to support efficient OCL queriesChristian W. Damus1-46/+58
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416474 Re-write the OCL queries to scope them to the resources in each test's unique folder. Change-Id: I3bb2e146b2c1b547938747e8a685c6f42e8cfe93
2013-09-04[416474] [OCL] Add some non-standard operations to support efficient OCLEike Stepper1-1/+1
queries https://bugs.eclipse.org/bugs/show_bug.cgi?id=416474 Change-Id: I8ae59bda5cb20a1cbfee1fae81713032b6627e79
2013-09-04[416474] [OCL] Add some non-standard operations to support efficient OCLEike Stepper1-1/+2
queries https://bugs.eclipse.org/bugs/show_bug.cgi?id=416474 Change-Id: I8ae59bda5cb20a1cbfee1fae81713032b6627e79
2013-09-04[416474] [OCL] Add some non-standard operations to support efficient OCLChristian W. Damus1-0/+160
queries https://bugs.eclipse.org/bugs/show_bug.cgi?id=416474 Change-Id: I8ae59bda5cb20a1cbfee1fae81713032b6627e79
2013-09-04[416435] [Releng] Require a reason for @CleanRepositories Eike Stepper1-60/+109
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416435
2013-09-03[416435] [Releng] Require a reason for @CleanRepositories Eike Stepper1-0/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416435
2013-09-03Speed up LockingManagerTest, decrease optimisticLockingTimeoutEike Stepper1-54/+32
2013-09-03[416435] [Releng] Require a reason for @CleanRepositories Eike Stepper1-0/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416435
2013-09-03[416435] [Releng] Require a reason for @CleanRepositories Eike Stepper66-321/+212
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416435
2013-09-03[416392] [Releng] Each ConfigScenario in a MainSuite should start withEike Stepper2-9/+8
clean repositories https://bugs.eclipse.org/bugs/show_bug.cgi?id=416392
2013-09-03[416418] [Releng] Eliminate IContainerConfig from the config testEike Stepper27-380/+210
framework https://bugs.eclipse.org/bugs/show_bug.cgi?id=416418
2013-09-03[416392] [Releng] Each ConfigScenario in a MainSuite should start withEike Stepper1-1/+42
clean repositories https://bugs.eclipse.org/bugs/show_bug.cgi?id=416392
2013-09-02416366: [CDO] Support implicit root class in server-side CDO queriesChristian W. Damus1-0/+79
https://bugs.eclipse.org/bugs/show_bug.cgi?id= 416366 Add a 'cdoImplicitRootClass' query option to the OCLQueryHandler, similar to the existing 'cdoLazyExtents'. The value is an EClass, default is null. Because the value is an EClass, it is not supported as a variable that is passed through to the OCL expression parsing and evaluation environments, so it is filtered out of the OCL environment. The lazy-extent parameter also doesn't make sense in the OCL expression. Change-Id: Ic4c40965fcce2dad092943a526b75a816421ea31
2013-09-02[396804] CDOMergingConflictResolver tests Eike Stepper1-110/+45
https://bugs.eclipse.org/bugs/show_bug.cgi?id=396804
2013-09-02[396804] CDOMergingConflictResolver testsEike Stepper3-168/+124
https://bugs.eclipse.org/bugs/show_bug.cgi?id=396804
2013-09-02[396804] CDOMergingConflictResolver tests Eike Stepper1-0/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=396804
2013-09-01[396804] CDOMergingConflictResolver tests Eike Stepper1-59/+41
https://bugs.eclipse.org/bugs/show_bug.cgi?id=396804
2013-09-01[416298] CDOResourceNodes do not support reflective access to derivedEike Stepper1-16/+76
path attribute https://bugs.eclipse.org/bugs/show_bug.cgi?id=416298
2013-09-01[416298] Reflective access to CDOResourceNode::pathChristian W. Damus1-0/+60
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416298 Delegate eGet/eSet methods in CDOResourceNodeImpl to the hand-coded accessors for the derived path attribute.
2013-08-31Revert "416298: Reflective access to CDOResourceNode::path"Christian W. Damus1-60/+0
This reverts commit b29a7843c0874837b93011a2f9d292c18ea2c6ff.
2013-08-31416298: Reflective access to CDOResourceNode::pathChristian W. Damus1-0/+60
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416298
2013-08-31[414949] [Legacy] ArrayIndexOutOfBoundsException with CDOLegacyWrapperEsteban Dugueperoux1-0/+108
and CDOIDExternal https://bugs.eclipse.org/bugs/show_bug.cgi?id=414949 Change-Id: I6e0cf7be22c2980ce2f2fd487d164ee16d612b4e
2013-08-31[415415] Stale reference not removed between locally detached object andEsteban Dugueperoux1-0/+206
remotely changed ones https://bugs.eclipse.org/bugs/show_bug.cgi?id=415415 Change-Id: I9634286ee3a818fe9b2bbe7a7dd515b365c6c5b9
2013-08-31[416285] OCLExtendCreator fails for abstract subtypes Eike Stepper1-0/+14
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416285
2013-08-31Adjust copyrightsEike Stepper7-7/+7
2013-08-28Fix EMFCompare deprecation warningEike Stepper1-1/+2
2013-08-10[405606] ClassCastException when using unchunked and restrictedEike Stepper3-30/+126
CollectionLoadingPolicies https://bugs.eclipse.org/bugs/show_bug.cgi?id=405606 Change-Id: I81f5c551152a02285d2df69312def6089b7d069b
2013-08-07[412686] NPE when removing/adding an adapter after CDO view closedEsteban Dugueperoux1-21/+38
https://bugs.eclipse.org/bugs/show_bug.cgi?id=412686 Change-Id: Iaf809222d20f1bcb858e3e92c2d5ef17b452d25c
2013-08-07[414539] Do not access sub branches if repository does not supportEike Stepper1-0/+123
branching https://bugs.eclipse.org/bugs/show_bug.cgi?id=414539
2013-08-07[412767] "IllegalArgumentException: id is null on" onEsteban Dugueperoux1-0/+118
ResourceSet.getResource() with connection aware URI with prefetch query https://bugs.eclipse.org/bugs/show_bug.cgi?id=412767 Change-Id: Ied9a41b3be1abe069034c3df4c1f39344f417406
2013-08-06[414473] Deprecate reload() methods because it is unsafe to reloadEike Stepper1-138/+0
single objects https://bugs.eclipse.org/bugs/show_bug.cgi?id=414473
2013-08-06Stabilize Bugzilla_381472_TestEike Stepper2-52/+44
2013-08-06[411927] CDOSessionImpl can "freeze" during invalidation reordering Eike Stepper4-67/+71
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411927
2013-07-27Fix resource leak warningsEike Stepper1-0/+1
2013-07-27Fix deprecation warningsEike Stepper1-1/+1
2013-07-23Update copyrightsEike Stepper1-1/+1
2013-07-10Remove empty linesEike Stepper1-4/+0
2013-06-29[411927] CDOSessionImpl can "freeze" during invalidation reordering Eike Stepper3-20/+293
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411927
2013-06-11Update copyrightsEike Stepper1-1/+1
2013-06-09Temporarily disable Bugzilla_329254_Test because it's instableEike Stepper1-0/+3
2013-06-09[267352] NullPointerException on reload Eike Stepper1-18/+69
https://bugs.eclipse.org/bugs/show_bug.cgi?id=267352
2013-06-08[409287] ArrayIndexOutOfBoundsException on rollback Eike Stepper2-1/+72
https://bugs.eclipse.org/bugs/show_bug.cgi?id=409287
2013-06-03[400128] LifecycleException "Not Active: Transaction X"drops/S20130603-1126drops/I20130607-0410Eike Stepper1-0/+92
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400128
2013-06-03Add AbstractCDOTest.commitAndSync(CDOTransaction, String,Eike Stepper1-0/+11
CDOUpdatable...)
2013-06-01Update copyrightsdrops/I20130601-0400Eike Stepper1-1/+1
2013-05-31[409574] Provide a meaningful CommitException hierarchy drops/I20130531-0700Eike Stepper1-5/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=409574
2013-05-31[409549] Wrong branch manager is used inEike Stepper1-0/+11
SynchronizableRepository.handleCommitInfo() https://bugs.eclipse.org/bugs/show_bug.cgi?id=409549

Back to the top