Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-05-25Bug 409064 - Compile failure in p2.testsI20130525-1500Pascal Rapicault1-48/+25
2013-05-25Bug 409051 - [planner] Resolver times out on simple instancePascal Rapicault1-0/+88
2013-05-23Bug 408691 - Regression in toString of IRequirementI20130523-1400Pascal Rapicault (Ericsson)3-1/+39
2013-05-21Bug 408379 - Dependency on sat4j should specify 2.3.4Pascal Rapicault (Ericsson)1-2/+2
2013-05-21Remove commented codePascal Rapicault1-5/+0
2013-05-21Bug 407568 - [remediation] Error details does not use vertical spacePascal Rapicault (JBoss)2-1/+2
2013-05-17Bug 407958 - [Remediation] pass progress monitor downI20130520-2000I20130519-2000I20130518-1500Pascal Rapicault1-1/+1
2013-05-16Bug 406942 - BrandingIron#modifyInfoPListFile(..) should not remove iconI20130516-2200I20130516-1800I20130516-1600Ian Bull1-5/+7
If the icon name is empty, we don't update the Info.plist file.
2013-05-16Revert "Bug 408018 - [repository] Repository that raises ↵Pascal Rapicault2-7/+3
HttpConnectionException are not marked as invalid " This reverts commit 054533b73d0db12e67279ea48520bbc4c692e462.
2013-05-16Bug 408138 - Dropins are broken in after master configuration changeKrzysztof Daniel1-0/+16
First part of the fix. It reestablishes the connection between SimpleConfiguratorImpl and SimpleProfileRegistry, so when config.ini is modified, user profile is dropped even without timestamp change. https://bugs.eclipse.org/bugs/show_bug.cgi?id=408138
2013-05-16Bug 408256 - Fixed Migration wizard does not go awayHamdan Msheik17-7/+5
2013-05-16Bug 408018 - [repository] Repository that raises HttpConnectionExceptionPascal Rapicault (Ericsson)2-3/+7
are not marked as invalid
2013-05-15Bug 407707: A number of .class files changed, after changing to M7 JDT compilerIan Bull2-0/+2
Updates two bundles because of a new JDT compiler.
2013-05-14Bug 407958 - [Remediation] pass progress monitor downI20130514-2000Pascal Rapicault1-20/+24
2013-05-09Bug 407335 - [UI] NPE trying to install when "filter on env" is setI20130513-2000I20130512-2000I20130511-1500I20130510-2000I20130509-2000Pascal Rapicault (Ericsson)1-0/+1
through product configuration file
2013-05-09Bug 407613 - [remediation] Reduce resolver timeoutPascal Rapicault (JBoss)1-1/+5
2013-05-09Bug 407079 - [API][remediation] Clean API references Pascal Rapicault (JBoss)4-4/+17
2013-05-09Bug 406984 - [ui][remediation] Rework presentation of the solutionsPascal Rapicault (JBoss)22-69/+521
2013-05-09Bug 407426 - org.eclipse.equinox.p2.publisher.source contains duplicatePascal Rapicault (Ericsson)1-3/+1
source files in 'src
2013-05-08bug 395188 - Consume new SAT4JPascal Rapicault2-7/+4
2013-05-07Bug 406902I20130507-1100Mickael Istria5-17/+98
+ Fix Comparator to work with multiple levels of nested categories + Test + Updated copyright
2013-05-05Bug 406902: Allow nested category in category.xmlI20130506-2000I20130505-2000Mickael Istria5-55/+202
2013-05-03Bug 407115 - externalize stringsI20130504-1500I20130503-2000Pascal Rapicault (JBoss)11-9/+21
2013-05-02Bug 407099 - [Remediation] Operation should not special case isCheckForUpdatesPascal Rapicault (JBoss)5-40/+27
2013-05-02Bug 407096 - [shared][migration] Migration should consider files localPascal Rapicault (Ericsson)1-1/+9
to profile migrated from
2013-05-02Improve progress monitorI20130502-0800Pascal Rapicault (JBoss)2-8/+12
2013-05-02Bug 406986 - [operation] Remediation does heavy lifting in resolveModalPascal Rapicault (JBoss)8-107/+166
2013-05-01[shared][migration] Detect migration when history has not been fixedI20130501-2000Pascal Rapicault (Ericsson)1-2/+5
2013-05-01Tweak remediation related messagesPascal Rapicault (JBoss)1-5/+5
2013-04-30Bug 406935 - [shared] testCountReposInSharedInstallPreferences fails onI20130501-1400I20130501-1100I20130501-0800I20130430-2000Pascal Rapicault (Ericsson)2-4/+12
linux
2013-04-30Change visibility of getDetailsGroup to public to allow access from MPCPascal Rapicault1-1/+1
2013-04-29Add remediation support to Discovery UII20130430-0800I20130430-0031I20130429-2000Pascal Rapicault (JBoss)4-13/+50
2013-04-29Bug 406377 - [shared] previous configuration finder does not always findPascal Rapicault (Ericsson)2-3/+5
highest version
2013-04-28fix npe that only occurs in testI20130429-0800I20130428-2000Pascal Rapicault1-6/+10
2013-04-28Move code aroundPascal Rapicault (JBoss)6-40/+68
2013-04-28Reintroduce error details and various cleanupsPascal Rapicault (JBoss)2-20/+26
2013-04-28Refactor remediation page to be a compositePascal Rapicault (JBoss)2-251/+328
2013-04-28Remove unnecessary codePascal Rapicault1-3/+0
2013-04-28do nothing when size is 0Pascal Rapicault1-0/+3
2013-04-28Check for null in case the remediation does not find any answerPascal Rapicault (JBoss)1-390/+391
2013-04-28RefactorPascal Rapicault1-1/+9
2013-04-28Improve toString so for requirement not representing IRequiredCapability Pascal Rapicault (JBoss)1-0/+9
2013-04-28Check that the requirement has 3 segment before obtaining the namePascal Rapicault (JBoss)1-1/+4
2013-04-28Disable explanation when looking for remediationsPascal Rapicault (JBoss)1-2/+13
The explanation don't need to be computed because they are never shown and they take time to compute.
2013-04-27Externalize messagePascal Rapicault (JBoss)3-5/+6
2013-04-27Replace "out of" by "/"Pascal Rapicault (JBoss)1-1/+1
2013-04-27Handle NPE when the user hit cancel while updates are initially searchedPascal Rapicault (JBoss)1-1/+5
2013-04-27Show the correct title when remediation openeed from update wizard Pascal Rapicault (JBoss)1-1/+2
2013-04-27Add automated test for remediation page in install wizardPascal Rapicault2-0/+280
2013-04-27Remove unnecessary exceptionPascal Rapicault (JBoss)1-2/+1

Back to the top