Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-05-15Bug 349628 - No update proposed when there are repository with errorsv20120515-1650I20120523-2100I20120523-1900I20120522-2100I20120522-1900I20120521-2100I20120521-1900I20120520-2100I20120520-1900I20120519-2100I20120519-1900I20120518-2345I20120518-2145I20120518-1730I20120518-1530I20120517-1915I20120516-2100I20120516-1900I20120515-2300I20120515-2200I20120515-2145I20120515-2100I20120515-1900Ian Bull2-1/+8
When a repository fails to load, we continue the update check. All the repositories that fail to load are 'accumulated' and shown to the user, but the update check proceeds with the available repositories. This commit changes the visibility of a method in an API class from private to protected. However, this class is marked as 'noextend' so really shouldn't be considered new API.
2012-05-15Revert "Bug 349628 - No update proposed when there are repository with errors"Ian Bull2-22/+0
This reverts commit 8a16090df20423751452e26b96863507dfd20514.
2012-05-14Bug 349628 - No update proposed when there are repository with errorsv20120514-2208I20120514-2100I20120514-1900Ian Bull2-0/+22
Introduces a Suppress Errors flag on the Repository Load job. If this flag is set, then repository load errors are not shown. We set this flag when check for updates happen.
2012-05-11Bug 379303 - Publisher should handle 256x256 icon file in product file advicev20120511-1931I20120513-2100I20120513-1900I20120513-1300I20120513-0740I20120512-2100I20120512-1940I20120512-1900I20120511-2330I20120511-2100I20120511-1900John Arthorne1-1/+3
2012-05-11Bug 379297 - IconExe doesn't handle 256x256 iconJohn Arthorne1-24/+33
2012-05-01Bug 378165 - p2.engine uses StringBuilder but states support forv20120501-1502I20120510-2100I20120510-1900I20120509-2100I20120509-1900I20120503-1800I20120503-1500I20120502-2000I20120502-1800I20120502-1500I20120502-1300I20120502-1000I20120502-0800John Arthorne1-7/+11
J2SE-1.4
2012-05-01Bug 378158 - org.eclipse.equinox.p2.repository version number needs bumpv20120501-1446John Arthorne2-2/+2
2012-05-01Added comments to comparator classesv20120501-1314John Arthorne3-3/+15
2012-04-30Bug 338495 - [ui] composite children prevent explicit repo additionv20120430-2044I20120430-2000I20120430-1800Pascal Rapicault6-208/+53
("Duplicate location" when adding update site)
2012-04-30Bug 368064 - [UI] Capability index is not used when expanding categoriesv20120430-2001Pascal Rapicault1-0/+25
in the UI
2012-04-30Bug 378095 - Install new Software writes to stdout v20120430-1959Ian Bull1-3/+0
I accidently committed some debug output.
2012-04-30Empty commit to fix a problem between master and integrationv20120430-0525I20120430-1500I20120430-1300Ian Bull1-0/+5
2012-04-30Merge branch 'master' into integrationIan Bull9-56/+119
2012-04-30Qualify the VersionRange class import stmt. in DirectorApplication.Ian Bull1-0/+1
2012-04-29Remove the "apply now" button since this confuses people.v20120429-0502Pascal Rapicault1-1/+1
2012-04-29Bug 374915 - org.eclipse.equinox.p2.ui.sdk has mandatory imports fromv20120429-0358Pascal Rapicault1-2/+2
compare
2012-04-29Bug 377063 - p2 commands supportability v20120429-0125Pascal Rapicault1-24/+30
2012-04-28Target platform to use to develop p2 against indigoPascal Rapicault1-0/+14
2012-04-28Check for segments in the filter instead of the complete filter itselfv20120428-1752Pascal Rapicault1-2/+8
2012-04-28Fix NPE occurring when no context metadata repo is providedv20120428-1751Pascal Rapicault1-1/+2
2012-04-28Add missing resource for native testsPascal Rapicault1-0/+0
2012-04-28Improve test cases of pausing provisioning.Mengxin Zhu2-26/+62
Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-04-28Qualified VersionRange in the imports statements.v20120428-0517I20120429-2000I20120429-1800I20120429-1245I20120429-1000I20120428-1230I20120428-0800I20120428-0140Ian Bull1-0/+1
2012-04-28Bug 377358 - API to disable/enable mirroring of packed artifactsv20120428-0233Pascal Rapicault3-8/+31
2012-04-28Support for bundled macosx - http://bugs.eclipse.org/57349v20120428-0117Pascal Rapicault17-24/+126
2012-04-28Update version to 1.1Pascal Rapicault1-1/+1
2012-04-28Test on absence of property in a filter.Pascal Rapicault2-0/+107
2012-04-28Bug 377628 - [publisher] the launchers need to be looked for in thePascal Rapicault1-0/+1
context metadata repository
2012-04-28Bug 307580 - [native] Add support for include/exclude patterns in unzipPascal Rapicault7-22/+297
action
2012-04-27Revert "Temporarily disable pause/resume test cases until ECF 3.5.5 is picked"Ian Bull2-181/+194
This reverts commit 72f7b2af2c2488d9a58f9a18450bbdd3d626f51a. Conflicts: bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/repository/AllTests.java
2012-04-27Bug 377976 : Don't continually try to download bad artifacts.v20120427-2140Ian Bull3-3/+29
If there is a processing error (non-transport error), we can now set the status code ARTIFACT_PROCESSING_ERROR. This will skip the retry attempts. https://bugs.eclipse.org/bugs/show_bug.cgi?id=377976
2012-04-20Bug 324200 - [test][transport] CacheManager sets lastModified incorrectly ↵v20120420-1930I20120427-1000I20120427-0800I20120426-1030I20120426-1000I20120426-0800Pascal Rapicault2-0/+130
when downloading files
2012-04-16Bug 376893 - [mirror] by default the mirror application should mirror the ↵v20120416-2015N20120417-1633N20120417-1307I20120425-1600I20120425-1200I20120425-0800I20120424-1700I20120424-1600I20120424-0800I20120419-1434I20120418-0248I20120417-1000I20120417-0800I20120417-0334I20120417-0255I20120417-0235I20120417-0211I20120417-0142Pascal Rapicault1-1/+1
references
2012-04-13316028 Create symlink to executable for Mac productsv20120413-0859Tobias Oberlies1-0/+1
Bug: 316028 - [publisher] EquinoxExecutableAction should create for macos a symlink to the executable
2012-04-12347319 Incremented version of p2.updatesite bundle for first change in releasev20120412-1615Tobias Oberlies2-2/+2
- First change happened in preceding commit d104b01
2012-04-12347319 Allow repository factories which load repositories by URNsv20120412-1504Tobias Oberlies12-19/+170
- Fix the response of the artifact/metadata repository factories in case that the location to be loaded is not a URL: the factories must return null or throw a ProvisionException with status REPOSITORY_NOT_FOUND in order to make sure that the manager continues to ask other factories. This allows to register a custom factory which for example looks up instances from a registry by uniform resource *identifiers* which are not uniform resource *locators*. - Added a test for loading from a custom, registry based repository factory. Bug: 347319 - [repository] SimpleArtifactRepositoryFactory prevents loading repositories from non-URL URIs
2012-03-22Bug 326802 [ui] Preferences allow only editing the name of existingv20120322-0547Mengxin Zhu2-11/+61
repository. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-03-12Need to check for the org.osgi.resource packagev20120312-2018N20120416-1918I20120416-2327I20120416-1738I20120416-1719I20120416-1643I20120416-1623I20120416-1600I20120416-1508I20120411-2034I20120411-1737I20120411-0906I20120411-0258I20120410-2330I20120410-2037I20120410-1710I20120410-0633I20120410-0320I20120410-0304I20120410-0252I20120410-0238I20120410-0216I20120410-0152I20120410-0136I20120410-0122I20120410-0102I20120410-0049I20120410-0027I20120409-2358I20120409-2119I20120409-2018I20120409-1957I20120409-1911I20120409-1708I20120409-1622I20120409-1353I20120409-0926I20120409-0904I20120409-0315I20120409-0131I20120408-2304I20120408-2000I20120408-1521I20120408-1324I20120408-1214I20120408-1110I20120408-0330I20120408-0246I20120408-0231I20120408-0216I20120408-0152I20120408-0036I20120408-0012I20120407-2339I20120407-2245I20120407-2106I20120407-1941I20120407-1904I20120407-1840I20120407-1826I20120407-1732I20120407-1717I20120407-1631I20120407-0358I20120407-0346I20120407-0329I20120407-0305I20120407-0217I20120407-0205I20120407-0138I20120407-0103I20120407-0040I20120407-0024I20120406-2327I20120406-0935I20120406-0915I20120406-0250I20120406-0231I20120406-0006I20120405-2131I20120405-1735I20120405-1114I20120405-0114I20120404-2228I20120404-2006I20120404-1351I20120404-0051I20120403-2231I20120328-2028I20120328-2020I20120328-2007I20120328-1956Thomas Watson1-3/+3
2012-03-09Bug 373825 - AIOOBE when publishing a product with version "0.0.0" forv20120309-1937Ian Bull1-1/+1
MacOS X Checks for segment length before assuming we have a segment(0).
2012-03-09Adds a test case for min/max requirements. v20120309-0437Ian Bull3-0/+49
2012-03-09Let's the advice file set min/max values for capability advice.v20120309-0029Ian Bull1-1/+22
If both min and max are set, then these values will be used instead of optional/multiple.
2012-03-05Temporarily disable pause/resume test cases until ECF 3.5.5 is pickedMengxin Zhu2-194/+181
up. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-03-05Bug 373212 compiling error in nightly build.v20120305-0333Mengxin Zhu4-49/+386
Update project specific setting of JDT and PDE. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-03-02342550 Remove MacOS application folder name magic from BrandingIronTobias Oberlies2-10/+17
- In p2, we magically rename the application folder to "Eclipse.app" if the executable is "eclipse". PDE build, who are reusing the BrandingIron, however expect an "eclipse.app" folder. With this change, the rename magic is moved out of BrandingIron into the only user on the p2 side. - This should fix the PDE build test failure described reported as bug 368246. Bug: 342550 Follow-up: consolidate copies of ProductFile and BrandingIron Bug: 368246 Test failures in official build
2012-03-02352457 Fix chmod instruction for Eclipse.app/Contents/MacOS/eclipseTobias Oberlies1-1/+13
- This is a quick fix for bug 352457: When writing the chmod action, just repeat the magic capitalization of the .app folder in case of launchers called "launcher" or "eclipse" (as it is done in the BrandingIron). Bug 352457: [publisher] Unbranded Mac OS X Product cannot be installed on case sensitive file system
2012-03-02372788 Let artifact repository create ArtifactDescriptor instancesTobias Oberlies2-2/+2
2012-03-01Bug 372529 - Consider increasing SAT4J default timeoutv20120301-2203John Arthorne1-2/+12
2012-03-01Bug 373021 - Errant break in ProfileSynchronizerv20120301-2145John Arthorne1-2/+2
2012-03-01Bug 358842 pausing/resuming a p2 operation.v20120301-1523v20120301-0711Mengxin Zhu19-16/+871
Introduce new test cases that will download artifacts from Internet, so add vm arguments to make downloading more stable. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-02-27Bug 371361 - Eclipse 3.8 SDK installs 4.2 on updatev20120227-1535John Arthorne2-6/+39

Back to the top