FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - HubSpot/jinjava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
HubSpot
/
jinjava
Public
Notifications
You must be signed in to change notification settings
Fork
181
Star
785
Code
Issues
106
Pull requests
30
Actions
Projects
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
jinjava
src
on
master
User selector
Datepicker
Commit history
Commits on Aug 3, 2026
Merge pull request #1332 from craigayre/add-matches-regex
Show description for 9368b23
jasmith-hs
authored
9368b23
View commit details
Copy full SHA for 9368b23
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
refactor: rename matches_regex filter to regex_match and string_matching_regex test to search
Show description for cc468e8
craigayre
and
claude
committed
cc468e8
View commit details
Copy full SHA for cc468e8
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
feat: add matches_regex filter and string_matching_regex expression test
Show description for 05fa3fd
authored and
Craig Ayre
committed
05fa3fd
View commit details
Copy full SHA for 05fa3fd
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
fix: default null TokenScannerSymbols to DefaultTokenScannerSymbols
Show description for 7d1e6ab
jasmith-hs
and
claude
committed
7d1e6ab
View commit details
Copy full SHA for 7d1e6ab
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
Config isKeepTrailingNewline delegates to LegacyOverrides
jmoraleda
committed
1dd3ad0
View commit details
Copy full SHA for 1dd3ad0
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
Add new option keepTrailingNewline to Config. Default is false, same as Python jinja2.
jmoraleda
committed
b88af05
View commit details
Copy full SHA for b88af05
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
Merge pull request #1306 from jmoraleda/handle-backslash-in-quotes-only
Show description for f95eb76
jasmith-hs
authored
f95eb76
View commit details
Copy full SHA for f95eb76
View code at this point
Browse repository at this point
Scanner treats backslash as escape character inside quoted strings only
jmoraleda
committed
c61fe19
View commit details
Copy full SHA for c61fe19
View code at this point
Browse repository at this point
feat: allowlist enum method invocation and return types
Show description for 0b83f71
jasmith-hs
and
claude
committed
0b83f71
View commit details
Copy full SHA for 0b83f71
View code at this point
Browse repository at this point
Merge pull request #1305 from jmoraleda/string-token-scanner
Show description for 0e37818
jasmith-hs
authored
0e37818
View commit details
Copy full SHA for 0e37818
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
fix: reconstruct namespace root of dotted `{% set ns.attr %}` across scopes
Show description for 4a9f941
jasmith-hs
and
claude
committed
4a9f941
View commit details
Copy full SHA for 4a9f941
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
mvn spotless
rewaddell
authored
2a2eed8
View commit details
Copy full SHA for 2a2eed8
View code at this point
Browse repository at this point
extra whitespace
rewaddell
authored
bd91075
View commit details
Copy full SHA for bd91075
View code at this point
Browse repository at this point
Create StrictWhitespaceControlParserTest
rewaddell
authored
135f855
View commit details
Copy full SHA for 135f855
View code at this point
Browse repository at this point
Add whitespace test to legacy whitespace
rewaddell
authored
0282078
View commit details
Copy full SHA for 0282078
View code at this point
Browse repository at this point
Handle empty strings in StrictWhitespaceControlParser
rewaddell
authored
3b58ca8
View commit details
Copy full SHA for 3b58ca8
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
Refactor StringTokenScanner to its file.
jmoraleda
committed
49ce62a
View commit details
Copy full SHA for 49ce62a
View code at this point
Browse repository at this point
Bugfix in single-line-logic trimming to match jinja output
jmoraleda
committed
3a6bfd8
View commit details
Copy full SHA for 3a6bfd8
View code at this point
Browse repository at this point
Support for trim-modifier in single-line logic
jmoraleda
committed
7e006f5
View commit details
Copy full SHA for 7e006f5
View code at this point
Browse repository at this point
Support single line logic for blocks and comments using a prefix
jmoraleda
committed
8b6967e
View commit details
Copy full SHA for 8b6967e
View code at this point
Browse repository at this point
Support arbitrary multi-character delimiter strings
jmoraleda
committed
2a3b358
View commit details
Copy full SHA for 2a3b358
View code at this point
Browse repository at this point
Commits on May 6, 2026
Add NamedParameter to JinjavaFunctions allowlist group
Show description for 09f8874
jasmith-hs
and
claude
committed
09f8874
View commit details
Copy full SHA for 09f8874
View code at this point
Browse repository at this point
Commits on May 1, 2026
Merge pull request #1316 from HubSpot/3.0.0-less-binary-incompatibility
Show description for 2304317
jasmith-hs
authored
2304317
View commit details
Copy full SHA for 2304317
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
Delegate all public ZonedDateTime instance methods on PyishDate
Show description for 0b59147
jasmith-hs
and
claude
committed
0b59147
View commit details
Copy full SHA for 0b59147
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
Add iteratorOnlyReverseFilter LegacyOverride and fix Builder.from() bug
Show description for 4891843
jasmith-hs
and
claude
committed
4891843
View commit details
Copy full SHA for 4891843
View code at this point
Browse repository at this point
Commits on Apr 24, 2026
Keep reconstructing the interpreter as `____int3rpr3t3r____` so that the
Show description for 5450ee8
jasmith-hs
committed
5450ee8
View commit details
Copy full SHA for 5450ee8
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
Merge pull request #1308 from HubSpot/integer-set-to-long-conversion
Show description for 6203076
jasmith-hs
authored
6203076
View commit details
Copy full SHA for 6203076
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
Merge pull request #1312 from HubSpot/fix-block-reconstruction
Show description for 5102685
jasmith-hs
authored
5102685
View commit details
Copy full SHA for 5102685
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
Keep LegacyOverrides as a class rather than immutable
jasmith-hs
committed
bcdb8fd
View commit details
Copy full SHA for bcdb8fd
View code at this point
Browse repository at this point
feat: add boolean parameter to withUnwrapRawOverride
Show description for ca78043
jasmith-hs
and
claude
committed
ca78043
View commit details
Copy full SHA for ca78043
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Add test for macro in standard ternary (? :) syntax
Show description for d57126e
mnobile
and
claude
committed
d57126e
View commit details
Copy full SHA for d57126e
View code at this point
Browse repository at this point
Fix NPE when calling macros inside ternary with variable condition
Show description for 92a0739
mnobile
and
claude
committed
92a0739
View commit details
Copy full SHA for 92a0739
View code at this point
Browse repository at this point
New alias for build
jasmith-hs
committed
cca1a54
View commit details
Copy full SHA for cca1a54
View code at this point
Browse repository at this point
Make JinjavaConfig a class again
jasmith-hs
committed
bd16f73
View commit details
Copy full SHA for bd16f73
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
Simplify setting to be a single line instead of 3
jasmith-hs
committed
e41a580
View commit details
Copy full SHA for e41a580
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL