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

[Core] ocean core next resync #835

Merged
merged 66 commits into from
Aug 21, 2024

Commits on Aug 15, 2024

  1. feat: add update port-api method

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f1c9d90 View commit details
    Browse the repository at this point in the history
  2. feat: update port-api when sync is done WIP

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    446dbb0 View commit details
    Browse the repository at this point in the history
  3. fix: remove dev file

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    329245c View commit details
    Browse the repository at this point in the history
  4. feat: revert execute_resync_all and calculate next_resync

    The calculation is running in a non blocking way before the start of the resync to avoid the calculating the resync time
    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d73a3ec View commit details
    Browse the repository at this point in the history
  5. feat: move convert function to utils

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    076cbae View commit details
    Browse the repository at this point in the history
  6. fix: use the once event listener

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    383d99b View commit details
    Browse the repository at this point in the history
  7. fix: remove update from the initialization itself

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b7b9c4a View commit details
    Browse the repository at this point in the history
  8. feat: add enum

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    79fde73 View commit details
    Browse the repository at this point in the history
  9. fix: use enum value

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3f82fc2 View commit details
    Browse the repository at this point in the history
  10. fix: don't kill integration on update state error

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d208f84 View commit details
    Browse the repository at this point in the history
  11. refactor: move calculate_next_resync to misc

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b33fbfb View commit details
    Browse the repository at this point in the history
  12. fix: no need for await for a regular function

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    521c4cb View commit details
    Browse the repository at this point in the history
  13. refactor: remove unnecessary variable

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    44b2c68 View commit details
    Browse the repository at this point in the history
  14. Revert "fix: remove dev file"

    This reverts commit 4a94329.
    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    253440a View commit details
    Browse the repository at this point in the history
  15. refactor: remove unused imports

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a3b1961 View commit details
    Browse the repository at this point in the history
  16. feat: add comment

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    89d5e27 View commit details
    Browse the repository at this point in the history
  17. feat: wrap error bound request

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b756c67 View commit details
    Browse the repository at this point in the history
  18. feat: add update state context

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    47312d4 View commit details
    Browse the repository at this point in the history
  19. fix: timestamp issues

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a98e22f View commit details
    Browse the repository at this point in the history
  20. fix: remove unused function

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    048b687 View commit details
    Browse the repository at this point in the history
  21. refactor: change log

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    dda5eef View commit details
    Browse the repository at this point in the history
  22. fix: remove redundant type casting

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0b1cc58 View commit details
    Browse the repository at this point in the history
  23. refactor: replace type with enum

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1bb8ed1 View commit details
    Browse the repository at this point in the history
  24. refactor: update function name

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d38271c View commit details
    Browse the repository at this point in the history
  25. feat: add logs

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    14c4da0 View commit details
    Browse the repository at this point in the history
  26. fix: enums bug

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bde30d9 View commit details
    Browse the repository at this point in the history
  27. fix: override updatedAt eternal resync issue

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    becf0b1 View commit details
    Browse the repository at this point in the history
  28. feat: add saas support

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    058fd22 View commit details
    Browse the repository at this point in the history
  29. fix: remove test comments

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b939443 View commit details
    Browse the repository at this point in the history
  30. fix: datetime comparing issues in ocean saas

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    baba43e View commit details
    Browse the repository at this point in the history
  31. fix: conflicts

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6abb7b7 View commit details
    Browse the repository at this point in the history
  32. fix: explain comment

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bab26f3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    98978ff View commit details
    Browse the repository at this point in the history
  34. feat: remove unused variable

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7aad044 View commit details
    Browse the repository at this point in the history
  35. fix: after once resync bug

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    996be85 View commit details
    Browse the repository at this point in the history
  36. feat: delete unused functions

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b0b44d4 View commit details
    Browse the repository at this point in the history
  37. feat: remove unnecessary GET integration call

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1325efa View commit details
    Browse the repository at this point in the history
  38. feat: rename variable

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    930ea51 View commit details
    Browse the repository at this point in the history
  39. feat: remove redundant spacing in imports

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8f9a22e View commit details
    Browse the repository at this point in the history
  40. fix: PR issues

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4316fde View commit details
    Browse the repository at this point in the history
  41. feat: use resync function from BaseEventListener

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c5d20d3 View commit details
    Browse the repository at this point in the history
  42. fix: key error

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e6b3626 View commit details
    Browse the repository at this point in the history
  43. fix: PR issues

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d9a21c8 View commit details
    Browse the repository at this point in the history
  44. fix: lint issue

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4628fe4 View commit details
    Browse the repository at this point in the history
  45. feat: update state endpoint

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    425b9ec View commit details
    Browse the repository at this point in the history
  46. fix: datetime objects to utc

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c272e5c View commit details
    Browse the repository at this point in the history
  47. feat: add type to state object

    Shalev Avhar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b4d6fc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. feat: update state parameters

    Shalev Avhar committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8f66686 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into PORT-9302-ocean-core-send-data-to-integratio…

    …n-service
    Shalev Avhar committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    53a40c3 View commit details
    Browse the repository at this point in the history
  3. feat: do silent updates

    Shalev Avhar committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5595405 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. feat: add status as constant

    Shalev Avhar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f614823 View commit details
    Browse the repository at this point in the history
  2. feat: add explanation comment

    Shalev Avhar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e442985 View commit details
    Browse the repository at this point in the history
  3. feat: add better logs

    Shalev Avhar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a8e022c View commit details
    Browse the repository at this point in the history
  4. feat: add should_raise and should_log

    Shalev Avhar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6d1e81f View commit details
    Browse the repository at this point in the history
  5. refactor: rename variable

    Shalev Avhar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    35c5688 View commit details
    Browse the repository at this point in the history
  6. feat: change default update state behavior

    Shalev Avhar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0ef8b52 View commit details
    Browse the repository at this point in the history
  7. feat: bump version

    Shalev Avhar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    23d4ee9 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into PORT-9302-ocean-core-send-data-to-integratio…

    …n-service
    Shalev Avhar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    975f226 View commit details
    Browse the repository at this point in the history
  9. feat: change changelog

    Shalev Avhar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    adb7967 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge branch 'main' into PORT-9302-ocean-core-send-data-to-integratio…

    …n-service
    Shalev Avhar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    661bea8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fix: scheduled resync blocked the main thread

    Shalev Avhar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7b229fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a50bff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36774ea View commit details
    Browse the repository at this point in the history
  4. feat: update resync-state new endpoint

    Shalev Avhar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e793681 View commit details
    Browse the repository at this point in the history
  5. fix: lint checks

    Shalev Avhar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    19f93df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21848be View commit details
    Browse the repository at this point in the history