Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-12-02Fix 351944 to avoid unnecessary loading artifact repository when doing ↵v20111202-0654Mengxin Zhu4-4/+116
query, getting artifact descriptors via artifact key. Without fixing though simple artifact repository always checks the last modify of artifacts.jar file, however it still cost some time, it will waste a lot of time especially the repository locates on a read-only NFS server. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2011-11-29Bug 365124 - Filters on requirements not taken into account whenDJ Houghton5-0/+410
installing features
2011-11-26Bug 338970 - [doc] Update director doc for -downloadOnly optionv20111126-0054Pascal Rapicault2-2/+2
2011-11-22synchronize versions with pomv20111122-1412Pascal Rapicault3-3/+3
2011-11-22syncing of pom version to manifestv20111122-0424Ivar Refsdal3-3/+3
Signed-off-by: Pascal Rapicault <pascal@sonatype.com>
2011-11-22added an ant script, launched via maven (using maven ant runner in ↵Anthony Dahanne3-2/+73
bundles/org.eclipse.equinox.p2.tests/pom.xml)that downloads eclipse platform 3.7 in its tar.gz format by default, override with -Dplatform.archive.name=eclipse-indigo-platform.zip when building on windows Signed-off-by: Pascal Rapicault <pascal@sonatype.com>
2011-11-22Allow customization of bundle requirements generationv20111122-0333Igor Fedorenko1-20/+32
Introduced protected addImportPackageRequirement and addRequireBundleRequirement. The idea is to allow subclasses to generate requirements differently. For example, in Tycho we sometimes need to treat optional dependencies as required and sometimes need to completely ignore optional dependencies. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-11-14Some fix and a testv20111114-0442Pascal Rapicault7-25/+224
2011-11-14Add toStringv20111114-0441Pascal Rapicault1-0/+5
2011-11-14Additional lucky testPascal Rapicault1-0/+71
2011-11-14Add headersPascal Rapicault3-0/+27
2011-11-14Add test for lucky buttonPascal Rapicault7-0/+876
2011-11-10Minor code changes in projector.v20111110-1844dj1-7/+3
2011-11-10Updated test data.dj10-726/+29354
2011-11-09Added more test data.dj2-2/+3
2011-11-07Added comments and debugging.v20111107-2142dj2-7/+16
2011-11-07Added comments.dj1-1/+3
2011-11-03Added test case for bug 362692.dj7-5/+893
2011-10-26Revert the 'relaxed constraint option' for now. v20111026-0646irbull2-0/+2
This marks the button as not visible for M3. We can enable it early in M4.
2011-10-26Bug 261928 : Adds a Relaxed Constraint Optionv20111026-0642irbull4-1/+38
Fixed the UI so that the option is only enabled if the original provisioning operation fails.
2011-10-25Bug 261928 : Adds a Relaxed Constraint Optionv20111025-2146irbull4-1/+5
Adds a tooltip to the relaxed constraint option.
2011-10-25360797 Allow use of junit4 in org.eclipse.equinox.p2.testsv20111025-1355Tobias Oberlies3-4/+4
- Increase class file compatibility level of test bundle to 1.5 to preserve @Test annotations.
2011-10-24bug 361853 -- Renamed the provisioning UI helper methodv20111024-2107irbull2-3/+2
2011-10-21Bug 361704 - Update bundle versionsv20111021-1926dj4-2/+6
2011-10-17Bug 261928 : Adds a Relaxed Constraint Optionv20111017-2246irbull10-1/+225
This will relax the constraints when an update / install fails. This allows a user to try again with a slighly different provisioning plan. This is just the start of this work, but it should give us a chance to test it out and make changes in future builds.
2011-10-03Bug 1234 - Another dummy commitv20111003-2054Ian Bull1-1/+0
2011-10-03A dummy commit so the file looks differentv20111003-2035Ian Bull1-1/+1
2011-09-29temporarily disabling test executionv20110929-2024Pascal Rapicault1-3/+3
2011-09-29Updating version in pomPascal Rapicault3-3/+3
2011-09-28Bug 359223 - version of org.eclipse.equinox.p2.core.feature should bev20110928-1339dj1-1/+1
incremented to 1.1.0
2011-09-25Bug 304594 : * configured tycho surefire plugin according to the existing p2 ↵v20110925-0056Anthony Dahanne3-6/+12
tests launch file in bundles/org.eclipse.equinox.p2.tests/pom.xml * added the module org.eclipse.equinox.p2.tests in the aggregator pom, org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-aggregator/pom.xml * added eclipse indigo repositories to satisfy p2 tests dependencies in the parent : org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml Signed-off-by: Pascal Rapicault <pascal@sonatype.com>
2011-09-20More planner test cases. dj1-11/+71
2011-09-18add testv20110918-2031Pascal Rapicault1-2/+18
2011-09-18Add API to get the future state from a provisioning planv20110918-1950Pascal Rapicault8-6/+91
2011-09-18add testPascal Rapicault1-2/+11
2011-09-18changing the packaging from eclipse-plugin to eclipse-test-plugin ; tests ↵Anthony Dahanne1-1/+1
are passing when tycho surefire plugin launch them Signed-off-by: Pascal Rapicault <pascal@sonatype.com>
2011-09-12Bug 357376 - equinox and p2 features need their versions incrementedv20110912-1544dj5-12/+12
2011-09-10bug 357107. Remove test case 'MirrorRequest2' from nightly test suite.v20110910-0411Meng Xin Zhu3-2/+13
SDK doesn't have bundle 'org.eclipse.equinox.http', so can't run testserver on Hudson. Change-Id: Iba8d1e41d3c2a164906c4100dd309a5e1fc94170
2011-09-08247099 Update version of o.e.e.p2.publisher.eclipse to reflect behaviour changev20110908-0925Tobias Oberlies2-4/+3
- Although the publisher.eclipse bundle doesn't have official API, I am incrementing the version number to indicate the behaviour change with respect to optional runtime dependencies (see 21aef5c).
2011-09-08DirectorApplication: trust every certificatev20110908-0757Holger Oehm2-4/+81
changed default behavior to accept not only unsigned jar files but also signed jar files that have no known root certificate Bug: 340345
2011-09-07Merge remote branch 'origin/master'dj45-1661/+455
2011-09-05remove unnecessary bundlePascal Rapicault26-1651/+0
2011-09-05Update versionv20110905-2042Pascal Rapicault1-1/+1
2011-09-05Actual RequestStatus incorrectly set when adding and removing the samePascal Rapicault3-2/+50
IU
2011-09-02fix 350014 to use a system property to set the retrying number if socketv20110902-0807Mengxin Zhu11-1/+362
timeout happened Change-Id: I1bab6db693a3ee739e058bda1a4d00fbc8bd1eb8
2011-09-01Bug 354888 - Cache extensions from parent lost in shared installv20110901-1435dj1-1/+56
Bug 354888 - Cache extensions from parent lost in shared install Bug 354888 - Cache extensions from parent lost in shared install
2011-08-31Remove invalid javadocv20110831-0232Pascal Rapicault1-3/+0
2011-08-31Bug 343706 - improve logging / error messages from CertificateCheckerPascal Rapicault3-3/+42
2011-08-18Bug 354848 - Compiler warnings in I20110816-0800v20110818-1344dj1-1/+1
2011-08-17Bug 354416 - [fwkAdmin] osgi.launcherPath is obsoletev20110817-1817dj1-1/+1

Back to the top