Conversation
added 2 commits
October 14, 2018 13:15
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
============================================
+ Coverage 71.89% 72.15% +0.26%
- Complexity 1392 1441 +49
============================================
Files 220 220
Lines 4365 4478 +113
Branches 690 728 +38
============================================
+ Hits 3138 3231 +93
- Misses 992 1006 +14
- Partials 235 241 +6
Continue to review full report at Codecov.
|
boulter
approved these changes
Oct 15, 2018
Contributor
|
The only problem with this is that it creates more reasons to build uncacheable pages. :( |
Collaborator
Author
|
I can't see this being terribly useful on Hubspot-hosted pages. The original feature requester seems like he is using Jinjava directly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Final request for ipaddr filter #236.
Returns the CIDR prefix of a valid IP address. If the IP address is invalid or the prefix is not a number it will return null. Example usage:
'1.0.0.1/24'|ipaddr('prefix')would return24.