Skip to content

Commit

Permalink
Merge pull request #649 from nextcloud/perf/dashboard/item-api-v2-sta…
Browse files Browse the repository at this point in the history
…ble27

[stable27] perf(dashboard): implement widget item api v2
  • Loading branch information
blizzz authored Sep 6, 2023
2 parents 77e8d81 + f890baf commit d785d9a
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 983 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/files_recommendation-dashboard.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit d785d9a

Please sign in to comment.