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

[Workspace][Data Source] Support data source assignment in workspace #7101

Merged
merged 17 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. feat: add data source assign

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b9baf9d View commit details
    Browse the repository at this point in the history
  2. update workspace update

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0f47199 View commit details
    Browse the repository at this point in the history
  3. update workspace update test

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c42efef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a67e01 View commit details
    Browse the repository at this point in the history
  5. update name

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    93c8e52 View commit details
    Browse the repository at this point in the history
  6. update repository test

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    bd553e8 View commit details
    Browse the repository at this point in the history
  7. update integration test

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d577505 View commit details
    Browse the repository at this point in the history
  8. update integration test

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    722dad8 View commit details
    Browse the repository at this point in the history
  9. add test cases for utils

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    04f8209 View commit details
    Browse the repository at this point in the history
  10. update utils test

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8c5ddc3 View commit details
    Browse the repository at this point in the history
  11. add tests for saved object client

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    dc67ed5 View commit details
    Browse the repository at this point in the history
  12. update and add tests for workspace client

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c7bdfde View commit details
    Browse the repository at this point in the history
  13. use overwrite in deleteFromWorkspaces and update find

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d5fc0ad View commit details
    Browse the repository at this point in the history
  14. update saved ojects client test

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    30de7b2 View commit details
    Browse the repository at this point in the history
  15. use Promise.all and updates comment and type

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    43fe170 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. add rescriction for title field to make it optional

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b393236 View commit details
    Browse the repository at this point in the history
  2. use string array to send selected data sources

    Signed-off-by: tygao <tygao@amazon.com>
    raintygao committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5004aee View commit details
    Browse the repository at this point in the history