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

Support workspace in saved objects client in server side. #293

Commits on Apr 1, 2024

  1. feat: POC implementation

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    66d6096 View commit details
    Browse the repository at this point in the history
  2. feat: add some comment

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d275f61 View commit details
    Browse the repository at this point in the history
  3. feat: revert dependency

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    65f6be3 View commit details
    Browse the repository at this point in the history
  4. feat: update comment

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9c5d2d9 View commit details
    Browse the repository at this point in the history
  5. feat: address one TODO

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d5638ff View commit details
    Browse the repository at this point in the history
  6. feat: address TODO

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    45589cf View commit details
    Browse the repository at this point in the history
  7. feat: add unit test

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5d990c8 View commit details
    Browse the repository at this point in the history
  8. feat: some special logic on specific operation

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    08dc9e2 View commit details
    Browse the repository at this point in the history
  9. feat: add integration test

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d3cccb8 View commit details
    Browse the repository at this point in the history
  10. feat: declare workspaces as empty array for advanced settings

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    298c2cb View commit details
    Browse the repository at this point in the history
  11. feat: unified workspaces parameters when parsing from router

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    85c522d View commit details
    Browse the repository at this point in the history
  12. feat: improve code coverage

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cdbe9a8 View commit details
    Browse the repository at this point in the history
  13. feat: declare workspaces as null

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cb7ebd9 View commit details
    Browse the repository at this point in the history
  14. feat: use unified types

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    294d2c5 View commit details
    Browse the repository at this point in the history
  15. feat: update comment

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    42e0e05 View commit details
    Browse the repository at this point in the history
  16. feat: remove null

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1b32316 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. feat: address comments

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b7a6cb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat: use request app to store request workspace id

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dd6cebf View commit details
    Browse the repository at this point in the history
  2. feat: use app state to store request workspace id

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7fd5160 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. feat: merge workspace-pr-integr

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a5b8c70 View commit details
    Browse the repository at this point in the history
  2. feat: merge

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d5ccfad View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    431aa38 View commit details
    Browse the repository at this point in the history
  2. refact: update types declaration

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    742ec22 View commit details
    Browse the repository at this point in the history
  3. fix: unit test error

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ab0486e View commit details
    Browse the repository at this point in the history