<div dir="ltr">Hi Raymond,<br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 20, 2017 at 1:20 AM, Raymond Toy <span dir="ltr"><<a href="mailto:toy.raymond@gmail.com" target="_blank">toy.raymond@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:large"><br></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="gmail-">On Fri, May 19, 2017 at 4:15 PM, Raymond Toy <span dir="ltr"><<a href="mailto:toy.raymond@gmail.com" target="_blank">toy.raymond@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif">Yes, I'm sure making master no longer be a protected branch would work (but not yet tested).</div><div style="font-family:arial,helvetica,sans-serif"><br></div><div style="font-family:arial,helvetica,sans-serif">However, I was more concerned by that fact that as Owner, I couldn't commit to master. And why, as Owner, I couldn't even approve my own merge request to master.</div></div></blockquote></span><div><br><div>​<font size="2">Maybe that's the problem. I'm owner and don't have Master (or Developer) permissions.  Can't seem to find anyway to give myself such permissions.  I do see that Fare has Developer access and there's a pulldown menu to allow me to change it (and set an  expiration date).</font>​</div></div></div></div></div></blockquote><div><br></div><div>This document (<a href="https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/user/permissions.md">https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/user/permissions.md</a>) says that an owner should be able to do everything a developer can...<br><br></div><div>So, if you can't push or merge to your master branch, then I'd say that's a bug.<br><br></div><div>Or maybe I'm misunderstanding your use-case or their documentation...<br><br><br></div><div>Regards,<br><br><br></div><div>Erik.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><div><div class="gmail-h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif"></div><div style="font-family:arial,helvetica,sans-serif">I do see, now that Erik has made master no longer protected, I can now merge my merge request.</div><div class="gmail_extra"><div><div class="gmail-m_4073689920585451494h5"><br><div class="gmail_quote">On Fri, May 19, 2017 at 11:32 AM, Erik Huelsmann <span dir="ltr"><<a href="mailto:ehuels@gmail.com" target="_blank">ehuels@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span> Fri, May 19, 2017 at 8:30 PM, Erik Huelsmann <span dir="ltr"><<a href="mailto:ehuels@gmail.com" target="_blank">ehuels@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span><div dir="ltr"><div>Hi Raymond,<br><br></div>For some reason 'master' was a protected branch. I've removed the branch protection through the project<br></div></span></blockquote></span><div>'s "Settings > Repository" page. There was a "Protect branch" heading, with a listing of currently protected branches below it.<br><br><br></div><div>For any other projects with protected branches, doing the same should be the solution.<br><br><br></div><div>Regards,<br><br><br></div><div>Erik.<br></div><span><div><br><br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span><div dir="ltr"></div></span><div class="gmail_extra"><br><div class="gmail_quote"><span>On Fri, May 19, 2017 at 5:11 PM, Raymond Toy <span dir="ltr"><<a href="mailto:toy.raymond@gmail.com" target="_blank">toy.raymond@gmail.com</a>></span> wrote:<br></span><div><div class="gmail-m_4073689920585451494m_-3627504251182667130m_-5579207810541795079h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:large"><font size="2">I used to be able to push commits to the master branch all the time.  But in the last month or two something has changed and when I try to push a change to master, I get the message:<br><br>remote: GitLab: You are not allowed to push code to protected branches on this project.<br>To common-lisp.net:f2cl/f2cl.git<br> ! [remote rejected] master -> master (pre-receive hook declined)<br clear="all"></font></div><br><div>​<font size="2">I see that master is a protected branch. (I don't remember changing that or if it was always protected.)<br><br></font></div><div><font size="2">So I created a <a href="https://gitlab.common-lisp.net/f2cl/f2cl/merge_requests/3" target="_blank">merge request</a></font><a href="https://gitlab.common-lisp.net/f2cl/f2cl/merge_requests/3" target="_blank">​</a><font size="2"> Now it says I have to go find someone with write access to merge the request.  Oddly, just a month ago, I successfully merged the requests <a href="https://gitlab.common-lisp.net/f2cl/f2cl/merge_requests/2" target="_blank">https://gitlab.common-lisp.net<wbr>/f2cl/f2cl/merge_requests/2</a> and <a href="https://gitlab.common-lisp.net/f2cl/f2cl/merge_requests/1" target="_blank">https://gitlab.common-lisp.net<wbr>/f2cl/f2cl/merge_requests/1</a>.<br><br>As the owner, I would think I have enough rights both to push to the protected branch and to merge my own merge requests.<br><br></font></div><div><font size="2">Any ideas?<span class="gmail-m_4073689920585451494m_-3627504251182667130m_-5579207810541795079m_-5596448250809746180HOEnZb"><font color="#888888"><br></font></span></font></div><span class="gmail-m_4073689920585451494m_-3627504251182667130m_-5579207810541795079m_-5596448250809746180HOEnZb"><font color="#888888"><div><a href="https://gitlab.common-lisp.net/f2cl/f2cl/merge_requests/3" target="_blank"></a></div><br>-- <br><div class="gmail-m_4073689920585451494m_-3627504251182667130m_-5579207810541795079m_-5596448250809746180m_2936147908336923375gmail_signature"><div dir="ltr"><div></div>Ray<br></div></div>
</font></span></div>
</blockquote></div></div></div><br><br clear="all"><span><br>-- <br><div class="gmail-m_4073689920585451494m_-3627504251182667130m_-5579207810541795079m_-5596448250809746180gmail_signature"><div dir="ltr">Bye,<div><br></div><div>Erik.</div><div><br></div><div><a href="http://efficito.com/" target="_blank">http://efficito.com</a> -- Hosted accounting and ERP.</div><div>Robust and Flexible. No vendor lock-in.</div></div></div>
</span></div>
</blockquote></span></div><span><br><br clear="all"><br>-- <br><div class="gmail-m_4073689920585451494m_-3627504251182667130m_-5579207810541795079gmail_signature"><div dir="ltr">Bye,<div><br></div><div>Erik.</div><div><br></div><div><a href="http://efficito.com/" target="_blank">http://efficito.com</a> -- Hosted accounting and ERP.</div><div>Robust and Flexible. No vendor lock-in.</div></div></div>
</span></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="gmail-m_4073689920585451494HOEnZb"><font color="#888888">-- <br><div class="gmail-m_4073689920585451494m_-3627504251182667130gmail_signature"><div dir="ltr"><div></div>Ray<br></div></div>
</font></span></div></div>
</blockquote></div></div></div><span class="gmail-HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br><div class="gmail-m_4073689920585451494gmail_signature"><div dir="ltr"><div></div>Ray<br></div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Bye,<div><br></div><div>Erik.</div><div><br></div><div><a href="http://efficito.com/" target="_blank">http://efficito.com</a> -- Hosted accounting and ERP.</div><div>Robust and Flexible. No vendor lock-in.</div></div></div>
</div></div>