 Anders SøgaardandGitHub
|
973aa9f1b5
|
Merge branch 'Shopify:master' into master
|
2021-09-09 08:59:07 +02:00 |
|
 Michael GoandGitHub
|
50d1a2ffc9
|
Merge pull request #1458 from Shopify/use-to-liquid-value-with-conditions
use Utils.to_liquid_value on conditionals
|
2021-06-15 12:18:14 -03:00 |
|
Michael Go
|
f686c5dec7
|
use Utils.to_liquid_value on conditionals
|
2021-06-14 18:19:37 -03:00 |
|
 Michael GoandGitHub
|
aa8ce87b96
|
Merge pull request #1454 from Shopify/default-filter-with-to-liquid-value
utilize input's to_liquid_value on default filter
|
2021-06-14 15:43:56 -03:00 |
|
Michael Go
|
ac66dbbafe
|
utilize input's to_liquid_value on default filter
|
2021-06-08 15:20:53 -03:00 |
|
 Daniel InsleyandGitHub
|
017c1b5e83
|
Base64 Decode & Encode Filters (#1450)
|
2021-06-03 13:23:11 -04:00 |
|
Michael Go
|
e361a4d53c
|
introduce to_liquid_value on variable look and conditional statements
|
2021-05-26 17:27:18 -03:00 |
|
 Dylan Thacker-SmithandGitHub
|
cfe1637bdd
|
Translate RangeError to Liquid::Error for truncatewords with large int (#1431)
|
2021-04-20 11:48:22 -04:00 |
|
 Anders SøgaardandADTC
|
b3d14e5b49
|
Update tests
Co-Authored-By: ADTC <[email protected]>
|
2021-04-06 07:34:36 +02:00 |
|
Anders Søgaard
|
effee1ed50
|
Update tests
|
2021-04-02 20:15:13 +02:00 |
|
Anders Søgaard
|
38b7364f96
|
Improve tests
|
2021-04-02 20:11:38 +02:00 |
|
Anders Søgaard
|
832516fb31
|
Add replace_last and remove_last tests
|
2021-03-30 12:23:45 +02:00 |
|
 Dylan Thacker-SmithandGitHub
|
ca96ca0fef
|
Fix support for using a String subclass for the liquid source (#1421)
|
2021-03-29 16:22:05 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
4fba61a802
|
Merge pull request #1402 from Shopify/rubocop-shopify
Use the rubocop-shopify gem and autocorrect
|
2021-03-16 17:39:09 -04:00 |
|
Dylan Thacker-Smith
|
cd66572514
|
Rubocop autocorrections to prepare for rubocop config updates
|
2021-02-21 12:01:59 -05:00 |
|
 Dylan Thacker-SmithandGitHub
|
dcb5a67089
|
performance: Use split limit in truncatewords (#1361)
|
2021-02-19 13:11:35 -05:00 |
|
 Justin LiandGitHub
|
efe44a7e6a
|
Merge pull request #1391 from Unending/replace_carriage_return
handle carriage return in newlines_to_br
|
2021-02-19 12:49:13 -05:00 |
|
 Dylan Thacker-SmithandGitHub
|
8625e66453
|
CI: Test with ruby 3.0 as the latest ruby version (#1398)
|
2021-02-10 10:10:27 -05:00 |
|
Unending
|
3cae09b968
|
handle carriage return in newlines_to_br
|
2021-01-16 18:49:01 +01:00 |
|
Dylan Thacker-Smith
|
f7d67b946e
|
rubocop autocorrect Style/MethodCallWithArgsParentheses
|
2020-12-11 13:51:00 -05:00 |
|
Dylan Thacker-Smith
|
da581d988a
|
Create top-level profile timing nodes for multiple template renders
|
2020-12-09 10:06:02 -05:00 |
|
Dylan Thacker-Smith
|
7960826552
|
Rename render_profiling_test.rb to profiler_test.rb
so it corresponds to the class name being tested
|
2020-12-09 10:06:02 -05:00 |
|
Dylan Thacker-Smith
|
b3f132efd1
|
Fix total_render_time if a Profiler gets used for multiple renders
|
2020-12-09 10:04:34 -05:00 |
|
Dylan Thacker-Smith
|
900e3a6491
|
Fix template name in profile result for render tag timing objects
|
2020-12-09 10:01:16 -05:00 |
|
Peter Zhu
|
bbfcaa2cc0
|
Revert "Merge pull request #1350 from Shopify/pz-instrument-invalid-end-tag"
This reverts commit e6eef4b2c4, reversing
changes made to c7c21e88f0.
|
2020-12-01 14:38:04 -05:00 |
|
Peter Zhu
|
ba657871bc
|
Revert "Merge pull request #1359 from Shopify/pz-instrument-range-floats"
This reverts commit 300adfd7ae, reversing
changes made to ed0aebcbc9.
|
2020-12-01 14:37:23 -05:00 |
|
Peter Zhu
|
f357662f37
|
Instrument floats in ranges
|
2020-11-13 16:05:29 -05:00 |
|
Peter Zhu
|
ea4f1885f8
|
Instrument forloop.name
|
2020-11-12 14:19:12 -05:00 |
|
Peter Zhu
|
d844a3dd8b
|
Instrument usage of offset:continue in for loops
|
2020-11-12 13:39:02 -05:00 |
|
 Peter ZhuandGitHub
|
0659891e68
|
Merge pull request #1352 from Shopify/pz-test-trim-blank
Test trim without any content
|
2020-11-10 10:36:21 -05:00 |
|
Peter Zhu
|
e7fb3b18f3
|
Test trim without any content
|
2020-11-10 10:31:07 -05:00 |
|
Peter Zhu
|
2ce577e36b
|
Instrument for bug #1346
|
2020-11-09 14:27:17 -05:00 |
|
Peter Zhu
|
a89371b0b9
|
Test space between dot
|
2020-11-05 15:39:44 -05:00 |
|
 Dylan Thacker-SmithandGitHub
|
ea6e326b9c
|
Fix FrozenError for blank case tag with multiple expression when tag (#1340)
|
2020-10-28 13:37:17 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
7754d5aef5
|
Attempt to strict parse variables before lax parsing in lax error mode (#1338)
|
2020-10-28 10:37:00 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
1d63d5db5f
|
Fix a leaky test that set Tempate.error_mode without resetting it (#1339)
|
2020-10-28 10:36:33 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
f23c2a83f2
|
Fix lax parsing expressions surrounded by spaces (#1335)
to make it compatible with strict parsing and liquid-c
|
2020-10-27 14:53:57 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
4c6166f989
|
Add parsing quirk test for lookup on variable with literal name (#1325)
|
2020-10-21 16:30:17 -04:00 |
|
Dylan Thacker-Smith
|
001fde7694
|
Avoid allocating arrays of key value pairs for hashes in assign_score_of
|
2020-10-21 10:36:00 -04:00 |
|
Dylan Thacker-Smith
|
b872eac2b9
|
More comprehensively test assign_score_of
|
2020-10-21 10:35:56 -04:00 |
|
Dylan Thacker-Smith
|
038d0585cf
|
Move some assign score increment tests to the tag that increments
|
2020-10-21 10:21:00 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
ae6bd9f6b0
|
Allow an empty variable tag during strict parsing for liquid-c compat (#1320)
|
2020-10-20 14:11:48 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
866e437c05
|
Test tag disabling using custom tags (#1318)
Since I don't think we have any use case to disable the `raw` or
`echo` tags, so I would like liquid-c to not have to support that
|
2020-10-19 16:32:02 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
784db053f2
|
Merge pull request #1317 from Shopify/strict-parse-dynamic-find-var
Fix strict parsing of find variable with a name expression
|
2020-10-19 13:43:26 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
ff1c6bd26e
|
Actually remove test file with no extension moved into another test file (#1316)
|
2020-10-19 12:40:02 -04:00 |
|
Dylan Thacker-Smith
|
46fd63da5f
|
Fix strict parsing of find variable with a name expression
|
2020-10-19 12:17:25 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
077bf2a409
|
Test reporting of liquid error for filter call with wrong number of arguments (#1311)
|
2020-10-08 11:55:40 -04:00 |
|
 Peter ZhuandGitHub
|
5199a34d9b
|
Merge pull request #1304 from Shopify/pz-raw-bug
Fix duplication of text in raw tags
|
2020-10-05 10:59:15 -04:00 |
|
Peter Zhu
|
4c2ab6f878
|
Fix bug in raw tags
|
2020-10-05 10:47:28 -04:00 |
|
 Dylan Thacker-SmithandGitHub
|
a818dd9d19
|
Fix test with missing extension (#1302)
|
2020-09-30 13:44:28 -04:00 |
|