License • free for 20 users. free for educational institutions / NGO. • $199+/month for 21+ users • all source code become GPLv3 from 2018/5/1 • at 2013/10/14, all source code become GPLv3 from 2017/09/01. period is extended ?
Web UI) • /home/{install-user}/rhodecode/data/production.ini ! ! • Message resources are being managed on transifex.com • https://www.transifex.com/projects/p/RhodeCode/language/ ja/ lang = ja
1. title and description 2. comment (new/delete only) 3. changeset (can not add new changeset) • Please wait next release. • Workaround: always create new pull-request.
Can not view same repository pull-request’s diff • Example • send pull-request from same repository, • from develop branch to master branch. • Workaround: send pull-request from fork repository.
commit unreachable by git push —force. • Implementation problem • find commit by commit id. (current rhodecode implementation) • if can not find commit by commit id, should try to find commit by branch name. (suggestion) • BTW: branch name and commit id are stored to database. (current rhodecode implementation) • is this problem already reported? • Workaround: change branch name and create new pull request • add suffix to branch name. ex. feature/hoge-2, feature/hoge-3 … • git push —force is worse