mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 09:05:55 +03:00
[PR #41] [MERGED] Add Scrutinizer config #163
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:enhancement/scrutinizer📝 Commits (8)
5950498Add Signal gateway support600dafcMerge branch 'master' of github.com:/ChristophWurst/twofactor_sms into enhancement/signal-gatewaycfdc91dAdd Scrutinizer config9507091Produce coverage reports on Travis76e522bMerge branch 'enhancement/signal-gateway' of github.com:/ChristophWurst/twofactor_sms into enhancement/scrutinizer4e1af74Fix phpunit test executionbf0f4c0Fix composer deps for php <= 7.11591ad1Fix 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.