Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Expression extension framework #4372

Merged
merged 73 commits into from
Jan 10, 2023

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    4dcca35 View commit details
    Browse the repository at this point in the history
  2. 💡 Add some inline comments

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    8bed02e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e621548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a456849 View commit details
    Browse the repository at this point in the history
  5. 🔥 Cleanup comments

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ab9610b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a1936d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a55cbc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56ee445 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b1dd25 View commit details
    Browse the repository at this point in the history
  10. ⚡ Cleanup comments

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e451d0c View commit details
    Browse the repository at this point in the history
  11. ⚡ Organize imports

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    38e6748 View commit details
    Browse the repository at this point in the history
  12. ♻️ Fix up some typings

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5def027 View commit details
    Browse the repository at this point in the history
  13. ⚡ Fix typings

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0c0d038 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    244067f View commit details
    Browse the repository at this point in the history
  15. ⚡ Extensions Improvement

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d4f489c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    294fcec View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5ecea0d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c039bae View commit details
    Browse the repository at this point in the history
  19. ♻️ Update extraArgs types

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e1e625d View commit details
    Browse the repository at this point in the history
  20. ♻️ Fix tests

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    38d9e16 View commit details
    Browse the repository at this point in the history
  21. ♻️ Fix bind type issue

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4d7d335 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    715d076 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    df70f1b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ae507ec View commit details
    Browse the repository at this point in the history
  25. feat(dt-functions): introduce date expression extensions (#4045)

    * 🎉 Add Date Extensions into the mix
    
    * ✨ Introduce additional date extension methods
    
    * ✅ Add Date Expression Extension tests
    
    * 🔧 Add ability to debug tests
    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d65b6c6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c4b94bc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6593d16 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0df9286 View commit details
    Browse the repository at this point in the history
  29. ✅ Add String Extension tests

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    7e098f1 View commit details
    Browse the repository at this point in the history
  30. feat(dt-functions): introduce array expression extensions (#4044)

    * ✨ Introduce Array Extensions
    
    * ✅ Add Array Expression tests
    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    b258e88 View commit details
    Browse the repository at this point in the history
  31. feat(dt-functions): introduce number expression extensions (#4046)

    * 🎉 Introduce Number Extensions
    
    * ⚡ Support more shared extensions
    
    * ⚡ Improve handling of name collision
    
    * ✅ Update tests
    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    76a3235 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4698913 View commit details
    Browse the repository at this point in the history
  33. Fixed up tests

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    3f42b64 View commit details
    Browse the repository at this point in the history
  34. 🔥 Remove remove markdown

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4658226 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    44fd645 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    92ebde6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b245eb4 View commit details
    Browse the repository at this point in the history
  38. ✅ Update tests

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e41e45a View commit details
    Browse the repository at this point in the history
  39. ♻️ Fix scoping and cleanup

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9fb3bc1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f99a5d2 View commit details
    Browse the repository at this point in the history
  41. ♻️ Fix linting errors

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    dfd7d4c View commit details
    Browse the repository at this point in the history
  42. ➖ Remove unused dependencies

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    da3454c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    212dc35 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    574a39f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    f57dab5 View commit details
    Browse the repository at this point in the history
  46. Merge remote-tracking branch 'origin/master' into n8n-4486-implement-…

    …framework-for-extensions
    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    316d5b5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f4447ee View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    a5f6fff View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    2c6a92b View commit details
    Browse the repository at this point in the history
  50. fix: removed export

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d19e4cc View commit details
    Browse the repository at this point in the history
  51. Merge remote-tracking branch 'origin/master' into n8n-4486-implement-…

    …framework-for-extensions
    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    dda3579 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    f2b21f0 View commit details
    Browse the repository at this point in the history
  53. fix: vite tests breaking

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c67f707 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    f1446a0 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    2379e73 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    34ef71d View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    ba83583 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    abe4a51 View commit details
    Browse the repository at this point in the history
  59. Merge remote-tracking branch 'origin/master' into n8n-4486-implement-…

    …framework-for-extensions
    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    41754d9 View commit details
    Browse the repository at this point in the history
  60. fix: broken build from merge

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    eb9c291 View commit details
    Browse the repository at this point in the history
  61. Merge remote-tracking branch 'origin/master' into n8n-4486-implement-…

    …framework-for-extensions-new
    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1006672 View commit details
    Browse the repository at this point in the history
  62. fix: another merge issue

    valya committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    b5c8119 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    5a8b553 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge remote-tracking branch 'origin/master' into n8n-4486-implement-…

    …framework-for-extensions-new
    valya committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    e23cd35 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    0dae735 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    7b0d4a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. test: most of the other tests

    valya committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    25de979 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Merge remote-tracking branch 'origin/master' into n8n-4486-implement-…

    …framework-for-extensions-new
    valya committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    7b5033b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c31e9f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    f3a81bb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Merge master

    krynble committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c178d67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b03a763 View commit details
    Browse the repository at this point in the history
  3. lint: fix remaining lint issues

    valya committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f00fc43 View commit details
    Browse the repository at this point in the history