GitLabからGPGを取得できるURLがほしい
The merge request that introduced public URL for ssh keys
Make SSH keys publicly accessible (!42288) · マージリクエスト · GitLab.org / GitLab · GitLab
The merge request that introdured GPG keys API
Allow access to Users Public GPG Keys (!43332) · マージリクエスト · GitLab.org / GitLab · GitLab
BTW, I cannot input japanese vowels thus I cannot input meaningful japanese.
To develop GitLab itself, read the contribution guide and use GitLab Development Kit
First of all, install asdf and just run make bootstrap
in GDK directory. It installs all the dependencies (maybe).
It takes long. I want GDK to use all the processors to build Ruby and so on...
gdk install
caused an error, but following troubleshooting guide resolved the error.
finally, gitlab is available at http://127.0.0.1:3000 !
the default user is root/5iveL!fe
Required Git version is 2.29.x (the default version of Ubuntu 20.10 is 2.27.x though...)
I had to build the latest git by myself.
$ hub clone git/git
$ cd git
$ make -j prefix=~/.local install
Then, configure GDK
$ cd <gdk-dir>
$ cat <<EOF > gdk.yaml
git:
bin: "$HOME/.local/bin/git"
EOF
$ gdk reconfigure
$ gdk restart gitaly
found the fixtue in spec/factories
created the MR
forking gitlab-org/gitlab takes long time. I'd be better to fork it in advance
日本語打てるようになったらしい