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

[MDS] Data connection details and actions implementation #2

Closed
wants to merge 50 commits into from

Commits on Jul 19, 2024

  1. Data connection details draft - 0

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    23c3963 View commit details
    Browse the repository at this point in the history
  2. Data connection details draft 1 - Add datasource overview section

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1790680 View commit details
    Browse the repository at this point in the history
  3. Add access control tab draft 0 - add the tab of ac

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    eb99439 View commit details
    Browse the repository at this point in the history
  4. Add access control tab draft 1 - add the ac as a tab

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2233322 View commit details
    Browse the repository at this point in the history
  5. Cache manager draft 0 - setup for with a testable acceleration table

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5def0a8 View commit details
    Browse the repository at this point in the history
  6. Cache manager draft 1 - fix the acceleration name

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3e1e678 View commit details
    Browse the repository at this point in the history
  7. Cache manager draft 2 - fix the acceleration status color

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    17f2d7a View commit details
    Browse the repository at this point in the history
  8. Cache manager draft 3 - Add action menu and action overlay

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    880b5ee View commit details
    Browse the repository at this point in the history
  9. Acceleration draft 0 - Implement acceleration actions

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    396fee7 View commit details
    Browse the repository at this point in the history
  10. Acceleration draft 1 - Fix the table title

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    460ab01 View commit details
    Browse the repository at this point in the history
  11. Acceleration draft 2 - still having issue on the settings api call

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6cc8ac5 View commit details
    Browse the repository at this point in the history
  12. Acceleration draft 3 - fix the fetching apis and still having issue o…

    …n the notiffication of flyout operation
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    05ef046 View commit details
    Browse the repository at this point in the history
  13. Acceleration draft 4 - fix the flyout operation

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8f0d3fa View commit details
    Browse the repository at this point in the history
  14. Fix add mds for acceleration flow draft 0 - need to pass mds id into …

    …detail page call
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0bd8fc9 View commit details
    Browse the repository at this point in the history
  15. Add mds for acceleration flow draft 1 - add feature flag check and pa…

    …ss in id for fetch select datasource
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    13c63b6 View commit details
    Browse the repository at this point in the history
  16. Add mds for acceleration flow draft 2 - add mds flow to all the accel…

    …eration table action flow
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c31b1fe View commit details
    Browse the repository at this point in the history
  17. Add mds for acceleration flow draft 3 - remove unused variable in acc…

    …eleration table class
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0e2e2c3 View commit details
    Browse the repository at this point in the history
  18. Fix the route for datasource detail

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    99b92ff View commit details
    Browse the repository at this point in the history
  19. Add mds for acceleration flow draft 4 - add mds support for accelerat…

    …ion operations table triggered flow
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    14947ce View commit details
    Browse the repository at this point in the history
  20. Add mds for acceleration flow draft 5 - add mds support for accelerat…

    …ion operation flyout trigger flow
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    11a4ada View commit details
    Browse the repository at this point in the history
  21. Add acceleration creation flow draft 0 - directly migrate the entire …

    …acc create flow
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    235b296 View commit details
    Browse the repository at this point in the history
  22. Add acceleration creation flow draft 1 - relocate the flyout render i…

    …nto plugin ts
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    470e405 View commit details
    Browse the repository at this point in the history
  23. Add acceleration creation flow draft 2 - fix the query work bench check

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d629ed2 View commit details
    Browse the repository at this point in the history
  24. Add acceleration creation flow draft 3 - fix the acceleration creatio…

    …n flow when mds is disabled 0
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1d41f51 View commit details
    Browse the repository at this point in the history
  25. Add acceleration creation flow draft 4 - unrelated to the creation fl…

    …ow but add the cache hooks for all the meta info
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d3c8c9e View commit details
    Browse the repository at this point in the history
  26. Add acceleration creation flow draft 5 - mds support with acceleratio…

    …n creation flow
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1e4dd06 View commit details
    Browse the repository at this point in the history
  27. Add associated objects flow draft 0 - works without adding mds support

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ae01037 View commit details
    Browse the repository at this point in the history
  28. Remove some comments 0

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8d3dee4 View commit details
    Browse the repository at this point in the history
  29. Add associated objects flow draft 1 - fix the navi to app

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d73da46 View commit details
    Browse the repository at this point in the history
  30. Add associated objects flow draft 2 - fix the navi to app and add mds…

    … support 0
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    200a1dd View commit details
    Browse the repository at this point in the history
  31. unit test 0 - add unit test for ao utils

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9d919d4 View commit details
    Browse the repository at this point in the history
  32. unit test 1 - setup utils dir for connection detail and add unit tests

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0a31730 View commit details
    Browse the repository at this point in the history
  33. unit test 2 - Add uniti test for acc flyout modules 0

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4df2a00 View commit details
    Browse the repository at this point in the history
  34. Enable card on connection details for query in discover

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0b23b8c View commit details
    Browse the repository at this point in the history
  35. Add the mds support for acc flyout details fetch functions

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e6ad388 View commit details
    Browse the repository at this point in the history
  36. unit test 3 - Add unit test for plugin ts flyout setup

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1671f18 View commit details
    Browse the repository at this point in the history
  37. unit test 4 - Add unit test for some of the acceleration components

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f3ea66c View commit details
    Browse the repository at this point in the history
  38. unit test 5 - clean up the operation unit test a bit

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ea54f9e View commit details
    Browse the repository at this point in the history
  39. Implement the acceleration flyout forwarding with mds support

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    beae9a5 View commit details
    Browse the repository at this point in the history
  40. Add discover forwarding action

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b4468c5 View commit details
    Browse the repository at this point in the history
  41. unit test 6 - add more test cases on accelerations comoponents

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7ae72b1 View commit details
    Browse the repository at this point in the history
  42. IMPORTANT - fix mds flows for cashloader when mds enabled

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    68efaf1 View commit details
    Browse the repository at this point in the history
  43. IMPORTANT - fix mds flows for direct query when mds enabled

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e0d8b13 View commit details
    Browse the repository at this point in the history
  44. Fix acc details tab tests

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    03af2de View commit details
    Browse the repository at this point in the history
  45. Fix everything in mds refresh

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fe0d163 View commit details
    Browse the repository at this point in the history
  46. P00000000 - revert the change of cacheloader and correct the cacheloa…

    …der and cachemnger usage
    
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0b0c47d View commit details
    Browse the repository at this point in the history
  47. Uncomment security role check

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    14ffdaf View commit details
    Browse the repository at this point in the history
  48. Fix unit tests snapshot

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c7fb72d View commit details
    Browse the repository at this point in the history
  49. unit test 7 - add unit tests for acceleration creation main flow

    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9ff084a View commit details
    Browse the repository at this point in the history
  50. Add the server setup

    Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
    Signed-off-by: Ryan Liang <jiallian@amazon.com>
    RyanL1997 and ps48 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e863cbf View commit details
    Browse the repository at this point in the history