Srinivasan Rangarajan
Srinivasan Rangarajan
The latest version of gitlab_config.rb (rev:d01eac9) has is different and the support/patches/gitlab-shell-config.rb.patch doesn't apply cleanly. This causes the config.yml file to be loaded without any ERB template modifications. Causing the...
In consistenthash, getting from an empty hash (before keys are added) trying to Get a value should return an empty string. Now has 100% coverage on consistenthash package Also add...
Fixes a minor annoyance in the proposal listing page, where the number next to the proposal title is numbered from the top. When a new proposal is submitted, the old...
.... gen.Task requires 'callback' as the argument. Now you can do yield gen.Task(...) Test cases also updated.
isinstance function was checking the String "foo" instead of the variable foo. And added a check for int to match the scala example.
if `USER_AGENT_LIST` isn't set, it throws an error. Use some default setting.