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][Feature]Setup workspace skeleton and implement basic CRUD API #5075

Commits on Oct 17, 2023

  1. feature: setup workspace skeleton and implement basic CRUD API on wor…

    …kspace
    
    Signed-off-by: Zhou Su <suzhou@dev-dsk-suzhou-2a-8ce7a7a7.us-west-2.amazon.com>
    Zhou Su authored and SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1148ed1 View commit details
    Browse the repository at this point in the history
  2. feat: remove useless required plugins and logger typo

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a7c0337 View commit details
    Browse the repository at this point in the history
  3. feat: setup public side skeleton

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9a3f713 View commit details
    Browse the repository at this point in the history
  4. temp: add unit test

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5f6f4c3 View commit details
    Browse the repository at this point in the history
  5. feat: add function test for workspace CRUD routes

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0449cdd View commit details
    Browse the repository at this point in the history
  6. feat: use saved objects client instead of internal repository

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ebc1286 View commit details
    Browse the repository at this point in the history
  7. feat: update CHANGELOG

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    16a4c66 View commit details
    Browse the repository at this point in the history
  8. feat: exclude permission check wrapper

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    759d03c 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 Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6e1c656 View commit details
    Browse the repository at this point in the history
  10. feat: add configuration

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    090e2fe View commit details
    Browse the repository at this point in the history
  11. feat: enable workspace flag when run workspace related test

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    bf53f12 View commit details
    Browse the repository at this point in the history
  12. feat: optimization according to PR comments

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d0d5882 View commit details
    Browse the repository at this point in the history
  13. feat: add JSDoc for workspace client

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2f73b21 View commit details
    Browse the repository at this point in the history
  14. Update src/plugins/workspace/server/integration_tests/routes.test.ts

    Co-authored-by: Josh Romero <rmerqg@amazon.com>
    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe and joshuarrrr committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5219fce View commit details
    Browse the repository at this point in the history
  15. feat: remove hard-coded delay

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e80221e View commit details
    Browse the repository at this point in the history
  16. feat: optimize unit test

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

Commits on Oct 18, 2023

  1. fix: unit test

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    87e8f71 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. feat: Only allow workspace CRUD APIs to modify workspace metadata.

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    86871a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. feat: add integration test for new changes

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