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

Allow function values for FREEZER_SKIP_EXISTING #87

Merged
merged 1 commit into from
Nov 16, 2017

Conversation

zmwangx
Copy link
Contributor

@zmwangx zmwangx commented Oct 4, 2017

This enables more granular control over what files to skip.

Fixes #86.

(Implements the idea in #86 (comment).)

This enables more granular control over what files to skip.

Fixes Frozen-Flask#86.
@@ -127,9 +127,9 @@ You can specify a different endpoint by yielding a ``(endpoint, values)``
tuple instead of just ``values``, or you can by-pass ``url_for`` and simply
yield URLs as strings.

You can avoid re-freezing URLs by yielding a tuple ``(endpoint, values, time)``,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed some dangling whitespace out of habit... Should be harmless.

@zmwangx
Copy link
Contributor Author

zmwangx commented Oct 28, 2017

Ping?

Copy link
Member

@tswast tswast left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution and your patience.

@tswast tswast merged commit 02a17af into Frozen-Flask:master Nov 16, 2017
@zmwangx zmwangx deleted the granular-skipping branch November 16, 2017 23:51
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.

2 participants