Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-14Prepare 5.3.1-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: Ia2005f57baf7c461f27374e8b1418a0fbf38c9cc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2019-03-13EGit Mylyn Github Connector v5.3.0.201903130848-rv5.3.0.201903130848-rMatthias Sohn2-2/+2
Change-Id: Icf52a2e4d82b76bd7be34a05300aa6815961a5c1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2019-03-06Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2-2/+2
Change-Id: Ia31d7734118273738abbddfc81734c9841d0411c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2019-03-06EGit Mylyn Github Connector v5.3.0.201903061415-rc1v5.3.0.201903061415-rc1Matthias Sohn2-2/+2
Change-Id: I52412afc6185e88c2b3ad3b23208d937dbd4ec4b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-12-03Merge branch 'stable-5.2'Matthias Sohn1-2/+2
* stable-5.2: Pin versions of surefire and build helper maven plugins Fix max heap size configuration for org.eclipse.mylyn.github.tests Change-Id: I888e558810c3675c1de57daa2ee32363165eb110 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-12-03Fix max heap size configuration for org.eclipse.mylyn.github.testsMatthias Sohn1-2/+2
Change-Id: I0b185d1c07de77bea61c46f153912e6ed4eab9a1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-12-03Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: Id6b7a6a539b2e68e71279b41d21647d90fc70bd9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-11-22Implement explicit target platformMatthias Sohn2-11/+66
Add a proper target platform definition and also use that in the Tycho build to ensure we use the same classpath in Eclipse and during Maven build. Run org.eclipse.mylyn.github.tests during Maven test phase. Change-Id: I6010f301f157525357b741d1d699a8a2207ac647 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-11-22Update Orbit to S20181120221132 for 2018-12Michael Keppler1-4/+4
* update to latest Orbit drop for 2018-12 M3 Update mockito and its dependencies to latest version available in Orbit: * mockito 2.13.0.v20180426-1843 * net.bytebuddy.byte-buddy 1.7.9.v20180420-1519 * net.bytebuddy.byte-buddy-agent 1.7.9.v20180420-1519 * org.objenesis 2.6.0.v20180420-1519 * Update version ranges of mockito and objenesis * Use the non-deprecated JUnit runner * Remove some unused stubbing from a test Change-Id: I2b6d84c71ba33df1bbf56fdfd4d38a27cdb094ba Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-11-17Unify gitignore rules in a single top level fileMichael Keppler1-2/+0
Remove all project specific ignore rules and instead use a single top level gitignore. Change-Id: I5083985bba93c9db108f1930965f76a827927baf
2018-10-20[releng] Store all project properties explicitlyMichael Keppler1-1/+6
We use project specific properties in many projects. However, the files containing them are old, therefore they do not contain all the keys and values that have been added in newer Eclipse releases. This change makes all those missing settings explicit. All project properties have been opened in the UI and the "Apply" button has been used without changing any controls. We should therefore see only additions in the diff, no changes in values. The main intention of this change is to reduce the noise for actual changes of settings which are intended to be applied afterwards. The removal of JDT settings in org.eclipse.mylyn.github.doc is intentional. That is a PDE project without Java nature. Change-Id: I66b75fc8a64660615a0d2a8601f0b0cf3de82993 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-10-09Have separate test sourcesMichael Keppler1-1/+5
There are no functional changes in the IDE, except for test source folders having a different icon color. Bug: 539933 Change-Id: Ie156edf2f5ec99eea6d67c8ee5e812fe077895e9 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-09-23Add Mylyn commit message templateMichael Keppler1-0/+3
This is only relevant for EGit contributors, not for EGit users. Change-Id: I828400fee88cbe77fbc31519684d1b004c69baa5 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-09-05Prepare 5.2.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I5e0d278aeb48ccaf52894b70d7f6f2c8d99039df Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-05-30Merge branch 'stable-5.0'Matthias Sohn2-4/+8
* stable-5.0: Update license to EPL-2.0 Prepare 5.0.0-SNAPSHOT builds EGit Mylyn Github Connector v5.0.0.201805221745-rc1 Prepare 5.0.0-SNAPSHOT builds EGit Mylyn Github Connector v5.0.0.201805151920-m7 Change-Id: If036a88ae4b1ffb27750794f571087aeb251ad29
2018-05-30Update license to EPL-2.0Matthias Sohn2-4/+8
- use CBI license feature for EPL-2.0 - LICENSE with EPL-2.0 license text - update license headers - improve feature.properties - remove obsolete .eclipse_iplog Bug: 530393 Change-Id: I9f17457f70c5b1672e4c329dc389492c863fd838 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-05-23Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I483b724b5203568dec0f24c1da3d9b68dcd14638 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-05-23Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
Change-Id: If4e8ef4e00f18494f54e7ad44b35b1e67e879264 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-05-22EGit Mylyn Github Connector v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2-2/+2
Change-Id: I014ba51283c399d61f26a69b44aeb9938dbf3f40 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-05-17Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
Change-Id: Iaa1bb384c6f7447c61a71a010fe8bb67cbdd077f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-05-16EGit Mylyn Github Connector v5.0.0.201805151920-m7v5.0.0.201805151920-m7Matthias Sohn2-2/+2
Change-Id: I1722c80ad6762c238215fee1e9e1db63a7ee6358 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-03-09Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I222824cf5f3601906d4193f8008860ce8c362331 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-03-08Prepare 4.11.1-SNAPSHOT buildsstable-4.11Matthias Sohn2-4/+4
Change-Id: Ia51eb0f6a5fcb7677b1609458332ac4fef01adc6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-03-08EGit Mylyn Github Connector v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2-2/+2
Change-Id: I24ee25ce1d38060f7b79f624364a73b77823bdc1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2017-12-31Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I015129d796c625e6e0beda30009bcbd45a3a3114 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2017-12-23Add header Automatic-Module-Name for Java 9Karsten Thoms1-0/+1
Bug: 529074 Change-Id: Ibe911d70b49759ecc445911b14a3cd2c64d76efa Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2017-10-08Prepare 4.10.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: Idb7d5db06c1cd154290a8315ea95b6756ee995ba Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2017-07-18Remove usage of junit.frameworkMichael Keppler1-3/+3
This was probably an oversight when creating the import, since everywhere else org.junit is used. Change-Id: I654eaa5d1d94e1a214b3968f0f28aa78862ea071 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2017-05-30Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: Ic7e425c51c8f6788f0a6f2a143acf5c723e8a960 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2017-04-05Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: Ib2894b94006a5c82ec43e8a75cd2c0a120f6dba8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-12-27Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I98bf43abb5acdf4a3ce2167509b30c2751f34fca Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-12-26Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I2401c8149efc4c05f1f77a62cb3cb080976482d2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-12-24EGit Mylyn Github Connector v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2-2/+2
Change-Id: Ia2070aec86efb3f11b6e5a58ef8af6033298a59c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-09-20Change minimum execution environment to JavaSE-1.8Matthias Sohn3-5/+5
Change-Id: Id9ae44ede66f21edbae4c2cc192c68c1968622ee Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-09-19Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I73f99318418a7af2305868165667d48805344f52 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-06-01Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I3207590651c3aaf77a7afd3f41c10ca226ff5ef0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-04-08Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I5ae4b15b83cd571a7047aca223ba71fcca79d487 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-04-08Prepare 4.3.1-SNAPSHOT buildsstable-4.3Matthias Sohn2-4/+4
Change-Id: Ib4bb2bcb9047fd4e58f6f58cd1dc77833943d5ab Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-04-07EGit Mylyn Github Connector v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2-2/+2
Change-Id: I2bef635cf696377e670e4453d2faeeba53165182 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-04-07EGit Mylyn Github Connector v4.3.0.201604071045-rMatthias Sohn2-2/+2
Change-Id: Ia423a0210db4c9f78d5dbaaa35709a88711f1558 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-04-05Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2-2/+2
Change-Id: I451cb8567886573b6df576d9cfd8574221e6beca Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-03-23EGit Mylyn Github Connector v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn2-2/+2
Change-Id: I063421c3d5f3dbea91ed522f065f5056dac1214c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-01-21Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I116fb6ef0b8ef1477b90bd5bfd8b88652785c527 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-09-28Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I619acef33c08d4172508a26a8cc5fbcbda9736c3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-09-28Prepare 4.1.1-SNAPSHOT buildsstable-4.1Matthias Sohn2-4/+4
Change-Id: I97ab3736d0920e50675be6fd66a846a08ad9cf75 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-09-28EGit Mylyn Github Connector v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2-2/+2
Change-Id: Ib5180f83ca57113aee65b4615d53d79185fcf861 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-06-02Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I5a990bd0ae0dddf55ba03ad06f11d0ee4bb64592 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-02-10Set minimum required Java version to Java 7Matthias Sohn3-5/+5
Bug: 458476 Change-Id: I94fd45421295f0c72f8de541c18f0c8a49d2762c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-01-27Prepare 4.0.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I30f6574003e55ce578786f848ab8c33c6b6825be Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2014-12-24Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn2-4/+4
Change-Id: I647f00cfc5427067352127fc6585ec52025c17b1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>

Back to the top