Skip to content
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

hotfix(log-serializer) avoid redundant request.request_* properties #3098

Merged
merged 1 commit into from Dec 15, 2017

Conversation

thibaultcha
Copy link
Member

Reflecting back on #2445, the chosen names feel very redundant when
accessed from a queryable interface. The same way, upstream_uri seems
to have been wrongly added under the request scope, where it doesn't
belong.

This solution has the benefit of being less breaking as well. (Only one
field gets renamed).

Reflecting back on #2445, the chosen names feel very redundant when
accessed from a queryable interface. The same way, `upstream_uri` seems
to have been wrongly added under the `request` scope, where it doesn't
belong.

This solution has the benefit of being less breaking as well. (Only one
field gets renamed).
Copy link
Contributor

@p0pr0ck5 p0pr0ck5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable.

@thibaultcha thibaultcha merged commit 94940ab into next Dec 15, 2017
@thibaultcha thibaultcha deleted the hotfix/log-serializers branch December 15, 2017 18:20
thibaultcha added a commit that referenced this pull request Jan 16, 2018
Reflecting back on #2445, the chosen names feel very redundant when
accessed from a queryable interface. The same way, `upstream_uri` seems
to have been wrongly added under the `request` scope, where it doesn't
belong.

This solution has the benefit of being less breaking as well. (Only one
field gets renamed).

From #3098
thibaultcha added a commit that referenced this pull request Jan 19, 2018
Reflecting back on #2445, the chosen names feel very redundant when
accessed from a queryable interface. The same way, `upstream_uri` seems
to have been wrongly added under the `request` scope, where it doesn't
belong.

This solution has the benefit of being less breaking as well. (Only one
field gets renamed).

From #3098
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants