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

Handle data sources and advanced settings as global object. #313

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
  3. feat: remove workspaces when listing data sources

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

Commits on Apr 10, 2024

  1. temp: merge workspace-pr-intepr

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

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f65ffcf View commit details
    Browse the repository at this point in the history
  3. feat: throw error if the type is not allowed

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

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

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

Commits on Apr 15, 2024

  1. feat: change the implementation

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0fe0d37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede24be View commit details
    Browse the repository at this point in the history
  3. feat: remove useless change

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5f487bc View commit details
    Browse the repository at this point in the history
  4. feat: remove useless change

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

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

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    4097e94 View commit details
    Browse the repository at this point in the history
  2. feat: add error message

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

Commits on Apr 17, 2024

  1. fix: integration test

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

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    402d69b View commit details
    Browse the repository at this point in the history
  3. feat: remove useless change

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cd77dba View commit details
    Browse the repository at this point in the history
  4. feat: add test case and add restrict on create method

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

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

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

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    093de9e View commit details
    Browse the repository at this point in the history
  8. refactor: move logic to conflict check wrapper

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0c80e82 View commit details
    Browse the repository at this point in the history
  9. feat: remove useless change

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

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

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