Kazunori Kimura
Kazunori Kimura
1. I found some similar issues already closed, e.g. #1771 . Did you check them? 2. Is your PostgreSQL version correct? Since GitLab 13.7, PostgreSQL 12.x is required as mentioned...
Sorry for late, I was bit busy. > @kkimurak The ci pipeline failed at stage `test` by testing the image bootup. It failes due to connection issues: > > >...
I'm back, confirmed that gitlab works on relative URL enabled/disabled. Also simple git push/pull works. Here're list of changes for configurations. - `gitaly` - `config.toml` - add commented-out config `runtime_dir`...
Additional note: I have noticed that puma dies on startup so that gitlab did not come up. I have submit a separate PR #2579
Now I can continue developing thanks to #2579 is merged
@sachilles Is there a backporting request? If so, I'll split the commit to make it easier (although it will take some time, of course).
Hi @sachilles , I apologize for leaving the pull request for so long. I thought a lot, but I want to split this PR into some feature-based individual PRs (and...
I'm still busy and progress is slow, but the work is definitely nearing completion. Most of the changes were cleaned up and sorted by released tag. A little work left...
I also want to split them into separate pull requests for easier review. I haven't decided where to split it, but if you have any suggestions (and requests for access...
Add user to `docker` group. Please refer official document https://docs.docker.com/engine/install/linux-postinstall/