-
Notifications
You must be signed in to change notification settings - Fork 284
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
Remove deprecation notice for index handling in vibe.web.rest #1010
Conversation
Instead of removing just the deprecation message, the whole |
Since there was no other code, I though it was already removed. I'll take a look later this week then. |
379e138
to
c6abfb5
Compare
Updated (and added small cosmetic changes). |
'id' is expected to be part of the URL instead of a JSON request. Parameters with default | ||
values will be optional in the corresponding JSON request. | ||
'id' is expected to be part of the URL instead of a JSON request. Parameters with default | ||
values will be optional in the corresponding JSON request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be tabs instead of spaces. I'll fix that after merge.
There still seems to be a missing false template parameter at rest.d line 813 according to Travis. |
c6abfb5
to
6199883
Compare
Nevermind. Your fix came in just in the second I commented. |
Yup, and that means the unittest don't cover that line. Reminds me that I never checked the coverage on Vibe. |
Green :) |
Remove deprecation notice for index handling in vibe.web.rest
This had been deprecated in fe6a5de and so this message is there since July 2013 (and not relevant anymore). Time to remove it ?