Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-18[nobug] support fragments generation.fragmentgenerationKrzysztof Daniel3-6/+111
This is one giant hack and needs total rewrite, but it would be good if the repo2runnable could write the .info file on the basis of metadata. Change-Id: Iacb22ccdf9e72a9415bb845f1cf2944f59382f0d Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-12-09bug 418662: Get rid of compile warnings in official build -Krzysztof Daniel1-0/+1
org.eclipse.equinox.p2.repository.tools Change-Id: I9cedbed4c0aac82961e41c88d9dfc355c972f934 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-11-19Bug 422026 - Get rid of ColletionUtils.empty[Set|List|Map]Alexander Kurtakov1-2/+1
Now that p2 has Java 1.5 as a minimum there is no reason to not use the JVM methods. Change-Id: I89444e8d1e174c316e2b17fb4f53bc7b1d097c0a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-10-25360786 Only mirror referenced artifacts in MirrorApplicaitonTobias Oberlies1-2/+3
- Fix the MirrorApplication so that it doesn't mirror any artifacts when the selected units have no associated artifacts. Before, all artifacts were mirrored. - Also: Added test that only referenced artifacts are mirrored when units with associated artifacts are mirrored. This case wasn't covered either. - Also: Fix typo in related test. - Also: Added test utility class TestAgentProvider, which gives each test a separate IProvisioningAgent and in that way prevents side-effects between the tests (e.g. in the stateful repository managers). Bug: 360786 Change-Id: I8032eac42212feb55798e3e2b06b3c98f8f55d97 Signed-off-by: Tobias Oberlies <tobias.oberlies@sap.com>
2013-03-12391962 Create atomic repositories by defaultI20130313-2000I20130313-0800I20130312-2000Tobias Oberlies1-4/+10
- Bug 344851 already added the possibility to set the atomic flag on composite repositories. As follow-up of the discussion on bug 356561, the default for newly created repositories is changed to atomic=true. Bug: 391962
2012-11-20Bug 394434 - [mirror] Can't disable reference mirroringv20121120-021616I20121120-0800Pascal Rapicault1-0/+2
2012-11-17Allow to install from a repository without copying the artifactsepasrap1-2/+17
2012-05-01Added comments to comparator classesv20120501-1314John Arthorne3-3/+15
2012-04-28Bug 377358 - API to disable/enable mirroring of packed artifactsv20120428-0233Pascal Rapicault2-8/+27
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-01-17364929 support customizable download statisticsv20120117-1140v20120117-0330Mengxin Zhu1-2/+8
Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2011-05-12bug 330006 - false positive in feature compareAndrew Niefer1-17/+62
2011-05-06Bug 344851 - [repository] Composite repo "create" ant tasks should have the ↵Pascal Rapicault2-0/+14
ability to set atomic flag
2011-05-02copyright updateIan Bull54-53/+63
2011-04-13Bug 342661 - compile warnings in official buildsDJ Houghton3-7/+9
2011-04-11Add resolution mode in the slicing optionsPascal Rapicault2-0/+34
2010-12-25Bug 321819 - [transport] Repository transport API is tightly coupled with ↵v20110104v20110102Pascal Rapicault2-2/+11
the implementation
2010-11-03Fixed compiler warningsJohn Arthorne1-4/+4
2010-10-20Bug 325311 - [comparator] ArrayIndexOutOfBoundsException in ComparatorAndrew Niefer3-14/+49
Bug 325158 - [comparator] IllegalArgumentException in comparitor's Signature.appendTypeSignature
2010-10-14bug 325134 - missing argument for some errorsv20101018-2330Andrew Niefer1-2/+31
2010-08-18Bug 313789 - [comparator] False Positive comparing with different inner ↵Pascal Rapicault1-0/+22
class info ordering
2010-05-20bug 313615 - p2.mirror ignoreErrors does not workv20100520Andrew Niefer1-1/+1
2010-05-12bug 312687: Repo2Runnable should not consult all known repositoriesIan Bull1-0/+12
2010-05-12Bug 274272 - [repository] Cache artifact repository indexPascal Rapicault1-9/+5
2010-05-12Bug 312500 - Bad array index in MirrorApplicationPascal Rapicault1-2/+2
2010-04-10Bug 305490 - [planner] Remove code related to absolute provisioning plan ↵Pascal Rapicault1-11/+5
from ProfileChangeRequest
2010-03-31bug 295297: Add parameters to the Repo Analyzer toolsIan Bull1-4/+21
https://bugs.eclipse.org/bugs/show_bug.cgi?id=295297
2010-03-26bug 272061 - context repositories for exportAndrew Niefer2-24/+22
2010-03-25bug 304950 - disable ok messages in compare logAndrew Niefer1-1/+1
2010-03-12Java doc tweaks (@noextend, @noimplement, final, etc)Pascal Rapicault3-4/+5
2010-03-10299507 : Filters on IRequirement should be an expressionThomas Hallgren1-5/+5
2010-03-09Bug 229183 - [director] [api] ProvisioningContex does not handle repository ↵Susan Franklin1-5/+3
in a consistent way
2010-03-08Bug 305031 - Remove reference to the org.osgi.Version type from the Version ↵Pascal Rapicault1-3/+13
class
2010-03-05Bug 293340 - [api][repository] Review of the repository packageJohn Arthorne1-1/+1
2010-03-04remove require on runtimePascal Rapicault1-3/+2
2010-03-02275800 : It is impossible to mirror repository references.Thomas Hallgren1-0/+12
2010-03-02Return collection of IRequirement for fragmentsPascal Rapicault1-3/+4
2010-03-02Move metadata factory to a public package and change signature of ↵Pascal Rapicault3-3/+6
IUpdateDescriptor
2010-02-27Rename the unmodifiableSet methodPascal Rapicault2-2/+2
2010-02-27Use unmodifiableSet where possiblePascal Rapicault1-1/+1
2010-02-26bug 301305 - missing methods on IArtifactRequestAndrew Niefer1-3/+1
2010-02-26302193 : Return type inconsistency on IInstallableUnit's gettersThomas Hallgren1-8/+5
2010-02-25302201 : Unify the two query approaches used in p2, final step.Thomas Hallgren4-13/+13
2010-02-24manifest updatesAndrew Niefer4-4/+12
2010-02-22Bug 303269 - [repository] The method signatures on IMetadataRepository ↵DJ Houghton2-8/+5
should take collections
2010-02-19Removed unused messagesJohn Arthorne4-8/+0
2010-02-18Bug 297255 - [Engine][API] Make Operands internalSimon Kaegi1-0/+2
2010-02-15Bug 225250 - Need to get rid of exemplary setupJohn Arthorne3-28/+2
2010-02-11Initial release of the planner APIPascal Rapicault1-3/+5
2010-02-11bug 302283 - exclude artifacts from compareAndrew Niefer2-36/+62

Back to the top