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

Preloading #64

Open
wants to merge 69 commits into
base: main
Choose a base branch
from
Open

Preloading #64

wants to merge 69 commits into from

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    dc408d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c0776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e1446 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33e371c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03c876c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    960f598 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f7761f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28e3ecb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63de335 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    807e598 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2de14ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2dc5907 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cbb6f5c View commit details
    Browse the repository at this point in the history
  14. move time to utils

    FrancoLiberali committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d165eec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b80f2e4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    88db618 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1730a33 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    25f8e57 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f1bed03 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f523952 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    227c9c2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e51325e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ff2318e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8ccf49c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e3da4cc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    d12b69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e61ac47 View commit details
    Browse the repository at this point in the history
  3. add integration tests

    FrancoLiberali committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ef381b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. update documentation

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    319dd73 View commit details
    Browse the repository at this point in the history
  2. update changelog

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a9c3ead View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d23c80 View commit details
    Browse the repository at this point in the history
  4. add noteq

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    76ec3ad View commit details
    Browse the repository at this point in the history
  5. add lt

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    48acfb0 View commit details
    Browse the repository at this point in the history
  6. add ltoreq

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    50c98cb View commit details
    Browse the repository at this point in the history
  7. add gt

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5a1f2a9 View commit details
    Browse the repository at this point in the history
  8. add gtoreq

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2533e08 View commit details
    Browse the repository at this point in the history
  9. add isnull

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7561db8 View commit details
    Browse the repository at this point in the history
  10. add isnotnull

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    29104e6 View commit details
    Browse the repository at this point in the history
  11. add is true

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4a75076 View commit details
    Browse the repository at this point in the history
  12. add is not true

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    82e9158 View commit details
    Browse the repository at this point in the history
  13. add is false

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0a60e91 View commit details
    Browse the repository at this point in the history
  14. add is not false

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9b9395c View commit details
    Browse the repository at this point in the history
  15. add is unknown

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e277f57 View commit details
    Browse the repository at this point in the history
  16. add is not unknown

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1b94fbb View commit details
    Browse the repository at this point in the history
  17. add is distict

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a3e17cf View commit details
    Browse the repository at this point in the history
  18. add is not distict

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cc33e8d View commit details
    Browse the repository at this point in the history
  19. add array in

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6fbe12a View commit details
    Browse the repository at this point in the history
  20. add array not in

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a9e92b5 View commit details
    Browse the repository at this point in the history
  21. add like

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d05e0ad View commit details
    Browse the repository at this point in the history
  22. add between

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    70954a3 View commit details
    Browse the repository at this point in the history
  23. add not between

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    26b9a0a View commit details
    Browse the repository at this point in the history
  24. add and

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    db62750 View commit details
    Browse the repository at this point in the history
  25. add or

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d91f446 View commit details
    Browse the repository at this point in the history
  26. add not

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b1778eb View commit details
    Browse the repository at this point in the history
  27. add unsafe conditions

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4215ea3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    28f4d79 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    23ea895 View commit details
    Browse the repository at this point in the history
  30. update changelog

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e7e8f45 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9107f17 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6c6d117 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    18b87e5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    32b8501 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3def06b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    84460cc View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b353437 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7fa6b18 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f95f61f View commit details
    Browse the repository at this point in the history
  40. update mocks

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    958f0be View commit details
    Browse the repository at this point in the history
  41. update changelog

    FrancoLiberali committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4a7beb3 View commit details
    Browse the repository at this point in the history