Skip to content

deps: humble fixes #624

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

Closed
wants to merge 38 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
cec5267
wip converting doors panel
Jun 14, 2022
c1bff3c
Merge remote-tracking branch 'origin/main' into feat/window-system-v2
Jun 14, 2022
c3e8f93
port window system from previous pr
Jun 14, 2022
57cb21f
rename to window container to prevent naming conflict with actual win…
Jun 14, 2022
86bf716
working doors window
Jun 15, 2022
ba50612
upgrade deps to fix material forwardRef bug
Jun 15, 2022
f20d1a6
micro app system
Jun 15, 2022
19a0712
add lifts app, support detecting door level, support mangaing workspa…
Jun 15, 2022
76216fa
implement controls
Jun 16, 2022
ea8b252
add map app
Jun 16, 2022
98895bc
add design mode toggle
Jun 16, 2022
06cbf13
ability to add new micro apps to workspace
Jun 16, 2022
f8ae2c9
ported map to microapp, improve state management with the help of rxjs
Jun 17, 2022
e9b730d
add task table app, fixes
Jun 17, 2022
3a699a3
bug fixes
Jun 17, 2022
cc7dedb
finish porting tasks page
Jun 20, 2022
3ba1b4c
ported and improve robot table
Jun 20, 2022
81b9884
port robot infos and improve multiple components
Jun 21, 2022
b3fe19e
add map to robot workspace; many fixes and improvements
Jun 21, 2022
554bf4f
fully support auto refresh in robots app
Jun 21, 2022
4323c02
fix tests
Jun 22, 2022
7bfac73
fix tests and cleanups
Jun 22, 2022
8d0e0be
properly support auto refresh in tasks app
Jun 22, 2022
a143e20
fix robots finish time
Jun 22, 2022
3a853f0
fix deps
Jun 22, 2022
63d2169
Merge remote-tracking branch 'origin/main' into feat/window-system-v2
Jul 6, 2022
90f2824
remove python version check
Jun 28, 2022
a3c7a10
switch to python 3.10
Jun 28, 2022
65052cb
update ci to use ubuntu2204
Jun 29, 2022
bdaeca8
for some reason gh actions 2204 is not using py 3.10
Jun 30, 2022
c8f04fc
remove chrome; not needed since we are using browserstack now
Jun 30, 2022
2044035
update docs
Jun 30, 2022
b782234
Revert "for some reason gh actions 2204 is not using py 3.10"
Jun 30, 2022
016735d
update minimum node version
Jul 5, 2022
9a5ccc0
update package-lock
Jul 5, 2022
9d31af8
update pip lock
Jul 6, 2022
43c95ab
fix fastio to work with newer uvicorn
Jul 6, 2022
092ef94
fix fastio to work with newer uvicorn
Jul 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Unit Tests (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/api-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Tests (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/${{ github.repository }}/e2e
credentials:
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dashboard-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Dashboard e2e (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/${{ github.repository }}/e2e
credentials:
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Unit Tests (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/${{ github.repository }}/e2e
credentials:
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-docker-images:
name: Push Docker images to GitHub Packages
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Push e2e image to GitHub Packages
Expand All @@ -25,7 +25,7 @@ jobs:
fail-fast: false
needs: build-docker-images
name: Dashboard e2e (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/${{ github.repository }}/e2e
options: --privileged --ipc=host
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
fail-fast: false
needs: build-docker-images
name: Reporting e2e (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/${{ github.repository }}/e2e
credentials:
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Unit Tests (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reporting-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Reporting e2e (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/${{ github.repository }}/e2e
credentials:
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reporting-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Tests (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/${{ github.repository }}/e2e
credentials:
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Unit Tests (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/${{ github.repository }}/e2e
credentials:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rmf-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Unit Tests (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ros-translator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
npm: ['latest']
fail-fast: false
name: Unit Tests (npm ${{ matrix.npm }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ros:foxy
defaults:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: bootstrap
run: |
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[dev-packages]
black = "==21.12b0"
black = "==22.6.0"
isort = "~=5.8"
pylint = "==2.10.2"
coverage = "~=5.5"
Expand All @@ -19,4 +19,4 @@ reporting-server = {editable = true, path = "./packages/reporting-server"}
ros-translator = {editable = true, path = "./packages/ros-translator"}

[requires]
python_version = "3.8"
python_version = "3.10"
Loading