
Hey all, I'm trying to submit a minor MR as described on the wiki [0]. I can't seem to find the mentioned 'New Merge Request' button, however. Do I need a specific set of permissions to open MRs? Any pointers would be appreciated. Best, _ara [0] https://gitlab.haskell.org/ghc/ghc/wikis/home#opening-a-merge-request

Ara Adkins
Hey all,
I'm trying to submit a minor MR as described on the wiki [0]. I can't seem to find the mentioned 'New Merge Request' button, however. Do I need a specific set of permissions to open MRs?
Any pointers would be appreciated.
Do you see a "New merge request" button in the top right (below the navigation bar) of this page [1]? You can also navigate to any page under the ghc/ghc project and there should be a "New merge request" entry under the "+" menu in the navbar. Cheers, - Ben [1] https://gitlab.haskell.org/ghc/ghc/merge_requests

I don't, which is the curious thing. There's just a gap above the
filter dropdown where it should be.
On Mon, 8 Apr 2019 at 13:56, Ben Gamari
Ara Adkins
writes: Hey all,
I'm trying to submit a minor MR as described on the wiki [0]. I can't seem to find the mentioned 'New Merge Request' button, however. Do I need a specific set of permissions to open MRs?
Any pointers would be appreciated.
Do you see a "New merge request" button in the top right (below the navigation bar) of this page [1]?
You can also navigate to any page under the ghc/ghc project and there should be a "New merge request" entry under the "+" menu in the navbar.
Cheers,
- Ben

Ara Adkins
I don't, which is the curious thing. There's just a gap above the filter dropdown where it should be.
Hmm, it's possible this is related to the fact that you had only reporter privileges. I just gave you the developer role; have things changed at all? Cheers, - Ben

Thanks so much Ben! That seems to have done the trick.
Unfortunately I seem to have hit another hurdle, as my fork doesn't
seem to be in the list of potential sources at all [0]. Similarly if I
try and start the MR from within my fork, the only target is my fork.
It's like it's lost its parent relationship to the main GHC repo. Any
idea why that would be? I did fork quite a while back, so maybe
something got borked in one of the various GitLab upgrade snafus.
I tried to delete the fork and fork again, figuring that I could just
push my changes from my local, but the deletion has failed with "This
project was scheduled for deletion, but failed with the following
message: Permission denied @ rb_sysopen -
/var/lib/acme/gitlab.haskell.org/registry-auth.key " Remarkably odd.
Sorry to load all these things onto your plate!
Best,
_ara
[0] https://gitlab.haskell.org/iamrecursion/ghc
On Mon, 8 Apr 2019 at 19:22, Ben Gamari
Ara Adkins
writes: I don't, which is the curious thing. There's just a gap above the filter dropdown where it should be.
Hmm, it's possible this is related to the fact that you had only reporter privileges. I just gave you the developer role; have things changed at all?
Cheers,
- Ben

On Mon, 8 Apr 2019 at 14:22 Ben Gamari
Ara Adkins
writes: I don't, which is the curious thing. There's just a gap above the filter dropdown where it should be.
Hmm, it's possible this is related to the fact that you had only reporter privileges.
Just a datapoint here: I have only Reporter rights, and I do see "New Merge Request" button on the "Merge Requests" page of the ghc/ghc project. And I'm pretty sure I had it back when I didn't have any (non-trivial) permissions. -- Best, Artem
I just gave you the developer role; have things changed at all?
Cheers,
- Ben
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Perhaps the current 'my fork is not available' mess is actually the
root cause, then?
On Mon, 8 Apr 2019 at 21:56, Artem Pelenitsyn
On Mon, 8 Apr 2019 at 14:22 Ben Gamari
wrote: Ara Adkins
writes: I don't, which is the curious thing. There's just a gap above the filter dropdown where it should be.
Hmm, it's possible this is related to the fact that you had only reporter privileges.
Just a datapoint here: I have only Reporter rights, and I do see "New Merge Request" button on the "Merge Requests" page of the ghc/ghc project. And I'm pretty sure I had it back when I didn't have any (non-trivial) permissions.
-- Best, Artem
I just gave you the developer role; have things changed at all?
Cheers,
- Ben
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (3)
-
Ara Adkins
-
Artem Pelenitsyn
-
Ben Gamari