summaryrefslogtreecommitdiffstats
path: root/.eclipse_iplog
Commit message (Collapse)AuthorAgeFilesLines
* Update Eclipse IP log for 1.0Matthias Sohn2011-05-251-6/+0
| | | | | | | | CQ "4876" is jgit's CQ for usage of protobuf, CQ "5135" is the corresponding Orbit CQ. Change-Id: I300cf2b5758c7da9c18494325f2f38bb3744e459 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* DHT: Replace TinyProtobuf with Google Protocol BuffersShawn O. Pearce2011-05-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | The standard Google distribution of Protocol Buffers in Java is better maintained than TinyProtobuf, and should be faster for most uses. It does use slightly more memory due to many of our key types being stored as strings in protobuf messages, but this is probably worth the small hit to memory in exchange for better maintained code that is easier to reuse in other applications. Exposing all of our data members to the underlying implementation makes it easier to develop reporting and data mining tools, or to expand out a nested structure like RefData into a flat format in a SQL database table. Since the C++ `protoc` tool is necessary to convert the protobuf script into Java code, the generated files are committed as part of the source repository to make it easier for developers who do not have this tool installed to still build the overall JGit package and make use of it. Reviewers will need to be careful to ensure that any edits made to a *.proto file come in a commit that also updates the generated code to match. CQ: 5135 Change-Id: I53e11e82c186b9cf0d7b368e0276519e6a0b2893 Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
* Update IP log to include Ant 1.8.2 (CQ 5111)Shawn O. Pearce2011-05-051-0/+6
| | | | | Change-Id: I953720b88d34e74509b115dcd2c1eb48d3587484 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Update eclipse IP log for 0.12Matthias Sohn2011-04-131-0/+72
| | | | | Change-Id: I8f2ce63e039d5baabc1533477128470696a36ced Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Revert Ie48d6556Chris Aniszczyk2011-01-311-1/+1
| | | | | | | | | | | | | This was a mistake that was missed due to historical reasons. "The first /r/ tells our Apache to redirect the request to Gerrit. The second /r/ tells Gerrit that the thing following is a Git SHA-1 and it should try to locate the changes that use that commit object. Nothing I can easily do about it now. The second /r/ is historical and comes from Gerrit 1.x days." Change-Id: Iec2dbf5e077f29c0e0686cab11ef197ffc705012 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
* Fix incorrect review url in IP log fileRobert Munteanu2011-01-311-1/+1
| | | | | Change-Id: Ie48d655698dc1f4cd4f00606436a57c451c13179 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
* Update .eclipse_iplog for 0.9Matthias Sohn2010-09-081-0/+5
| | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* eclipse-iplog: Use contribution rather than bug elementShawn O. Pearce2010-05-281-0/+3
| | | | | | | | | | | Wayne changed the schema to no longer be dependent upon the Bugzilla notion of a contribution, but instead be more generic and better support systems like Gerrit Code Review. Update our output to use the <contribution> element and include a link to the change in Gerrit. Change-Id: Ibc8a436918bd8e7597dc17743824201a74bce09b Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Update cache of IPzilla CQ 3904Shawn O. Pearce2010-05-281-2/+2
| | | | | Change-Id: I552e77e434487ece9a600de9e09bc17066579773 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* JGit plugin not compatible with Eclipse 3.4Robin Rosenberg2010-04-051-0/+6
| | | | | | | | | | | | | | | The JSch bundle in Eclipse 3.4 does not export its packages with version numbers. Use Require-Bundle on version 0.1.37 that comes with Eclipse 3.4 There is no 0.1.37 in the maven repositories so the pom still refers to 0.1.41 so the build can get the compile time dependencies right. Bug: 308031 CQ: 3904 jsch Version: 0.1.37 (using Orbit CQ2014) Change-Id: I12eba86bfbe584560c213882ebba58bf1f9fa0c1 Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
* Drop CQ 3448 from IP logShawn O. Pearce2010-03-181-5/+0
| | | | | | | | | Because this is the original contribution made under the project's official license, EMO has tagged it "epl" and dropped it from the project's IP log. Change-Id: I55a2a57c570a555f4c86903767d60ae7cfddacbe Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* IP Log: Update initial contribution CQ 3448Shawn O. Pearce2010-03-111-2/+2
| | | | | | | This has been approved for use under the EDL. Change-Id: I9142d8e7d53533f97f85c21b90ff93ee566564b5 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* eclipse-iplog: Skip the initial contributionShawn O. Pearce2010-03-111-0/+2
| | | | | | | | | | | | | | | | The initial contribution was handled through a CQ, and does not need to be reported as an individual bug record in the project's IP log. Its an odd corner case that the EMO IP team doesn't want to see, even though its technically a contribution written by at least some non-committers. The project.skipCommit variable can now be used to mask out any particular change from the IP log. Currently within JGit we want to mask only the initial commit, but others could be masked if the need arises. Change-Id: I598e08137ddc5913284471ee2aa545f4df685023 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Generate an Eclipse IP log with jgit eclipse-iplogShawn O. Pearce2010-01-291-0/+33
The new plugin contains the bulk of the logic to scan a Git repository, and query IPZilla, in order to produce an XML formatted IP log for the requested revision of any Git based project. This plugin is suitable for embedding into a servlet container, or into the Eclipse workbench. The command line pgm package knows how to invoke this plugin through the eclipse-iplog subcommand, permitting storage of the resulting log as a local XML file. Change-Id: If01d9d98d07096db6980292bd5f91618c55d00be Signed-off-by: Shawn O. Pearce <spearce@spearce.org>