<div dir="ltr"><div><br></div>Ccing the QA list... <br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 9, 2013 at 4:54 PM, Tomislav Plavcic <span dir="ltr"><<a href="mailto:tplavcic@gmail.com" target="_blank">tplavcic@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
<br>
I tried to do one easy task of those which Zeljko listed just to get<br>
started on the workflow with git, gerrit and to get familiar with<br>
cucumber,watir and other stuff.<br>
<br>
So i refactored the UserPage class to VisualEditorPage (task #1) but<br>
it seems i don't have push right on the repository (go figure :)<br>
Well, i'm not sure what's the policy on this so please inform me...<br></blockquote><div><br></div><div style>I think that you should be able to do this.  When you follow the directions at <a href="http://www.mediawiki.org/wiki/Gerrit/Getting_started">http://www.mediawiki.org/wiki/Gerrit/Getting_started</a>, what error messages to you get?  For example, you should be able to do </div>
<div style><br></div><div style>$ git clone ssh://<a href="http://plavi@gerrit.wikimedia.org:29418/qa/browsertests">plavi@gerrit.wikimedia.org:29418/qa/browsertests</a><br></div><div style><br></div><div style>Then do </div>
<div style><br></div><div style>$ git checkout -b plavi_branch</div><div style><br></div><div style>Then make some changes in the code.  When you are done, do </div><div style><br></div><div style>$ git commit --all</div>
<div style><br></div><div style>This will put you into your default editor where you are required to create a commit message for your new branch.  After you write the message and save it in your editor, you would do</div>
<div style><br></div><div style>$ git review</div><div style><br></div><div style>This should give you a message about creating a "review id" and other things.  After that happens you should see your push when you are logged in to gerrit at <a href="https://gerrit.wikimedia.org">https://gerrit.wikimedia.org</a></div>
<div style><br></div><div style>Is there a particular step here that is not working for you?  </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
Secondly, when registering in Gerrit there was Username field and<br>
below that Password field, and more below shell instance account name.<br>
I was confused with the ordering (and names) of fields (so I put<br>
"plavi" in first and the last). Gerrit now uses "plavi" as my Full<br>
Name on other pages in application, and also as Username (but that is<br>
o.k.).<br>
It's not a big deal but if it's possible to change it it would be nice<br>
(I don't have that option from menu).<br></blockquote><div><br></div><div style>We can fix this I'm sure, but let us figure out where your issue is with gerrit first. </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
Thank you!<br>
<br>
--<br>
Tomislav Plavcic<br>
Theoretically, if I cut costs enough we'll be profitable without<br>
selling any products... Dilbert<br>
</blockquote></div><br></div></div>