Yusuke Sasaki

Results 16 comments of Yusuke Sasaki

Candidates: 1. Keep the current status and wait for appearing the new HTTP server(s). 1. Deprecate `tsukuyomi-server` and use `hyper` and its abstraction directly.

Note: I created a new project based on tsukuyomi-server, with the aim of using it in other frameworks: https://github.com/ubnt-intrepid/izanami

## Configuration File Format * Candidate 1 ```toml [[host]] path = "my.gitlab.host" address = "133.6.11.2" https_port = 8888 ssh_port = 2222 ``` * Candidate 2 ```toml [host."my.gitlab.host"] http_address = "133.6.11.2:8888"...

よく考えれば(よく考えなくても)、自前で設定項目を追加するより`/etc/hosts` や `~/.ssh/config` の内容を読みに行ったほうが楽なのでその方針に切り換える。 ### Tasks - HTTP - [ ] `getaddrinfo` 経由でホスト名が与えられたときのアドレスを解決する - SSH - [ ] `~/.ssh/config` のパーサ - [ ] ホスト名と該当する設定を読み込む - optional - [ ] `~/.rhqconfig`...

Thanks for reporting the issue (and sorry that the reply was delayed). It is a better idea to prompt to build initial settings if the configuration does not exist. I...

Thanks for reporting the issue. Currently, the setting of (additional) command line options of Git needs to be passed as arguments of `rhq`. With the changes of CLI, the specification...