Skip to content

Commit

Permalink
Merge branch 'main' into release/v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Jun 12, 2024
2 parents 96f11e1 + 3547329 commit 9b20804
Show file tree
Hide file tree
Showing 140 changed files with 4,292 additions and 2,971 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,26 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
run: pip install poetry==1.4.2
- name: Install Poetry (Unix)
if: matrix.os != 'windows-latest'
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo 'export PATH="$HOME/.local/bin:$PATH"' >> $GITHUB_ENV
- name: Install Poetry (Windows)
if: matrix.os == 'windows-latest'
run: |
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
echo "C:\\Users\\runneradmin\\AppData\\Roaming\\Python\\Scripts" >> $env:GITHUB_PATH
- name: Verify Poetry Installation
run: poetry --version
- name: Clear Poetry Cache
run: poetry cache clear pypi --all
- name: Install future
run: pip wheel --use-pep517 "future==0.18.3"
- name: Install dependencies
run: poetry install --all-extras --with dev
run: poetry install --all-extras --with dev --verbose
- name: Lint with ruff
run: |
make format_diff
run: make format_diff
- name: Spellcheck
run: make spell_check
- name: Run tests
Expand Down
27 changes: 0 additions & 27 deletions client/.eslintrc.json

This file was deleted.

40 changes: 0 additions & 40 deletions client/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions client/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions client/Providers/QueryProvider.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions client/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions client/app/admin/page.tsx

This file was deleted.

Binary file removed client/app/favicon.ico
Binary file not shown.
25 changes: 0 additions & 25 deletions client/app/layout.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions client/components.json

This file was deleted.

Loading

0 comments on commit 9b20804

Please sign in to comment.