Skip to content

Commit

Permalink
perf(dashboard): implement widget item api v2
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Sep 5, 2023
1 parent e23482d commit 52feace
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 984 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, gd
coverage: none

- name: Set up PHPUnit
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql, gd
coverage: none

- name: Set up PHPUnit
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql, gd
coverage: none

- name: Set up PHPUnit
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, oci8
extensions: mbstring, iconv, fileinfo, intl, oci8, gd
coverage: none

- name: Set up PHPUnit
Expand Down
3 changes: 0 additions & 3 deletions js/recommendations-dashboard.js

This file was deleted.

353 changes: 0 additions & 353 deletions js/recommendations-dashboard.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion js/recommendations-dashboard.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions js/recommendations-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/recommendations-main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 52feace

Please sign in to comment.