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

Download path settings per request #1544

Merged
merged 5 commits into from
Jun 3, 2019
Merged

Download path settings per request #1544

merged 5 commits into from
Jun 3, 2019

Conversation

develohpanda
Copy link
Contributor

Closes #1511.

Saves request download path in request-meta instead of request-url-bar state. This allows the setting to be per request rather than global.

Ideally I would expect this downloadPath setting (and others in future) to exist in a 'requestSettings` object in meta and passed around as a whole rather than adding x props for each new setting. I feel that is out of scope for this PR though - thoughts?

Send + download
image

Send only
image

@develohpanda develohpanda changed the title Feature/1511 local request settings Download path settings per request Jun 3, 2019
@gschier
Copy link
Contributor

gschier commented Jun 3, 2019

Ideally I would expect this downloadPath setting (and others in future) to exist in a 'requestSettings` object in meta and passed around as a whole rather than adding x props for each new setting. I feel that is out of scope for this PR though - thoughts?

Yes, I agree. It would be nice for the future but out of scope for this PR.

Copy link
Contributor

@gschier gschier left a comment

Choose a reason for hiding this comment

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

Thanks again @develohpanda! I have nothing to add on this one 😄 👍

@gschier gschier merged commit 5d82a5e into Kong:develop Jun 3, 2019
@develohpanda develohpanda deleted the feature/1511-local-request-settings branch June 3, 2019 22:09
@ThaDaVos
Copy link

ThaDaVos commented Jun 4, 2019

Thanks for the pull-request @develohpanda - can't wait to test this out

@develohpanda
Copy link
Contributor Author

Thanks for the pull-request @develohpanda - can't wait to test this out

No worries mate!

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.

[Feature Request] Store request sending settings locally (not globally)
3 participants