Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22Bug 517929 - Update POMs in the master for 4.8 releaseI20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: Ic754058b23731334425f98aaca527bcf90991a7d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-23Add about.html to testsThomas Watson4-3/+32
Change-Id: I558c759ea577ca3a62e7c0dc6e40cf2cebf627ce Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson1-1/+1
Change-Id: I90a85375f7864204f482d76130da772798f0a28b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-05-04Bug 493004 - Need to update versions for Neon of various bundlesY20160519-1000Y20160513-1000Y20160505-1000I20160523-2000I20160522-2000I20160521-1500I20160520-2000I20160519-1730I20160519-1100I20160518-2000I20160517-2000I20160516-2000I20160515-2000I20160514-1500I20160513-2000I20160512-1000I20160511-2000I20160511-0400I20160510-2000I20160509-2000I20160508-2000I20160507-1500I20160506-2000I20160506-1030I20160506-0830I20160505-2000I20160504-2000Thomas Watson2-2/+2
Change-Id: Idb4576fc90fc7180d3c7e1960696615bb4c37594 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-19Bug 489706 - Replace new Integer() with Integer.valueOf()I20160419-0800Alex Blewitt1-2/+2
There are a lot of new Integer() calls in the P2 codebase, which results in many duplicate values of Integer being stored, particularly when performing updates or checks. Integer.valueOf() performs this caching already, which means that it's unnecessary to call new Integer() and instead can call Integer.valueOf(). In the places where the int value is being used directly, the call can be further optimised to Integer.parseInt() instead. Replace calls to new Integer() with Integer.valueOf() or .parseInt() as appropriate. Change-Id: Ic760e66084c856fc90cb7c8a358007c975213638 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000I20150728-0800I20150721-0800I20150714-0800I20150707-0800Thomas Watson1-1/+1
- update parent poms for 4.6
2015-04-30Bug 465876 - Repo Versioning Reports for M7I20150510-2000I20150509-1500I20150508-2000I20150507-2000I20150506-2000I20150505-2000I20150504-2000I20150503-2000I20150502-1500I20150501-2000I20150430-1445Thomas Watson2-2/+2
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov1-2/+3
Instead of retrieving services based on their String class name there is newer implementation that takes the class directly and returns the correct class preventing casts. Change-Id: I8b26f4d294b927f4c28a6ba4e68e35bd401df4ec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2013-12-11bug 423827 - Disable "Treat above errors like fatal compile errors"I20131217-0800I20131212-1600I20131211-2000Krzysztof Daniel1-2/+27
Change-Id: If2b8652ff7deed04dea308880d444f1b4e7c6ffe Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-10-11Bug 416565 - p2 test failures due to signed inner jarsI20131015-0800Thomas Watson1-95/+121
Update verifier application to stop using PlatformAdmin
2013-09-11Bug 411419 - 38 pom files specify <executionEnvironment>Krzysztof Daniel1-11/+0
Remove executionEnvironments matching manifest.mf. Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com> Change-Id: I5b7c70eab929503d7c5213a1405c6c8d41c0c049
2013-09-05Incremented test bundle version for Luna streamI20130910-2000I20130910-0800I20130909-2000I20130908-2000I20130906-2000John Arthorne2-2/+2
2013-09-04Bug 415942 - Set code.ignoredWarnings for test bundles in order to use ↵John Arthorne1-2/+2
global build settings
2013-08-28Bug - 402560,405041 Migration wizard Update to latest versions and shows ↵Pascal Rapicault3-11/+17
only those to be migrated.
2013-06-26Bug 411170 -- Updated the parent poms for Luna (Eclipse 4.4)Ian Bull1-1/+1
2013-06-18Remove internal references to org.eclipse.osgiThomas Watson4-3/+291
2013-05-16Bug 408256 - Fixed Migration wizard does not go awayHamdan Msheik1-3/+1
2013-04-16Better message when doing first time migrationPascal Rapicault (Ericsson)1-1/+1
2013-04-08Test cancellation logicPascal Rapicault (Ericsson)2-1/+20
2013-04-08Fix compiler error.Mengxin Zhu1-0/+1
2013-04-06New test cases and simple refactoring to accomodate thosePascal Rapicault (Ericsson)2-1/+58
2013-04-04Bug 403722 - [shared][test] 4 shared install tests failPascal Rapicault (Ericsson)1-4/+16
2013-03-27Bug 403971 - Update Equinox p2 parent versionsI20130402-0800Pascal Rapicault2-3/+4
2013-02-28Fix compile error in tests resulting from constant removalv20130228-214530I20130228-2000Pascal Rapicault (Ericsson)1-1/+1
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-185631Ian Bull1-1/+1
Upated all the pom.xml files (in the bundles) to include the proper groupID. The groupID is the first three segments of the artifactID.
2013-02-06Separate tests in different classes.v20130206-014752Pascal Rapicault (Ericsson)1-1/+32
2013-02-05Add end to end tests for shared installv20130205-013438Pascal Rapicault1-3/+67
2013-01-07Bug 396091 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for ↵v20130107-152742John Arthorne1-0/+11
equinox.p2
2011-12-13Updated tests. Enable tests.verifier bundle to be run in the workspace.v20111213-1353DJ Houghton3-2/+6
2011-08-01304594 Fix obvious POM configuration issuesTobias Oberlies1-2/+3
- Correct relativePath to parent POM. - Use recommended version format in POMs: A version with automatically replaced qualifier maps to a SNAPSHOT version in the POMs.
2011-07-20Changed .cvsignore to .gitignore filesJohn Arthorne1-0/+1
2011-02-17Update version numbers in poms.Pascal Rapicault1-1/+1
2010-11-03Fixed compiler warningsJohn Arthorne1-0/+11
2010-10-26Bug 328712 - Remove new error in p2 testsv20101026-1730DJ Houghton1-3/+2
2010-10-07Bug 327229 - org.eclipse.equinox.p2.tests.verifier setup is inconsistentDJ Houghton3-6/+5
2010-03-20Adding pom files to allow build with tychoPascal Rapicault1-0/+14
2010-03-01remove unused import packageJohn Arthorne1-1/+0
2010-02-25302201 : Unify the two query approaches used in p2, final step.Thomas Hallgren1-2/+2
2010-02-24Fix up import versionsPascal Rapicault1-6/+6
2010-02-15Bug 225250 - Need to get rid of exemplary setupJohn Arthorne1-21/+0
2010-02-05299987 : Removal of p2 services in favor of always using an agent.Thomas Hallgren2-2/+8
2010-01-13Merging api branch back to HEADv20100113Pascal Rapicault3-8/+9
2009-10-09Added back deleted methods for future use.DJ Houghton1-0/+22
2009-10-06Move query related classes to p2.metadataPascal Rapicault2-3/+2
2009-10-06export packageJohn Arthorne1-0/+1
2009-10-06copy p2 settings into new bundleJohn Arthorne2-16/+360
2009-10-06write error to stderrJohn Arthorne1-1/+9
2009-09-15Return an error code depending on the statusv20090929-1115v20090915-1723Pascal Rapicault1-1/+1
2009-09-15Remove warningsPascal Rapicault1-31/+10

Back to the top