
Gitlab is still broken unfortunately.
* Forking new projects doesn't work (according to deepfire)
* MRs are not updated when the branch is pushed to
I added a broadcast message to gitlab to inform people of the problem.
Cheers,
Matt
On Sat, Mar 23, 2019 at 10:13 PM Ben Gamari
Ben Gamari
writes: Matthew Pickering
writes: I don't know what has changed since yesterday but pushing new branches to GitLab is broken.
The two most recent branches pushed to origin 404 when you click on the link.
https://gitlab.haskell.org/ghc/ghc/branches
https://gitlab.haskell.org/ghc/ghc/tree/wip/mp/15646
I also pushed some commits to a fork and the MR which they appear on didn't update at all. Perhaps a symptom of the same problem.
Also a recent MR by Ben complains of the source branch for the MR not existing. https://gitlab.haskell.org/ghc/ghc/merge_requests/625
The summary is that GitLab seems unusable at the moment. Did you fiddle with anything recently Ben?
Yes, I am aware of these issues have been working in the background to resolve or report them. In short, I updated to 11.9.0 yesterday. This seems to have introduced a bug in the handling of branches whose names contain forward slashes. Unfortunately it hasn't been easy to nail down precisely what broke.
I have tried rolling back to 11.8.2 but sadly the issues seem to persist.
For what it's worth, I managed to come up with a patch that appears to avoid the issue. It appears to be due to caching within GitLab, although I can't say I understand precisely how it is going wrong. I have reported the regression as gitlab-ce#59403 [1].
Cheers,
- Ben