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

[TC-46] - Update TO client for psql API changes. #104

Merged
merged 9 commits into from
Nov 28, 2016

Conversation

dneuman64
Copy link
Contributor

Updated the TO client to work with API changes with psql. This fixes TC-46

HeaderRewrite string `json:"headerRewrite"`
EdgeHeaderRewrite string `json:"edgeHeaderRewrite"`
MidHeaderRewrite string `json:"midHeaderRewrite"`
TRResponseHeaders string `json:"trResponseHeaders"`
RegexRemap string `json:"regexRemap"`
CacheURL string `json:"cacheurl"`
RemapText string `json:"remapText"`
MultiSiteOrigin string `json:"multiSiteOrigin"`
MultiSiteOrigin int `json:"multiSiteOrigin"`
Copy link
Member

Choose a reason for hiding this comment

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

MultiSiteOrigin should be a bool

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch, will fix

TRResponseHeaders: "Access-Control-Allow-Origin: *",
MultiSiteOrigin: "0",
MultiSiteOrigin: 0,
Copy link
Member

Choose a reason for hiding this comment

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

same comment as above. this is a bool in the database.

@asfgit asfgit merged commit 2d2aac9 into apache:psql-rebase Nov 28, 2016
asfgit pushed a commit that referenced this pull request Nov 28, 2016
@dneuman64
Copy link
Contributor Author

thanks @mitchell852!

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

3 participants