Skip to content

Commit

Permalink
api-server: update dependencies (#913)
Browse files Browse the repository at this point in the history
* update uvicorn

Signed-off-by: Teo Koon Peng <[email protected]>

* fix docs url to follow new root path behavior

Signed-off-by: Teo Koon Peng <[email protected]>

* revert change to how we determine root path

Signed-off-by: Teo Koon Peng <[email protected]>

* fix Pipfile

Signed-off-by: Teo Koon Peng <[email protected]>

* use verbose flag in ci

Signed-off-by: Teo Koon Peng <[email protected]>

* again

Signed-off-by: Teo Koon Peng <[email protected]>

* fix test error

Signed-off-by: Teo Koon Peng <[email protected]>

* remove unused imports

Signed-off-by: Teo Koon Peng <[email protected]>

* temp disable broken test

Signed-off-by: Teo Koon Peng <[email protected]>

* skip another broken test

Signed-off-by: Teo Koon Peng <[email protected]>

* WIP updating pydantic

Signed-off-by: Teo Koon Peng <[email protected]>

* fix broken socketio tests

Signed-off-by: Teo Koon Peng <[email protected]>

* fix using old field

Signed-off-by: Teo Koon Peng <[email protected]>

* switch to new lifespan api

Signed-off-by: Teo Koon Peng <[email protected]>

* fix typings

Signed-off-by: Teo Koon Peng <[email protected]>

* remove use of deprecated code

Signed-off-by: Teo Koon Peng <[email protected]>

* update pylint

Signed-off-by: Teo Koon Peng <[email protected]>

* update client api

Signed-off-by: Teo Koon Peng <[email protected]>

* do not separate input and output schemas

Signed-off-by: Teo Koon Peng <[email protected]>

* revert incompatible change where all ros fields are optional

Signed-off-by: Teo Koon Peng <[email protected]>

* update api-client

Signed-off-by: Teo Koon Peng <[email protected]>

* fixes for frontend

Signed-off-by: Teo Koon Peng <[email protected]>

* WIP updating tests

Signed-off-by: Teo Koon Peng <[email protected]>

* fix tests

Signed-off-by: Teo Koon Peng <[email protected]>

* before eject

Signed-off-by: Teo Koon Peng <[email protected]>

* eject react-scripts and update dependencies, needed to fix axios

Signed-off-by: Teo Koon Peng <[email protected]>

* update node

Signed-off-by: Teo Koon Peng <[email protected]>

* update eslint

Signed-off-by: Teo Koon Peng <[email protected]>

* move to jest, fix broken tests, remove svg and canvas tests

Signed-off-by: Teo Koon Peng <[email protected]>

* migrating storybook

Signed-off-by: Teo Koon Peng <[email protected]>

* finish migrating storybook

Signed-off-by: Teo Koon Peng <[email protected]>

* migrate storybook on rmf-auth

Signed-off-by: Teo Koon Peng <[email protected]>

* cleanup

Signed-off-by: Teo Koon Peng <[email protected]>

* remove unused imports

Signed-off-by: Teo Koon Peng <[email protected]>

* update lint command

Signed-off-by: Teo Koon Peng <[email protected]>

* fix imports

Signed-off-by: Teo Koon Peng <[email protected]>

* fix cjs not being processed

Signed-off-by: Teo Koon Peng <[email protected]>

* disable treating warnings as errors

Signed-off-by: Teo Koon Peng <[email protected]>

* update readme to use pnpm and node20

Signed-off-by: Teo Koon Peng <[email protected]>

* workaround pydantic serialization problem

Signed-off-by: Teo Koon Peng <[email protected]>

* fix conversion in tests

Signed-off-by: Teo Koon Peng <[email protected]>

---------

Signed-off-by: Teo Koon Peng <[email protected]>
  • Loading branch information
koonpeng authored Apr 24, 2024
1 parent 300b34e commit e3d2b1c
Show file tree
Hide file tree
Showing 379 changed files with 18,120 additions and 20,540 deletions.
51 changes: 0 additions & 51 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
version: 'latest'
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
cache: 'pnpm'
- name: Install pipenv
run: pip3 install pipenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
. /rmf_demos_ws/install/setup.bash
pnpm run lint
pnpm run test:cov
pnpm run test:cov -v
pipenv run python -m coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm exec lint-staged
Loading

0 comments on commit e3d2b1c

Please sign in to comment.