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

api-server: update dependencies #913

Merged
merged 42 commits into from
Apr 24, 2024
Merged

api-server: update dependencies #913

merged 42 commits into from
Apr 24, 2024

Commits on Mar 21, 2024

  1. update uvicorn

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    151f1ef View commit details
    Browse the repository at this point in the history
  2. fix docs url to follow new root path behavior

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e03e9d8 View commit details
    Browse the repository at this point in the history
  3. revert change to how we determine root path

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3015efa View commit details
    Browse the repository at this point in the history
  4. fix Pipfile

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1e232a9 View commit details
    Browse the repository at this point in the history
  5. use verbose flag in ci

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2bc403a View commit details
    Browse the repository at this point in the history
  6. again

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e935d36 View commit details
    Browse the repository at this point in the history
  7. fix test error

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    980800b View commit details
    Browse the repository at this point in the history
  8. remove unused imports

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    49f3851 View commit details
    Browse the repository at this point in the history
  9. temp disable broken test

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2f26f70 View commit details
    Browse the repository at this point in the history
  10. skip another broken test

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e236d41 View commit details
    Browse the repository at this point in the history
  11. WIP updating pydantic

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ebfae90 View commit details
    Browse the repository at this point in the history
  12. fix broken socketio tests

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ce806e2 View commit details
    Browse the repository at this point in the history
  13. fix using old field

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f732edd View commit details
    Browse the repository at this point in the history
  14. switch to new lifespan api

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    37e5ec6 View commit details
    Browse the repository at this point in the history
  15. fix typings

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5b192b5 View commit details
    Browse the repository at this point in the history
  16. remove use of deprecated code

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7d0f997 View commit details
    Browse the repository at this point in the history
  17. update pylint

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5692c48 View commit details
    Browse the repository at this point in the history
  18. update client api

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e061901 View commit details
    Browse the repository at this point in the history
  19. do not separate input and output schemas

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    63e1b11 View commit details
    Browse the repository at this point in the history
  20. revert incompatible change where all ros fields are optional

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b87974b View commit details
    Browse the repository at this point in the history
  21. update api-client

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    267b3d1 View commit details
    Browse the repository at this point in the history
  22. fixes for frontend

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    90bc2b9 View commit details
    Browse the repository at this point in the history
  23. WIP updating tests

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0e4608a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix tests

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6d234e1 View commit details
    Browse the repository at this point in the history
  2. before eject

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a39a09b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f282bd View commit details
    Browse the repository at this point in the history
  4. update node

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    dcf7762 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. update eslint

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ced3d2d View commit details
    Browse the repository at this point in the history
  2. move to jest, fix broken tests, remove svg and canvas tests

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    04e3a07 View commit details
    Browse the repository at this point in the history
  3. migrating storybook

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0a6d9ff View commit details
    Browse the repository at this point in the history
  4. finish migrating storybook

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    371fc52 View commit details
    Browse the repository at this point in the history
  5. migrate storybook on rmf-auth

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    503d64c View commit details
    Browse the repository at this point in the history
  6. cleanup

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    154586f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. remove unused imports

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c108cf0 View commit details
    Browse the repository at this point in the history
  2. update lint command

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a721b07 View commit details
    Browse the repository at this point in the history
  3. fix imports

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ea061ca View commit details
    Browse the repository at this point in the history
  4. fix cjs not being processed

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    85ce1b5 View commit details
    Browse the repository at this point in the history
  5. disable treating warnings as errors

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    bdbd356 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    39229ff View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. update readme to use pnpm and node20

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f5240d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. workaround pydantic serialization problem

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    08c80bc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix conversion in tests

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8820c85 View commit details
    Browse the repository at this point in the history