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: Remote offline Store #4262

Merged
merged 41 commits into from
Jun 13, 2024
Merged

Commits on Jun 10, 2024

  1. feat: Added offline store remote deployment functionly using arrow fl…

    …ight server and client
    
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    47a9cfb View commit details
    Browse the repository at this point in the history
  2. Initial functional commit for remote get_historical_features

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    088d739 View commit details
    Browse the repository at this point in the history
  3. remote offline store example

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    241fe50 View commit details
    Browse the repository at this point in the history
  4. removing unneeded test code and fixinf impotrts

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e276704 View commit details
    Browse the repository at this point in the history
  5. call do_put only once, postpone the invocation of do_put and simplifi…

    …ed _make_flight_info
    
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cdd8a4e View commit details
    Browse the repository at this point in the history
  6. added primitive parameters to the command descriptor

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    54f6061 View commit details
    Browse the repository at this point in the history
  7. removed redundant param

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    be91d23 View commit details
    Browse the repository at this point in the history
  8. Initial skeleton of unit test for offline server

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f074044 View commit details
    Browse the repository at this point in the history
  9. added unit test for offline store remote client

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    06fe80d View commit details
    Browse the repository at this point in the history
  10. testing all offlinestore APIs

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    49857da View commit details
    Browse the repository at this point in the history
  11. integrated comments

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a30c666 View commit details
    Browse the repository at this point in the history
  12. Updated remote offline server readme with the capability to init with…

    … an environment variable
    
    Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    tmihalac authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2c8d677 View commit details
    Browse the repository at this point in the history
  13. added RemoteOfflineStoreDataSourceCreator,

    use feature_view_names to transfer feature views and remove dummies
    
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1bca528 View commit details
    Browse the repository at this point in the history
  14. added missing CI requirement

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f035430 View commit details
    Browse the repository at this point in the history
  15. fixed linter

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    632a4c0 View commit details
    Browse the repository at this point in the history
  16. fixed multiprocess CI requirement

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    94f927b View commit details
    Browse the repository at this point in the history
  17. feat: Added offline store remote deployment functionly using arrow fl…

    …ight server and client
    
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    36b3479 View commit details
    Browse the repository at this point in the history
  18. fix test errors

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    799ae07 View commit details
    Browse the repository at this point in the history
  19. managing feature view aliases and restored skipped tests

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3029881 View commit details
    Browse the repository at this point in the history
  20. fixced linter issue

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f6c481b View commit details
    Browse the repository at this point in the history
  21. fixed broken test

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    871e5d4 View commit details
    Browse the repository at this point in the history
  22. added supported deployment modes using helm chart for online (default…

    …), offline, ui and registry
    
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ddc3600 View commit details
    Browse the repository at this point in the history
  23. updated the document for offline remote server

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9a34251 View commit details
    Browse the repository at this point in the history
  24. added the document for remote offline server

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    efeeeae View commit details
    Browse the repository at this point in the history
  25. rebase and fix conflicts

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7077bee View commit details
    Browse the repository at this point in the history
  26. feat: Added offline store remote deployment functionly using arrow fl…

    …ight server and client
    
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5697056 View commit details
    Browse the repository at this point in the history
  27. added unit test for offline store remote client

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f9ca13b View commit details
    Browse the repository at this point in the history
  28. added RemoteOfflineStoreDataSourceCreator,

    use feature_view_names to transfer feature views and remove dummies
    
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    dmartinol authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    46fa3d5 View commit details
    Browse the repository at this point in the history
  29. feat: Added offline store remote deployment functionly using arrow fl…

    …ight server and client
    
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b36105a View commit details
    Browse the repository at this point in the history
  30. Added missing remote offline store apis implementation

    Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    tmihalac authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2f4a5ba View commit details
    Browse the repository at this point in the history
  31. Fixed tests

    Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    tmihalac authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    52b0156 View commit details
    Browse the repository at this point in the history
  32. Implemented PR change proposal

    Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    tmihalac authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    32600fc View commit details
    Browse the repository at this point in the history
  33. Implemented PR change proposal

    Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    tmihalac authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d2e012c View commit details
    Browse the repository at this point in the history
  34. updated example readme file

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    301021f View commit details
    Browse the repository at this point in the history
  35. Implemented PR change proposal

    Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    tmihalac authored and redhatHameed committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e34b070 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fixing the integration tests

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    dec05c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Fixed OfflineServer teardown

    Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
    tmihalac authored and redhatHameed committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    143ef18 View commit details
    Browse the repository at this point in the history
  2. updated the document for remote offline feature server and client

    Signed-off-by: Abdul Hameed <ahameed@redhat.com>
    redhatHameed committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bd9cd79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from redhatHameed/doc-change

    update the document change and fix teardown function
    redhatHameed authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bdf0150 View commit details
    Browse the repository at this point in the history
  4. Implemented PR change proposal

    Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
    tmihalac committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    17c7e72 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16 from tmihalac/implement-remaining-offline-methods

    Implemented PR change proposal
    tmihalac authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    11a3dae View commit details
    Browse the repository at this point in the history