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

Formula type extraction and improvements #7268

Merged
merged 91 commits into from
Dec 21, 2023
Merged

Commits on Dec 21, 2023

  1. refactor: add proper typing

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e8a316a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77941eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2e2f74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    814b1ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cbe49c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ce53b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6e0bed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4944a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    019e5b0 View commit details
    Browse the repository at this point in the history
  10. fix: DATE value with if

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    82e8bcd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36277d5 View commit details
    Browse the repository at this point in the history
  12. fix: corrections

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    106858f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60983af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    24ee874 View commit details
    Browse the repository at this point in the history
  15. fix: corrections

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c64cf83 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3412a0e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0457968 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7b80cab View commit details
    Browse the repository at this point in the history
  19. fix: formula errors

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c7b265e View commit details
    Browse the repository at this point in the history
  20. fix: typo

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1a63205 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2f26553 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9e8871c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ef36baa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    19be58a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    23270c9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a4df918 View commit details
    Browse the repository at this point in the history
  27. refactor: WEEKDAY validation

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    aa7bc17 View commit details
    Browse the repository at this point in the history
  28. refactor: DATEADD validation

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c3142e0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7f02ac7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    248155e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f7b53e0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    27529b3 View commit details
    Browse the repository at this point in the history
  33. refactor: move arg type

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ad4ac11 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c3b5db4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    83933e9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d3a84fd View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    cb3c3d7 View commit details
    Browse the repository at this point in the history
  38. fix: validation corrections

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    bc9f106 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    0ad6b17 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    59e5ba8 View commit details
    Browse the repository at this point in the history
  41. fix: method usage correction

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    20f1c04 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    748322a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    e0435b5 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8f3550a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    568eb90 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    ff172ae View commit details
    Browse the repository at this point in the history
  47. chore: cleanup

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ece0749 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    2aead9e View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d730d40 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    34941d8 View commit details
    Browse the repository at this point in the history
  51. fix: typo correction

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    977b2ee View commit details
    Browse the repository at this point in the history
  52. fix: ODD formula correction

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    78d32ea View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    80ca3cb View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c9e64ed View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    656d5fd View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    9ea8a50 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a5938ee View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    6880240 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    f785138 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    581ff19 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    a37a051 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    20075d1 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    a00379c View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    3f83285 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f1e8a0a View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    76adc81 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    f2df47b View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    bc72aa6 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e1b68d6 View commit details
    Browse the repository at this point in the history
  70. test: fix for roundUp

    dstala committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    10fe04c View commit details
    Browse the repository at this point in the history
  71. test: fix for roundup

    dstala committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    dadf4a6 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    e788c69 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    13e3a86 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    23db8cb View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    24ad677 View commit details
    Browse the repository at this point in the history
  76. fix: regexp corrections

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5142459 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    2da388f View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    d795ad7 View commit details
    Browse the repository at this point in the history
  79. chore: lint

    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    788ae8d View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    6a25bcc View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    1f5f1de View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    5394db9 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    011b9aa View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    87ecec0 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    ce2dda3 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    4f60d35 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    dd33c8f View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    68e41ec View commit details
    Browse the repository at this point in the history
  89. chore: add missing dependencies

    Signed-off-by: Pranav C <pranavxc@gmail.com>
    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    46882e0 View commit details
    Browse the repository at this point in the history
  90. fix: validate function implemented for the db

    Signed-off-by: Pranav C <pranavxc@gmail.com>
    pranavxc committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3a2e15f View commit details
    Browse the repository at this point in the history
  91. test: skip regex test for unsupported database clients

    Signed-off-by: Pranav C <pranavxc@gmail.com>
    pranavxc committed Dec 21, 2023
    1 Configuration menu
    Copy the full SHA
    46075eb View commit details
    Browse the repository at this point in the history