Commit Graph

  • 4d8e55dbc4
    Merge pull request #1580 from Shopify/rubocop-autocorrect Dylan Thacker-Smith 2022-06-06 11:53:06 -04:00
  • f697093e94 Use stricter rubocop-shopify version constraint #1580 Dylan Thacker-Smith 2022-06-06 11:20:05 -04:00
  • 7594bed88a Rubocop autocorrect Gemspec/DeprecatedAttributeAssignment offense Dylan Thacker-Smith 2022-06-06 11:04:45 -04:00
  • f64471eb4e
    Merge pull request #1569 from Shopify/registers-refactor Dylan Thacker-Smith 2022-06-06 10:26:11 -04:00
  • dae331f382 Merge branch 'master' into filter-reject Anders Søgaard 2022-06-02 13:44:43 +02:00
  • ec3ec41ce2
    Update rubocop_todo #1579 update-rubocop-todo Iain Campbell 2022-06-01 13:14:10 -04:00
  • abc1238dcc
    Merge branch 'Shopify:master' into method-literals #1084 Eric Chan 2022-05-31 14:00:04 -04:00
  • 6b8100e9de
    Merge e2f5cf30f62d03bf5a810dcfb252405e27a10937 into d4c24f3ce292a09aa8452d643c66b7bd0ec3afa8 #1146 Mike Angell 2022-05-30 08:51:22 +09:00
  • 830292e7dd
    Merge b87f4dd704d23b2f3cb199c725c98c3f93f1a3a3 into d4c24f3ce292a09aa8452d643c66b7bd0ec3afa8 #1078 Kryštof Korb 2022-05-30 08:51:21 +09:00
  • f7fc1f4d2d
    Merge 9fe55ae01ea9f3a78bed2441890fded173fcfc84 into d4c24f3ce292a09aa8452d643c66b7bd0ec3afa8 #878 Dan Black 2022-05-30 08:51:18 +09:00
  • aa3d4f838a
    Update rubocop-shopify #1577 andyw8/update-rubocop-shopify Andy Waite 2022-05-18 15:07:32 -04:00
  • d4c24f3ce2
    Merge pull request #1578 from Shopify/andyw8/drop-support-for-ruby2.5-and-2.6 Andy Waite 2022-05-26 12:51:44 -04:00
  • 3bbb7aa7ba
    Reword Ruby breaking change notice #1578 Andy Waite 2022-05-19 10:10:44 -04:00
  • 102bac2e33
    Regenerate .rubocop_todo.yml Andy Waite 2022-05-18 15:25:59 -04:00
  • e69f729f76
    Use latest rubocop-shopify Andy Waite 2022-05-18 15:25:34 -04:00
  • 4ec0b85d80
    Drop support for Ruby 2.5 and 2.6 Andy Waite 2022-05-18 15:23:32 -04:00
  • f8c7002d2c
    Drop support for Ruby 2.6 and 2.7 andyw8/drop-support-for-ruby2.6-and-2.7 Andy Waite 2022-05-18 15:20:37 -04:00
  • bfdcfcea51 Add reject filter Anders Søgaard 2022-05-12 16:41:40 +02:00
  • f77c766262
    Rename Liquid::Registers @registers to @changes #1569 Dylan Thacker-Smith 2022-05-04 17:20:56 -04:00
  • 7bc14ae2be
    Remove unused class Liquid::Register to avoid confusion Dylan Thacker-Smith 2022-05-03 12:50:14 -04:00
  • 41c19929ad
    Rename and alias Liquid::StaticRegisters to Liquid::Registers Dylan Thacker-Smith 2022-05-03 12:47:43 -04:00
  • 05d768c6ab
    Merge pull request #1498 from Shopify/feature/new-comment-syntax Dylan Thacker-Smith 2022-04-28 09:46:59 -04:00
  • 54414dfd83
    Add changelog entry, making the next release a feature release #1498 Dylan Thacker-Smith 2022-04-28 09:43:08 -04:00
  • 23a8438fa6
    Use liquid-c master branch again, it now has inline comment support Dylan Thacker-Smith 2022-04-28 09:39:16 -04:00
  • 21f3337dec
    Test a blank line in a comment tag Dylan Thacker-Smith 2022-04-28 09:32:30 -04:00
  • 1f0a0ad55c
    Add # inline comment tag. Charles-P. Clermont 2021-12-16 10:15:12 -05:00
  • 36dce29776
    Avoid evaluating the template name in the render tag (#1568) Dylan Thacker-Smith 2022-04-21 16:10:42 -04:00
  • 8b68630a11
    Merge pull request #1474 from Shopify/clarify-warn-error-mode-doc Dylan Thacker-Smith 2022-04-21 12:25:36 -04:00
  • 9496dca057
    Avoid evaluating the template name in the render tag #1568 Dylan Thacker-Smith 2022-04-20 12:16:33 -04:00
  • ba82f8d05e Perf: Remove unneeded to_s and freeze strings liquid-compile Sam Doiron 2022-04-20 11:03:34 -03:00
  • 7c70b56002 Fix implementation of escape and money filters Sam Doiron 2022-04-18 11:22:19 -03:00
  • 8a71d29bfb Add + tailor fluid benchmark Sam Doiron 2022-04-18 10:28:40 -03:00
  • f6d1b56b4e Add single-benchmark execute, simplify compilation Sam Doiron 2022-04-13 11:14:23 -03:00
  • 06e708dfd3
    Merge 47fbff07fa9184dfbedd9ad536fb192378f27c3f into 8882338aa1aad79968fafbb4a661d0674adad9b8 #1507 Chris AtLee 2022-04-11 18:57:28 -04:00
  • 8882338aa1
    Merge pull request #1553 from Shopify/catlee/shared_partial_cache Chris AtLee 2022-04-08 10:09:49 -04:00
  • 6c2c621712 Ensure that partial caches are shared with subcontexts #1553 Chris AtLee 2022-03-16 15:37:28 +00:00
  • 45ddc00710 Add benchmark viewer Sam Doiron 2022-04-07 18:15:18 -03:00
  • c2b7b3df50 Almost all tests passing, except profiler Sam Doiron 2022-04-06 17:35:00 -03:00
  • 1cae1e497f
    Merge pull request #1560 from ghousemohamed/fix-typo Dylan Thacker-Smith 2022-04-05 20:15:09 -04:00
  • ed7dae50aa
    Merge pull request #1562 from ghousemohamed/bump-actions-checkout-to-v3 Dylan Thacker-Smith 2022-04-05 19:46:41 -04:00
  • 7e99432bd1 Bumped actions/checkout to v3 #1562 Ghouse Mohamed 2022-04-04 03:57:24 +05:30
  • 6c187b8470 Fix typo: syntetic -> synthetic #1560 Ghouse Mohamed 2022-03-27 23:18:01 +05:30
  • 6e07f73f68
    History.md: Remove non-fix from fixes section of recent release. (#1556) Dylan Thacker-Smith 2022-03-23 11:59:50 -04:00
  • 48d6ed0655
    History.md: Remove non-fix from fixes section of recent release. #1556 remove-non-fix-from-changelog Dylan Thacker-Smith 2022-03-22 17:04:39 -04:00
  • f64af57b7b
    Merge pull request #1540 from Watson1978/remove-redundant-regexp Marc-André Cournoyer 2022-03-22 14:52:49 -04:00
  • c60c3c7802
    Merge pull request #1554 from Shopify/bump-5.3.0 v5.3.0 Marc-André Cournoyer 2022-03-22 13:30:28 -04:00
  • 11625b1bc9
    Update release date #1554 Marc-André Cournoyer 2022-03-22 13:24:02 -04:00
  • ec6fb4d5fa
    Update changelog & bump version for 5.3.0 release Marc-André Cournoyer 2022-03-17 15:39:04 -04:00
  • 9eeaf89665 remove unnecessary tags #1549 content-swarm Shaina Raskas 2022-03-16 16:13:02 -04:00
  • a77c37db0a Docs: YARD tags for some resources Pierre-Olivier Bédard 2022-03-15 14:34:30 +00:00
  • fad58ef436 Use String#match? instead of String#=~ to reduce allocation for backreferecne #1540 Watson 2022-03-16 12:41:00 +09:00
  • 22568080b1 Revert "Use strip & empty? to detect Whitespaces" Watson 2022-03-16 12:33:45 +09:00
  • 600e0056d2 Fork latest liquid release with namespace Liquid5 #1552 #1551 William Ng 2022-03-15 15:30:57 -04:00
  • 8cdff5ebd4 Fork latest liquid release with namespace Liquid5 #1550 William Ng 2022-03-15 14:18:05 -04:00
  • c8af0b06b9 remove spaces #1548 sr-content-swarm Shaina Raskas 2022-03-14 23:07:42 +00:00
  • faf208ad65 some tags Shaina Raskas 2022-03-14 23:06:01 +00:00
  • 51f4bf6669 add yard tags for strip, lstrip, rstrip, strip_html, strip_newlines, truncate, and truncatewords #1547 jake-content-swarm-2 Jake Olney 2022-03-14 21:38:54 +00:00
  • a9064563da use consistent tense #1545 geddski/liquid-docs-content-swarm Dave Geddes 2022-03-14 19:41:08 +00:00
  • ec51438100 Document replace string filter Dave Geddes 2022-03-14 19:33:44 +00:00
  • e91b0caabf Document remove_first string filter Dave Geddes 2022-03-14 19:26:26 +00:00
  • c343e6572c Cleans up syntax of @description #1544 Elias Rumley 2022-03-14 19:25:57 +00:00
  • eaa6729da0 document remove string filter Dave Geddes 2022-03-14 19:22:07 +00:00
  • 071abd71d9 use lowercase string category Dave Geddes 2022-03-14 19:21:39 +00:00
  • 721977b6de Docs: Array filters #1546 pobed2/content-swarm-arrray-filters Pierre-Olivier Bédard 2022-03-14 19:18:11 +00:00
  • ca81bc84b7 Adds documentation for more string filters. Elias Rumley 2022-03-14 19:12:33 +00:00
  • cdbbd5c3c9 Cleans up append format, base64_encode and base64_decode Elias Rumley 2022-03-14 19:01:29 +00:00
  • d35db9631e Document prepend string filter Dave Geddes 2022-03-14 18:50:21 +00:00
  • bd644be7a6 Adds documentation for append filter. Elias Rumley 2022-03-14 18:50:04 +00:00
  • 2bcecf0556 Document math filters #1543 mllemango/liquid-docs-content-swarm Melanie Wang 2022-03-14 13:51:07 -04:00
  • 7740adb36f document math filters #1542 iainmcampbell/liquid-docs-content-swarm Iain Campbell 2022-03-14 13:11:30 -04:00
  • c24d3dab32 wip #1541 andyw8/liquid-docs-content-swarm Andy Waite 2022-03-14 13:01:10 -04:00
  • dc3162fcd2 wip Andy Waite 2022-03-14 12:58:53 -04:00
  • fbe086963c wip Andy Waite 2022-03-14 12:56:37 -04:00
  • 378a455830 wip Andy Waite 2022-03-14 12:46:45 -04:00
  • 2ee44d1341 wip Andy Waite 2022-03-14 12:44:51 -04:00
  • 6e2939cbaf wip Andy Waite 2022-03-14 12:41:37 -04:00
  • 965ea3cfb1 WIP andyw8/spike-liquid-yard Andy Waite 2022-03-10 18:38:06 -05:00
  • dd7ed00ec4 Use strip & empty? to detect Whitespaces Watson 2022-03-12 18:17:06 +09:00
  • 1667c1180e Use start_with? and end_with? to detect SQUARE_BRAKET Watson 2022-03-12 01:41:12 +09:00
  • b2ddd33679 Re-deploy to Github Pages after the branch was deleted. Dylan Thacker-Smith 2022-03-11 11:18:36 -05:00
  • c26e5c61ea
    Merge pull request #1538 from Shopify/andyw8/update-website-links-to-use-https Andy Waite 2022-03-08 14:39:31 -05:00
  • 3fa5dc403a Update website links to use HTTPS #1538 Andy Waite 2022-03-08 13:39:28 -05:00
  • 163691a577
    Merge 1bf77d7798053767b77a77960250ad43b8cf3833 into 7357dcf185dcd41e63c71e88ff7f27d93cd831f4 #1537 Thierry Joyal 2022-03-07 17:49:42 +00:00
  • 1bf77d7798 Consolidate contextualization of inputs via the context #1537 consolidate-contextualization-of-inputs-via-the-context Thierry Joyal 2022-03-07 10:11:12 -05:00
  • 7357dcf185
    Merge pull request #1536 from Shopify/flaky-profiler-test-v2 Thierry Joyal 2022-03-07 10:06:13 -05:00
  • 68c3827ef2
    Merge pull request #1525 from Shopify/standardfilter/fix-missing-context-on-iterations Thierry Joyal 2022-03-07 09:19:18 -05:00
  • 4af38bc549 [StandardFilter] Fix missing @context on iterations #1525 Thierry Joyal 2022-03-01 14:18:38 +00:00
  • df241abf70 Add artificial execution time in profiler tests #1536 Thierry Joyal 2022-03-04 15:16:14 -05:00
  • 28172991a3
    Merge ea388712608ca01a4a5b1cfa285d78ca6c2513f3 into 10f833720998cce7c07641e55f4564ad112f0585 #1532 Thierry Joyal 2022-03-04 13:31:49 -05:00
  • ea38871260 Remove to_liquid conversion from StandardFilters #1532 centralizing-to_liquid Thierry Joyal 2022-03-04 09:03:51 -05:00
  • e2450af4e6 Add memoization comment Thierry Joyal 2022-03-03 15:05:17 -05:00
  • 90d4de1ad9 Centralizing to_liquid Thierry Joyal 2022-03-03 14:49:25 -05:00
  • 377abaefd1 Update profiler clock #1535 Thierry Joyal 2022-03-04 13:08:35 -05:00
  • 10f8337209
    Test Ruby 3.1 in CI (#1533) Peter Goldstein 2022-03-04 10:23:04 -08:00
  • 7bbfb19abc
    Remove intermediate ruby version from CI #1533 Dylan Thacker-Smith 2022-03-04 13:21:30 -05:00
  • 5ed0410a8b
    Merge pull request #1534 from Shopify/context-test-cleanup Thierry Joyal 2022-03-04 11:31:00 -05:00
  • 0f5220c391 ContextTest: Classes to use appropriate ancestor #1534 Thierry Joyal 2022-03-04 09:14:57 -05:00
  • 7a23f46fab ContextTest: Cleanup global variable assignments Thierry Joyal 2022-03-04 09:10:38 -05:00
  • 06252b0423 Add Ruby 3.1 to the CI matrix Peter Goldstein 2022-03-03 19:32:45 -08:00
  • 3f7edf00b9
    Merge pull request #1531 from Shopify/pz-array-fetch-warning Peter Zhu 2022-03-02 16:25:23 -05:00