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

[Do not merge] Feature/workspace parameters #268

Closed

Commits on Feb 29, 2024

  1. refact: move workspace specific logic to savedObjectWrapper

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    88f7795 View commit details
    Browse the repository at this point in the history
  2. fix: some error

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

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fc1d068 View commit details
    Browse the repository at this point in the history
  4. feat: remove useless config in test

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

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

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

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1941d54 View commit details
    Browse the repository at this point in the history
  8. feat: revert test in repository.test.js

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a4cf29e View commit details
    Browse the repository at this point in the history
  9. feat: revert test in import_saved_objects.test.ts

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4b8459a View commit details
    Browse the repository at this point in the history
  10. feat: revert test in repository.test.js

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fcc1515 View commit details
    Browse the repository at this point in the history
  11. feat: add type

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a8e2a0c View commit details
    Browse the repository at this point in the history
  12. fix: bootstrap type error

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c7f12e8 View commit details
    Browse the repository at this point in the history
  13. feat: optimize code and add comment

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    95ef2df View commit details
    Browse the repository at this point in the history
  14. fix: unit test error

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

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    31d4507 View commit details
    Browse the repository at this point in the history
  16. feat: add missing code

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8c7454e View commit details
    Browse the repository at this point in the history
  17. feat: optimize code

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

Commits on Mar 1, 2024

  1. Add permissions field to the mapping only if the permission control i…

    …s enabled
    
    Signed-off-by: gaobinlong <gbinlong@amazon.com>
    gaobinlong authored and SuZhou-Joe committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    eea2f50 View commit details
    Browse the repository at this point in the history
  2. Fix test failure

    Signed-off-by: gaobinlong <gbinlong@amazon.com>
    gaobinlong authored and SuZhou-Joe committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b59c187 View commit details
    Browse the repository at this point in the history
  3. feat: modify unit test

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    39817a6 View commit details
    Browse the repository at this point in the history
  4. fix: bulk create error

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a8524a6 View commit details
    Browse the repository at this point in the history
  5. fix: bulk create error

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c046c72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a609af0 View commit details
    Browse the repository at this point in the history
  7. feat: add new config in yml file

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    edcc34d View commit details
    Browse the repository at this point in the history
  8. feat: add new config in yml file

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

Commits on Mar 2, 2024

  1. feat: update yml file

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

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