-
Notifications
You must be signed in to change notification settings - Fork 1.1k
COUCHDB-2722 Keys from rewrited query params should be blank when not specified in the URI #324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@supertinou wow thank you - you are awesome! sadly i have to admit that i have not done much with rewritten query params, so let me ping @rnewson who might be a better reviewer than me. |
|
Thank you @robertkowalski! As we are sadly not able to see the tests running with the fix I was wondering if it would possible in one way to make a new pull request only for testing purpose in which I would keep these tests and replace the master branch of couch and chttpd by my fixed branches COUCHDB-2722 Is it possible to reference custom remote branches for the compilation of couchdb ? NB : Maybe no need to change the chttpd branch on that testing PR as the tests are only running against the old backdoor ports which are served by apache/couchdb-couch. Thanks again @robertkowalski |
|
@supertinou sorry for the late answer.
yes that is possible, see https://github.com/robertkowalski/couchdb/blob/couchdb-perf-not-optimized/rebar.config.script#L25 for an example you can also try to run the testsuite locally before submitting a PR:
|
|
@supertinou hi, what is the status on the issue? *friendly nudge * |
|
Ping @supertinou . We'd love to merge this if you can run the tests and get back to us. |
|
@wohali Martin did this for me when he was one of my students. I'm not sure he's still on GitHub. If yes, here is a rebase on CouchDB master branch: |
|
@benel Yes thank you! Open a new PR and reference this one. I will close this one now. |
I think in the vm.args example the line with `-kernel inet_dist_listen_max 9100` should in fact be `-kernel inet_dist_listen_min 9100`
I think in the vm.args example the line with `-kernel inet_dist_listen_max 9100` should in fact be `-kernel inet_dist_listen_min 9100`
Bug Fix
COUCHDB-2722
The keys from the rewrited query params of a view should be blank when not specified in the URL.
Please see the following JIRA link for more details...
JIRA
https://issues.apache.org/jira/browse/COUCHDB-2722
Related Pull Requests
Thanks to @benel and @nicoolas25
cc @robertkowalski, @janl
Any comment, review is always welcome.