Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-08-27[Releng] Fix setup model issues and Git project layoutChristian W. Damus4-2/+704
The new JUnit Framework plug-in must always be imported by the setup model as the JUnit Utils plug-in is. The releng/ folder also is a project, which needs to be accounted for. The oep.serviceregistry.tests plug-in's storage folder does not match the bundle symbolic name, which causes Oomph project import to fail. New test plug-ins/fragments need to have common code style settings propagated.
2014-08-26[Code Style] Configure code style in the projectsChristian W. Damus126-12/+22198
Configure the master settings for Code Style in the org.eclipse.papyrus.infra.core plug-in, including: - Code Formatter - Code Clean-up - Code Templates - Import Sort Order Employ the Oomph Project Configuration tooling to propagate these settings to all other Papyrus main, test, and developer plug-ins, plus the CDO Integration plug-ins. Update the Papyrus Oomph model to remove the workspace-wide code style settings. Change-Id: Id1c7c7fb94c82974a9f1c7cafcfcf32b71ce6c1f
2014-08-25[Extra] Fix Java compliance settingsCamille Letavernier6-0/+42
2014-08-21[Code style] Apply clean-up and formatter on Main plug-insCamille Letavernier11-63/+69
2014-08-21[Code style] Apply clean-up and formatter on Extra plug-insCamille Letavernier4-32/+36
2014-08-21[Code style] Publish new code formatter and cleanup profile. Remove oldCamille Letavernier12-2070/+0
profiles from local project settings
2014-08-20[Releng] Update Papyrus version to 1.0.1 in pom.xmlCamille Letavernier68-136/+136
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier72-1193/+1251
2014-08-20[Releng] Update Bundle Tests for Papyrus 1.0.1Camille Letavernier2-6/+6
2014-08-19[Releng] Fix pom.xmlCamille Letavernier1-1/+1
2014-08-18[Releng] Fix test bundle metadataCamille Letavernier1-1/+2
2014-08-18[Tests] Fix tests declarationCamille Letavernier2-5/+5
2014-08-18[Releng] Fix Bundle metadataCamille Letavernier2-4/+3
2014-08-18Merge "[440276] - Activity node created in partition does not have ↵Camille Letavernier1-1/+0
InPartition feature set"
2014-08-18Merge "Bug 441408 - [UmlRT] Add test for validations rules - add a test for ↵Camille Letavernier16-1/+436
the isActiveEntity rule - add a getter to get the diagnostic from the command - change the source to a unique id for the BasicDiagnostic comming from status Change-Id: I1f09e1d01fa9944675ea6c0ee872e6aa1011418c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>"
2014-08-08[440276] - Activity node created in partition does not have InPartitionatischenko1-1/+0
feature set Signed-off-by: atischenko <ticher777@gmail.com>
2014-08-08Bug 441408 - [UmlRT] Add test for validations rulesBenoit Maggi16-1/+436
- add a test for the isActiveEntity rule - add a getter to get the diagnostic from the command - change the source to a unique id for the BasicDiagnostic comming from status Change-Id: I1f09e1d01fa9944675ea6c0ee872e6aa1011418c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-08-08Bug 430552 - [Sequence Diagram] Dependents of occurrence specificationssboyko1-0/+152
not deleted Change-Id: I5fbda29bc28afd777c6812900ec9ac26ac5ecea1 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-08-07[440239] - Cannot create any ActivityNode in InterruptibleActivityRegionatischenko1-6/+10
Signed-off-by: atischenko <ticher777@gmail.com> Change-Id: I73b05c6ff2d396b30ec5f847c1ca5bafbbd82afa
2014-08-07Merge "[437605] - Export Sequence Diagram to Images"Camille Letavernier2-0/+49
2014-08-07417409: [Performances - Properties view] Delay in UI when reorganizingCamille Letavernier3-6/+7
diagram layout. https://bugs.eclipse.org/bugs/show_bug.cgi?id=417409 - Fix tests
2014-08-07[437605] - Export Sequence Diagram to Imagessboyko2-0/+49
Change-Id: I70b6a5c7efa036fd023c90ee15e63fb98703bbfe Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-08-07417409: [Performances - Properties view] Delay in UI when reorganizing ↵Christian W. Damus12-4/+1744
diagram layout. https://bugs.eclipse.org/bugs/show_bug.cgi?id=417409 Make property sheet views reusable, with updating of the bound selection when the selection changes to another element that shows the same views. This employs new capability of the DataSource to update the selection that it encapsulates, pushing the new selection into the ModelElements that it creates, using a new delegating observable framework. Property sheet controls are re-used on a per-tab basis. Because of the new delegation pattern introduced here, we need to be able to ensure that delegate observables are disposed of when they are no longer needed. This includes not only the delegates of the new DelegatingObservables, but also the delegates of MultipleObservableValue and similar aggregates. As these delegates can be shared amongst multiple wrappers of different kinds, we use a simple reference counting scheme to ensure that observables are not disposed while they are still in use. This averts the exceptions discovered in multi-observable (multiple selection) scenarios on a previous iteration of this patch set. Change-Id: Ide8f3fcea4228083a68bc9d5d39dc5a50217af62
2014-08-06441246: [Tests] EditorReloadTest is conflicting with ResourceLoadingTestCamille Letavernier1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441246 - Workaround: execute the ResourceLoadingTests after the EditorReloadTests
2014-08-05[Releng - Tests] Fix CPP Codegen Tests for compatibility with TychoCamille Letavernier2-126/+141
2014-08-05[Releng - Tests] Fix memory allocation for testsCamille Letavernier1-1/+1
2014-08-05[Releng - Tests] Fix build.properties for Tycho testsCamille Letavernier4-6/+6
2014-08-05[Releng - Tests] Generate poms for extra-tests plug-insCamille Letavernier9-0/+135
2014-08-05441087: [ModelExplorer] Drop diagrams from model explorer ("GraphicalCamille Letavernier1-2/+0
move") cannot be undone https://bugs.eclipse.org/bugs/show_bug.cgi?id=441087 - Re-enable the test
2014-08-04[Trivial] Remove System.out.println in tests plug-insCamille Letavernier2-6/+5
2014-08-04[Tests refactoring] Restore the sasheditor.tests fragmentCamille Letavernier6-8/+7
2014-08-04441087: [ModelExplorer] Drop diagrams from model explorer ("GraphicalCamille Letavernier2-6/+42
move") cannot be undone https://bugs.eclipse.org/bugs/show_bug.cgi?id=441087 - Update the corresponding test in Sysml.modelexplorer
2014-08-04[Tests] Disable incubation test, since it has not been properlyCamille Letavernier1-8/+11
reimplemented after the 1.0.0 release
2014-08-04[Tests refactoring] Fix resource loading tests on TychoCamille Letavernier1-8/+9
2014-08-01[Tests refactoring] Fix remaining issuesCamille Letavernier85-2500/+381
2014-08-01[Tests refactoring] Fix compilation errorsCamille Letavernier256-7028/+1122
2014-08-01[Tests refactoring] Remove dependencies to Junit.utils + Change importsCamille Letavernier266-636/+377
2014-08-01[Releng] Fix bundle metadataCamille Letavernier2-4/+6
2014-08-01[Tests refactoring] Split the plug-in oep.junit.utils to avoid cyclicCamille Letavernier22-66/+142
dependencies for Fragments - Created new plug-in oep.junit.framework
2014-08-01[Tests refactoring] Configure the main-tests POM.xml and fix errorsCamille Letavernier7-16/+22
2014-08-01[Tests refactoring] Generate pom.xml for main test plug-insCamille Letavernier50-0/+750
2014-08-01[Tests refactoring] Move test plug-ins for consistencyCamille Letavernier252-44/+8454
2014-08-01[Tests refactoring] Rename test plug-ins for consistencyCamille Letavernier183-431/+731
2014-07-31[440883] - Tests for creation in & dragDrop between different kind of containersatischenko2-1/+410
Signed-off-by: atischenko <ticher777@gmail.com>
2014-07-30440795: [Model Explorer] Advanced mode is unusable because tree continually ↵Christian W. Damus6-6/+243
collapses https://bugs.eclipse.org/bugs/show_bug.cgi?id=440795 Look to the cache for children of attribute and reference nodes as well as object nodes. Includes a JUnit test for regression.
2014-07-30remove plugin oep.infra.nattable.views.editor.tests, these tests are now ↵Vincent Lorenzo1-2/+1
done by oep.infra.nattable.views.tests remove a deprecated dependency
2014-07-30Merge branch 'master' of ssh://git.eclipse.org:29418/papyrus/org.eclipse.papyrusVincent Lorenzo4-3/+538
2014-07-30remove plugin oep.infra.nattable.views.editor.tests, these tests are now ↵Vincent Lorenzo25-1249/+0
done by oep.infra.nattable.views.tests
2014-07-30437217: [Editors] In-place reloading of model resources in the editorsChristian W. Damus4-3/+538
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 Ensure that the visible page in each tab folder of the editor is restored to visibility.
2014-07-30439681: [Tests] add Junit tests for the selection synchronization between ↵Quentin Le Menez63-4/+10800
model explorer and tables https://bugs.eclipse.org/bugs/show_bug.cgi?id=439681 - Amended the tests already present for the requirement tables and created new ones for the generic, views and allocation tables. - Amended the tests to incorporate the new NavigationTarget interface instead of IRevealSemanticElement Change-Id: Ia9af79ec152b75e5c8685a2a1873e9056890458c Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>

Back to the top