Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
springbigdata
/
jinjava
Public
forked from
HubSpot/jinjava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
jinjava
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 22, 2022
Merge pull request #838 from HubSpot/handle-null-in-eval-result-holder
Show description for 1d93ab4
jasmith-hs
authored
1d93ab4
View commit details
Copy full SHA for 1d93ab4
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Handle case where value is deferred but not inside the current import file
jasmith-hs
committed
37729ec
View commit details
Copy full SHA for 37729ec
View code at this point
Browse repository at this point
Run prettier on EagerAstRangeBracketTest
jasmith-hs
committed
cc98ba2
View commit details
Copy full SHA for cc98ba2
View code at this point
Browse repository at this point
Don't overwrite deferred values when running macro function if it was previously deferred
jasmith-hs
committed
0e9776e
View commit details
Copy full SHA for 0e9776e
View code at this point
Browse repository at this point
Commits on Mar 18, 2022
Handle null values in EvalResultHolder as empty strings
jasmith-hs
committed
274d6c8
View commit details
Copy full SHA for 274d6c8
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
Merge pull request #837 from HubSpot/handle-macro-name-clashes
Show description for 728e266
jasmith-hs
authored
728e266
View commit details
Copy full SHA for 728e266
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
Check if recursive call is actually being made by looking for a different macro with the same name.
Show description for 04e993c
jasmith-hs
committed
04e993c
View commit details
Copy full SHA for 04e993c
View code at this point
Browse repository at this point
Add test for name clash in macros while reconstructing
jasmith-hs
committed
8707188
View commit details
Copy full SHA for 8707188
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
Merge pull request #835 from HubSpot/pyish-null-keys
Show description for 0944ffe
jasmith-hs
authored
0944ffe
View commit details
Copy full SHA for 0944ffe
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
Check for null value before appending
jmaroeder
committed
27ff5f4
View commit details
Copy full SHA for 27ff5f4
View code at this point
Browse repository at this point
Add test for append(null) to LengthLimitingStringBuilder
jmaroeder
committed
b962271
View commit details
Copy full SHA for b962271
View code at this point
Browse repository at this point
Handle serialization of null keys as empty string in maps with pyish serialization
jasmith-hs
committed
07e236c
View commit details
Copy full SHA for 07e236c
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
Merge pull request #829 from HubSpot/fix-race-condition
Show description for 8eaf40e
jasmith-hs
authored
8eaf40e
View commit details
Copy full SHA for 8eaf40e
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
Don't throw exceptions on bad date arithmetic
jmaroeder
committed
0e95cb9
View commit details
Copy full SHA for 0e95cb9
View code at this point
Browse repository at this point
Add test for null timezone
jmaroeder
committed
d92f3f8
View commit details
Copy full SHA for d92f3f8
View code at this point
Browse repository at this point
Revert to default timezone if unspecified
jmaroeder
committed
23e2b99
View commit details
Copy full SHA for 23e2b99
View code at this point
Browse repository at this point
Catch NPE for ZoneId.of
jmaroeder
committed
1dbbfc5
View commit details
Copy full SHA for 1dbbfc5
View code at this point
Browse repository at this point
Don't need to clear eval result if we are no longer using caching for eager execution of ast nodes
jasmith-hs
committed
56cf6ca
View commit details
Copy full SHA for 56cf6ca
View code at this point
Browse repository at this point
Fix race condition by not caching AstNodes when using eager execution
jasmith-hs
committed
dad339b
View commit details
Copy full SHA for dad339b
View code at this point
Browse repository at this point
Add test for race condition in Eager Ast nodes
jasmith-hs
committed
68db685
View commit details
Copy full SHA for 68db685
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
fix prettier
Matt Coley
committed
00a1b16
View commit details
Copy full SHA for 00a1b16
View code at this point
Browse repository at this point
Improve performance of selectattr and rejectattr
Matt Coley
committed
1662ee9
View commit details
Copy full SHA for 1662ee9
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
Merge pull request #700 from frankliu197/propagate-global-autoescape
Show description for 12a9336
jasmith-hs
authored
12a9336
View commit details
Copy full SHA for 12a9336
View code at this point
Browse repository at this point
Commits on Feb 19, 2022
Merge pull request #1 from kaiyaok2/Fix_Flaky_Tests
Show description for 7926c7d
kaiyaok2
authored
7926c7d
View commit details
Copy full SHA for 7926c7d
View code at this point
Browse repository at this point
Included Only 3 Tests
kaiyaok2
committed
e09f439
View commit details
Copy full SHA for e09f439
View code at this point
Browse repository at this point
Commits on Feb 18, 2022
Get original value of deferred_import_resource_path if it's a deferred value
jasmith-hs
committed
854f5b0
View commit details
Copy full SHA for 854f5b0
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
Prevent NullPointerException when using sum(attribute)
jmaroeder
committed
4777d22
View commit details
Copy full SHA for 4777d22
View code at this point
Browse repository at this point
Prevent NoSuchElementException when adding error
jmaroeder
committed
79b7f50
View commit details
Copy full SHA for 79b7f50
View code at this point
Browse repository at this point
Prevent StringIndexOutOfBoundsException when adding error
jmaroeder
committed
54a72bf
View commit details
Copy full SHA for 54a72bf
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
Don't use Collectors.toMap() so that null values are supported
jasmith-hs
committed
13e9254
View commit details
Copy full SHA for 13e9254
View code at this point
Browse repository at this point
Refactor to use putAll instead of for loop
jasmith-hs
committed
9d2d7c1
View commit details
Copy full SHA for 9d2d7c1
View code at this point
Browse repository at this point
Revert "Revert "Handle nested import file paths""
jasmith-hs
authored
e91d13c
View commit details
Copy full SHA for e91d13c
View code at this point
Browse repository at this point
Revert "Handle nested import file paths"
jasmith-hs
authored
bb526b1
View commit details
Copy full SHA for bb526b1
View code at this point
Browse repository at this point
Commits on Feb 4, 2022
Remove content list from macro function hash code
jasmith-hs
committed
b8e1592
View commit details
Copy full SHA for b8e1592
View code at this point
Browse repository at this point
Fixed Comment
kaiyaok2
committed
979365d
View commit details
Copy full SHA for 979365d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.