| Summary: | When importing a project based on searching a given repo, import wizard fails silently. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Ken Gilmer <ken> | ||||||
| Component: | UI | Assignee: | Project Inbox <egit.ui-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | christian.halstrick, matthias.sohn | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Ken Gilmer
Created attachment 192626 [details]
Patch to UI aspect if issue described in bugzilla.
My first attempted contribution to egit project. While I did read through the contribution guide, I'm probably missing something...
Created attachment 192627 [details]
Screenshot of new UI in failure condition.
Please upload the patch to Gerrit code review as described in [1] [1] http://wiki.eclipse.org/EGit/Contributor_Guide#Contributing_Patches Hi Matthias, I followed the instructions and setup a gerrit account, agreed to the terms, configured the remotes, etc.. I tried to push for review: $ git push review Counting objects: 70, done. Delta compression using up to 4 threads. Compressing objects: 100% (30/30), done. Writing objects: 100% (46/46), 3.29 KiB, done. Total 46 (delta 26), reused 0 (delta 0) To ssh://kgilmer@egit.eclipse.org:29418/egit.git ! [remote rejected] HEAD -> refs/for/master (you are not author kgilmer@gmail.com) error: failed to push some refs to 'ssh://kgilmer@egit.eclipse.org:29418/egit.git' Not sure why I'm getting that error... $ git config --get user.email kgilmer@gmail.com I'm new to gerrit, please advise on what I'm doing wrong. thx ken See the corresponding Gerrit error explanation [1]. Gitweb on android is a bit slow-ish, so be patient until the page loads. [1] https://android.git.kernel.org/?p=tools/gerrit.git;a=blob;f=Documentation/error-you-are-not-author.txt;h=47a76528fcb18ffbc5edc05557eed9964f1c72c4;hb=a9d1575535519fa37a56079f75922f4a0aeb8ade Hi Ken, did you manage to upload the patch to gerrit? Should I help? Ciao Chris Hi Chris, I just checked and yes this is still happening in Indigo. I'll submit the patch via gerrit. thx ken Ok, it's been pushed to gerrit: http://egit.eclipse.org/r/#change,3807 Although I see a merge in there...not sure how that got in there, or how to remove it. It's been awhile since I've been working on this. LMK if I need to do anything else to the patch. After getting Matthias Sohn's comment regarding the commit history, I started with a fresh workspace, rebuilding everything from source. I then manually merged the relevant changes in, a few lines of code. In testing I found that the initial error is now caught earlier in the Import wizard, in that a ".repo" repository is not visible in the dialog when using the "Add" action. That I was able to do this in my old workspace would lead me to think it was using cached data from a previous version of the plugin and is no longer a defect in the current version. So, I'd say this is fixed in 1.0, and marking the bug as such. I would revoke the gerrit submission but I either can't find the option or it's not available to me. |