Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix/deps/do-not-shi…
Browse files Browse the repository at this point in the history
…p-psr-packages
  • Loading branch information
ChristophWurst committed Apr 20, 2023
2 parents 9bc9666 + 807a186 commit 94b98e7
Show file tree
Hide file tree
Showing 12 changed files with 387 additions and 487 deletions.
20 changes: 0 additions & 20 deletions .github/dependabot.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/dependabot-approve.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: [ 'dev-master', 'dev-stable25', 'dev-stable24' ]
ocp-version: [ 'dev-master', 'dev-stable26', 'dev-stable25', 'dev-stable24' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: composer i
- name: Install OCP package
run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }}
run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }} -W
- name: Run coding standards check
run: composer run psalm

Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.2']
nextcloud-versions: ['master']
include:
- php-versions: 8.0
nextcloud-versions: stable25
- php-versions: 8.2
nextcloud-versions: stable26
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up php${{ matrix.php-versions }}
Expand Down Expand Up @@ -55,10 +57,10 @@ jobs:
nextcloud-versions: stable24
db: 'sqlite'
- php-versions: 8.1
nextcloud-versions: master
nextcloud-versions: stable25
db: 'sqlite'
- php-versions: 8.2
nextcloud-versions: master
nextcloud-versions: stable26
db: 'sqlite'
name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests
steps:
Expand Down
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
## [8.7.2](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.7.1...v8.7.2) (2023-04-10)


### Bug Fixes

* **deps:** update dependency @sentry/browser to ^7.47.0 ([0ef0d10](https://github.com/ChristophWurst/nextcloud_sentry/commit/0ef0d10dbab1b2e49e291a01da5bd655a3b5f9e1))
* **deps:** update dependency nyholm/psr7 to ^1.6.0 ([75546e4](https://github.com/ChristophWurst/nextcloud_sentry/commit/75546e4a484ddf368081354633569e520c71d9b7))
* **deps:** update dependency sentry/sentry to ^3.17.0 ([60b04cc](https://github.com/ChristophWurst/nextcloud_sentry/commit/60b04cc088ce7d5ce2c8cddafe27cd6553bfef2c))



## [8.7.1](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.7.0...v8.7.1) (2023-03-27)


### Bug Fixes

* **deps:** update dependency @sentry/browser to ^7.45.0 ([7ec5444](https://github.com/ChristophWurst/nextcloud_sentry/commit/7ec5444be5ab2008a88c37d8e47172a2d5aaa112))



# [8.7.0](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.6.6...v8.7.0) (2023-03-17)


### Bug Fixes

* **deps:** update dependency @nextcloud/logger to ^2.5.0 ([5bb56d1](https://github.com/ChristophWurst/nextcloud_sentry/commit/5bb56d143ce262cd3bdf4923806c81d50ed1b0c7))
* **deps:** update dependency @sentry/browser to ^7.43.0 ([056c33d](https://github.com/ChristophWurst/nextcloud_sentry/commit/056c33dfd7ab92b63ebd70c14998431480cd3bd1))
* **deps:** update dependency sentry/sentry to ^3.16.0 ([cebd1ad](https://github.com/ChristophWurst/nextcloud_sentry/commit/cebd1ad2e9bb82977f20aca24233d963c60832be))


### Features

* Add extra tags to Sentry and modernize SentryReporterAdapter ([c72df01](https://github.com/ChristophWurst/nextcloud_sentry/commit/c72df01dc3035c8c66a2f470381dbdf5534f9d83))
* **deps:** Add Nextcloud 27 support ([d5e0704](https://github.com/ChristophWurst/nextcloud_sentry/commit/d5e070447db1de8a7bb7db2ccd0f28acf4f29af1))



## [8.6.6](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.6.5...v8.6.6) (2023-03-06)


### Bug Fixes

* **deps:** update dependency @sentry/browser to ^7.40 ([f6440d1](https://github.com/ChristophWurst/nextcloud_sentry/commit/f6440d1e99a7226549eabe099561f4eca9e1c83e))



## [8.6.5](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.6.4...v8.6.5) (2023-02-20)


### Bug Fixes

* **deps:** update dependency @sentry/browser to ^7.38 ([211b558](https://github.com/ChristophWurst/nextcloud_sentry/commit/211b558005483e57db3ea437bcb4dfa7a479c8d1))



## [8.6.4](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.6.3...v8.6.4) (2023-02-13)


Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Sentry</name>
<summary>Sentry client</summary>
<description>A Sentry integration that sends unhandled exceptions to a Sentry instance to aggregate application crashes. You either have to set up your own Sentry instance or use your sentry.io account. See the admin documentation for how to configure this app.</description>
<version>8.6.4</version>
<version>8.7.2</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Morris Jobke</author>
Expand All @@ -23,7 +23,7 @@
<repository>https://github.com/ChristophWurst/nextcloud_sentry</repository>
<dependencies>
<php min-version="8.0" max-version="8.2" />
<nextcloud min-version="24" max-version="26" />
<nextcloud min-version="24" max-version="27" />
</dependencies>
<commands>
<command>OCA\Sentry\Command\Test</command>
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"require": {
"php": "^8.0 <= 8.1",
"nyholm/psr7": "^1.5.1",
"nyholm/psr7": "^1.6.0",
"php-http/curl-client": "^2.2.1",
"sentry/sentry": "^3.13.1"
"sentry/sentry": "^3.17.0"
},
"require-dev": {
"christophwurst/nextcloud_testing": "^0.12.4",
"roave/security-advisories": "dev-master",
"psalm/phar": "^5.7.0"
"psalm/phar": "^5.9.0"
},
"provide": {
"psr/clock": "*",
Expand Down
Loading

0 comments on commit 94b98e7

Please sign in to comment.