[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[technology-pmc] PMC approval needed for committer vote for Mathias Kinzler
|
technology PMC Members,
This automatically generated message marks the completion of voting for
Mathias Kinzler's Committer status on the technology.egit project. As a PMC
member, you can approve or disapprove this vote through your My Foundation
portal page:
http://portal.eclipse.org/
Mathias Kinzler was nominated by Matthias Sohn as follows:
Since March Mathias has been contributing a steady stream of patches. The
egit history shows that we accepted more than 6000 (!) lines of code within
the last 5 weeks (see
http://dev.eclipse.org/mhonarc/lists/egit-dev/msg01027.html for details of
IP review).
I think this shows an impressive track record of contributions.
Mathias current commit history:
commit 53497e07b0b916080262cb76842f0a20250ead26
Author: Mathias Kinzler
Date: Fri Apr 9 15:44:07 2010 +0200
Egit Push uses wrong URI/RefSpec
When using the push wizard with a remote configuration
instead of a custom URI, the push wizard wrongly
uses the fetch URI/RefSpecs instead of the Push URI/RefSpecs.
Change-Id: If91a5d76da6e80a0d7ef7a723c8077210c5a9ce2
Signed-off-by: Mathias Kinzler
3 files changed, 17 insertions(+), 4 deletions(-)
commit a692ce8b504c7062120476a334a8d434ce5bafdd
Author: Mathias Kinzler
Date: Thu Apr 8 08:48:19 2010 +0200
Make tracing 3.4 compatible and plug-in local
Sharing trace classes between plug-ins is bad, as the OSGI tracing
infrastructure will write the ID of plug-in that exposes the trace
class into the trace file. Instead the ID of the plug-in that is
writing the trace should be written. This is achieved by obtaining a
separate Location for each plug-in.
In order to achieve 3.4. compatibility, a temporary trace
implementation using System.out is used.
Bug: 306793
Change-Id: I2765961f9c0b886995e74b03404e1f20aadf7b28
Signed-off-by: Mathias Kinzler
Signed-off-by: Robin Rosenberg
19 files changed, 336 insertions(+), 55 deletions(-)
commit b56662e4d430752f87b7c27eacb40fcd3c7a7599
Author: Mathias Kinzler
Date: Tue Apr 6 18:33:58 2010 +0200
RepositorySearchDialog: border
Bug: 307906
Change-Id: I783c26a38fa364c5bbb0569f841e772e6b8259b7
Signed-off-by: Mathias Kinzler
Signed-off-by: Robin Rosenberg
1 files changed, 1 insertions(+), 1 deletions(-)
commit afa7727491568ce11a01b0f37ea7eb1b0af29c03
Author: Mathias Kinzler
Date: Tue Apr 6 17:46:55 2010 +0200
GitRepositoriesView: 3.4 compatibility
Bug: 308034
Change-Id: I2f219a3a0a6f977cc2f7ae0c9d1ed1c17668a351
Signed-off-by: Mathias Kinzler
1 files changed, 5 insertions(+), 1 deletions(-)
commit ac8c7b0306088e73ec85b7f3376cd9479d471422
Author: Mathias Kinzler
Date: Wed Mar 31 22:57:06 2010 +0200
Add a "Git Repository Exploring" perspective
Just a minimal perspective resembling the
corresopnding CVS perspective. Show
the Git Repositories View on the left side
and the Properties View at the bottom.
Bug: 301168
Change-Id: I0bb66c897cb997105270c35d63df6ad0dcb18a5b
Signed-off-by: Mathias Kinzler
Signed-off-by: Chris Aniszczyk
5 files changed, 61 insertions(+), 4 deletions(-)
commit 724ceb01f229990ee9527c237e90dfaf8e06f98d
Author: Mathias Kinzler
Date: Thu Apr 1 12:12:17 2010 +0200
Repositories View margins
This does away with some unneccessary margins.
Bug: 307797
Change-Id: I5e64e44c0fafc4f56e40d3a47cb1c05fe8539fd0
Signed-off-by: Mathias Kinzler
Signed-off-by: Chris Aniszczyk
1 files changed, 2 insertions(+), 7 deletions(-)
commit 0347bbf8ebc36b495916cd5199f58850bd8d92cf
Author: Mathias Kinzler
Date: Tue Mar 16 11:35:40 2010 +0100
NPE during Eclipse shutdown
Make the "traceVerbose" flag static and
set it during start() and stop().
Bug: 304799
Change-Id: I48bfd339f934a396e35a567f5e8efb5ddc9adbfe
Signed-off-by: Mathias Kinzler
1 files changed, 13 insertions(+), 1 deletions(-)
commit 77beda4de51a204507a4e22dd01fff4172919e33
Author: Mathias Kinzler
Date: Wed Mar 31 23:17:30 2010 +0200
Repositories View fixes/improvements
1: integrated Wim Jongman's suggestions for
the Repository Search Dialog
2: added "Working Directory" node to reflect
the file system structure of the repository
3: added "Show in Git Repositories View"
action to Team menu to allow
finding resources under Git-controlled projects
in the view
4: implemented "Link to selection" checkbox
in the view to allow keeping the selection in the
project explorer in sync with the selection
in the "Working Directory" subtree
5: the tree must be wide enough to show
long directory names
6: integration with GitCloneWizard (automatic
refresh of the view after cloning)
7: missing icon for the view added
Bug: 301168
Change-Id: Ia46e24d30b4c3dc8221489cfc653d71eebf47156
Signed-off-by: Mathias Kinzler
22 files changed, 1650 insertions(+), 919 deletions(-)
commit c132716598dde72ec1c408f0cb6a1555b2805f9a
Author: Mathias Kinzler
Date: Wed Mar 31 21:57:01 2010 +0200
Remember author and commiter in CommitDialog
Bug: 295994
Change-Id: I35700e6a8731ccf851c24216c47ba37852e8b1c0
Signed-off-by: Mathias Kinzler
3 files changed, 180 insertions(+), 3 deletions(-)
commit 1aa2a8552f15015fbbd645689df882981863e0a1
Author: Mathias Kinzler
Date: Mon Mar 29 16:22:51 2010 +0200
Replace System.out with proper tracing
Bug: 306793
Change-Id: I2afb00b153506b653d088517c2adc8ea841412f2
Signed-off-by: Mathias Kinzler
25 files changed, 431 insertions(+), 137 deletions(-)
commit b43494e82a187fbd6be96bf4b11cf96da66e1dcb
Author: Mathias Kinzler
Date: Wed Mar 24 07:50:59 2010 +0100
Add Configuration to Repositories View
This adds two things: first, support for the standard
"Properties" view in Eclipse which allows to maintain
simple properties, like user name and email directly and
secondly, it adds a "Remotes" node to the Repositories
View which allows to maintain remote configurations
(re-using the existing wizard pages as much as possible).
Bug: 304182 (and 295995)
Change-Id: I3b4528a9e50cfcc13fe98e2468c2e8df02c53f4b
Signed-off-by: Mathias Kinzler
21 files changed, 1963 insertions(+), 395 deletions(-)
commit 14ac3efaab9305704a864903de54c76e33dd4043
Author: Mathias Kinzler
Date: Thu Mar 18 17:28:50 2010 +0100
Allow to use the repository name in Git Label Decorations
Currently, the Git (text-) label decorations include variables for
dirty,
staged, and branch. Since there are many repositories with the same
"master"
branch, we should have a "repository name" variable. This should be the
name
of the repository's directory. While not necessarily unique, this helps
in
identifying the repository in the project explorer.
Bug: 306397
Change-Id: I08f8bc2681fc2440ca684bd1735a4a0d7468cea6
Signed-off-by: Mathias Kinzler
Signed-off-by: Matthias Sohn
6 files changed, 50 insertions(+), 13 deletions(-)
commit f0325b28ed76b4115f3ed2cb2dde57fa2d9af38e
Author: Mathias Kinzler
Date: Mon Mar 15 13:14:29 2010 +0100
Add a "Git Repositories View"
This is a very first implementation of a "Git Repositories View"
(analogous to e.g. CVS Repositories View). It allows addition
and removal of local Git Repositories, cloning of Git
Repositories as well as checking-out of branches.
Project import can be done using the standard "Import Existing
Projects"
wizard.
We should use bug 301168 to discuss this.
Bug: 301168 (also: 281394, 302742, 303403)
Change-Id: Icd0a7171f67c3180dc4a4a4246b490d6d4536845
Signed-off-by: Mathias Kinzler
9 files changed, 1870 insertions(+), 0 deletions(-)
commit 25f1acdd2f2176380aaac397f69597e3e26c9f0b
Author: Mathias Kinzler
Date: Tue Mar 9 18:29:58 2010 +0100
Add content proposal to Git Wizards URI field
Add a content proposal to the URI field so that
the end user can see a list of previously used
URIs in the Git wizards (GitCloneWizard, PushWizard)
for easy re-use of these URIs.
The URIs are only added if an import or push was
completed successfully.
Bug: 303402
Change-Id: Id047009c079540db6dd1404ce48ae707fe1b642b
Signed-off-by: Mathias Kinzler
6 files changed, 183 insertions(+), 6 deletions(-)
commit 4d88f03ad6b97e43712a856f08bc6b45f6ac868b
Author: Mathias Kinzler
Date: Fri Mar 5 14:58:31 2010 +0100
"Local file..." button for Repository import
A button is added to the "Import Git Repository" wizard in order to
allow the user
to select a directory in the local file system.
After a directory was selected, the URI-field of the wizard is filled
with a file-URI.
Bug: 304478
Change-Id: I7599e2edc27e9b39a2b828f8768f535ad19b92de
Signed-off-by: Mathias Kinzler
3 files changed, 44 insertions(+), 2 deletions(-)
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=301168
Vote summary: 8/0/0 with 1 not voting
+1 Chris Aniszczyk
+1 Christian Halstrick
? Mik Kersten
+1 Stefan Lay
+1 Mykola Nikishov
+1 Shawn Pearce
+1 Robin Rosenberg
+1 Matthias Sohn
+1 Gunnar Wagenknecht