[PR #41] [MERGED] Add Scrutinizer config #163

Closed
opened 2026-02-26 05:33:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/41
Author: @ChristophWurst
Created: 4/10/2018
Status: Merged
Merged: 4/10/2018
Merged by: @ChristophWurst

Base: masterHead: enhancement/scrutinizer


📝 Commits (8)

  • 5950498 Add Signal gateway support
  • 600dafc Merge branch 'master' of github.com:/ChristophWurst/twofactor_sms into enhancement/signal-gateway
  • cfdc91d Add Scrutinizer config
  • 9507091 Produce coverage reports on Travis
  • 76e522b Merge branch 'enhancement/signal-gateway' of github.com:/ChristophWurst/twofactor_sms into enhancement/scrutinizer
  • 4e1af74 Fix phpunit test execution
  • bf0f4c0 Fix composer deps for php <= 7.1
  • 1591ad1 Fix matrix for coverage job

📊 Changes

10 files changed (+1685 additions, -56 deletions)

View changed files

.scrutinizer.yml (+19 -0)
📝 .travis.yml (+11 -10)
📝 composer.json (+10 -0)
📝 composer.lock (+1475 -6)
📝 lib/AppInfo/Application.php (+7 -3)
📝 lib/Provider/SmsProvider.php (+7 -31)
lib/Service/SmsProvider/SignalGateway.php (+70 -0)
tests/Unit/Provider/SmsProviderTest.php (+65 -0)
📝 tests/phpunit.integration.xml (+1 -1)
📝 tests/phpunit.xml (+20 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/41 **Author:** [@ChristophWurst](https://github.com/ChristophWurst) **Created:** 4/10/2018 **Status:** ✅ Merged **Merged:** 4/10/2018 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `enhancement/scrutinizer` --- ### 📝 Commits (8) - [`5950498`](https://github.com/nextcloud/twofactor_gateway/commit/595049871fa0a883889fe53ca15aec622da9d1cf) Add Signal gateway support - [`600dafc`](https://github.com/nextcloud/twofactor_gateway/commit/600dafca49b544432203a70a482b4a67a361db28) Merge branch 'master' of github.com:/ChristophWurst/twofactor_sms into enhancement/signal-gateway - [`cfdc91d`](https://github.com/nextcloud/twofactor_gateway/commit/cfdc91d1da208ffcaf753ea0c8cca5231cd4a6b8) Add Scrutinizer config - [`9507091`](https://github.com/nextcloud/twofactor_gateway/commit/9507091b8d25e3fc202824888bed722d3a5717d0) Produce coverage reports on Travis - [`76e522b`](https://github.com/nextcloud/twofactor_gateway/commit/76e522b913a2849945c89b682d61994f4df51616) Merge branch 'enhancement/signal-gateway' of github.com:/ChristophWurst/twofactor_sms into enhancement/scrutinizer - [`4e1af74`](https://github.com/nextcloud/twofactor_gateway/commit/4e1af743e2b9af916728f2c27e1951f506749f2a) Fix phpunit test execution - [`bf0f4c0`](https://github.com/nextcloud/twofactor_gateway/commit/bf0f4c0f306fd3b0784f46cc65ef8ca1e8265244) Fix composer deps for php <= 7.1 - [`1591ad1`](https://github.com/nextcloud/twofactor_gateway/commit/1591ad1d333010a23d9fc1898d63a08216f0d73e) Fix matrix for coverage job ### 📊 Changes **10 files changed** (+1685 additions, -56 deletions) <details> <summary>View changed files</summary> ➕ `.scrutinizer.yml` (+19 -0) 📝 `.travis.yml` (+11 -10) 📝 `composer.json` (+10 -0) 📝 `composer.lock` (+1475 -6) 📝 `lib/AppInfo/Application.php` (+7 -3) 📝 `lib/Provider/SmsProvider.php` (+7 -31) ➕ `lib/Service/SmsProvider/SignalGateway.php` (+70 -0) ➕ `tests/Unit/Provider/SmsProviderTest.php` (+65 -0) 📝 `tests/phpunit.integration.xml` (+1 -1) 📝 `tests/phpunit.xml` (+20 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:33:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#163
No description provided.