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: Adding write capabability to online store to on demand feature … #4418

Closed
wants to merge 45 commits into from

Commits on Sep 29, 2024

  1. merged changes

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d03a895 View commit details
    Browse the repository at this point in the history
  2. saving progress

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e0f42c6 View commit details
    Browse the repository at this point in the history
  3. merged changes to odfv

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    856cea2 View commit details
    Browse the repository at this point in the history
  4. linted

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f6a7133 View commit details
    Browse the repository at this point in the history
  5. adding the test needed to show the expected behavior

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    fe387fc View commit details
    Browse the repository at this point in the history
  6. updated test case

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    646a124 View commit details
    Browse the repository at this point in the history
  7. saving progress

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b345e7e View commit details
    Browse the repository at this point in the history
  8. merging

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    16e68f0 View commit details
    Browse the repository at this point in the history
  9. merged

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    24c4ae2 View commit details
    Browse the repository at this point in the history
  10. merged

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3d21881 View commit details
    Browse the repository at this point in the history
  11. merging

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7afaa84 View commit details
    Browse the repository at this point in the history
  12. adding the entity keys for now to do retrieval

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    436478a View commit details
    Browse the repository at this point in the history
  13. adding entity to odfv

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c78aead View commit details
    Browse the repository at this point in the history
  14. checking in progress...getting closer

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    fbebc63 View commit details
    Browse the repository at this point in the history
  15. may have to revert some of this...looks like the challenge is getting…

    … the entities correct when storing writes. just checking in progress
    
    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5b3e2f5 View commit details
    Browse the repository at this point in the history
  16. moving things around to make it easier to debug

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7879e21 View commit details
    Browse the repository at this point in the history
  17. debugging

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    72caa15 View commit details
    Browse the repository at this point in the history
  18. merged

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6d23889 View commit details
    Browse the repository at this point in the history
  19. merging

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b76bf4e View commit details
    Browse the repository at this point in the history
  20. Rebasing and merging changes from other PR

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3cf0369 View commit details
    Browse the repository at this point in the history
  21. Merging changes continued

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3a6dfc4 View commit details
    Browse the repository at this point in the history
  22. update the _make_inference to include odfvs with writes in the update…

    … map
    
    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1c37e54 View commit details
    Browse the repository at this point in the history
  23. have the table being written now...the create table happens in the Sq…

    …liteOnlineStore.update() method
    
    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2f9546f View commit details
    Browse the repository at this point in the history
  24. checking in progress

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c46e157 View commit details
    Browse the repository at this point in the history
  25. adding logs

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    580b77f View commit details
    Browse the repository at this point in the history
  26. updating permissions

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    815a352 View commit details
    Browse the repository at this point in the history
  27. going to error out on purpose

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2eda92c View commit details
    Browse the repository at this point in the history
  28. adding unit test and merging changes

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e326e9b View commit details
    Browse the repository at this point in the history
  29. almost got everything working and type validation behaving

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a54b5f8 View commit details
    Browse the repository at this point in the history
  30. cleaned up and have tests behaving

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    029c9cf View commit details
    Browse the repository at this point in the history
  31. adding print

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e2c6b35 View commit details
    Browse the repository at this point in the history
  32. removing print

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    adf147f View commit details
    Browse the repository at this point in the history
  33. checking in progress

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d34db1d View commit details
    Browse the repository at this point in the history
  34. updating test

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    731bacb View commit details
    Browse the repository at this point in the history
  35. adding test

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8479296 View commit details
    Browse the repository at this point in the history
  36. linted and updated

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3068c3b View commit details
    Browse the repository at this point in the history
  37. removed print

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    238dc29 View commit details
    Browse the repository at this point in the history
  38. updated tests to test actual behavior

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    06315b9 View commit details
    Browse the repository at this point in the history
  39. checking in progress

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    05efa37 View commit details
    Browse the repository at this point in the history
  40. changing typo

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8c559c8 View commit details
    Browse the repository at this point in the history
  41. updating test

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8b8aa16 View commit details
    Browse the repository at this point in the history
  42. testing changes

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4562a23 View commit details
    Browse the repository at this point in the history
  43. checking to see if thing still working

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    14f837d View commit details
    Browse the repository at this point in the history
  44. removed print

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    082a860 View commit details
    Browse the repository at this point in the history
  45. undo change for odfv file

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1d52d29 View commit details
    Browse the repository at this point in the history