-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #337 from privacyidea/v4.2.1
V4.2.1
- Loading branch information
Showing
187 changed files
with
18,289 additions
and
7,510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Flutter integration test | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
jobs: | ||
drive_android: | ||
runs-on: macos-latest | ||
strategy: | ||
matrix: | ||
api-level: [29] | ||
target: [playstore] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '11' | ||
|
||
- uses: subosito/flutter-action@v1 | ||
with: | ||
flutter-version: '3.13.2' | ||
channel: 'stable' | ||
|
||
# Run integration test | ||
- name: Run Flutter Driver tests | ||
uses: reactivecircus/android-emulator-runner@v2 | ||
with: | ||
target: ${{ matrix.target }} | ||
api-level: ${{ matrix.api-level }} | ||
arch: x86_64 | ||
profile: Nexus 6 | ||
script: flutter test integration_test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "pi-authenticator (release mode)", | ||
"request": "launch", | ||
"type": "dart", | ||
"program": "lib/main_netknights.dart", | ||
"flutterMode": "release" | ||
}, | ||
{ | ||
"name": "pi-authenticator (debug mode)", | ||
"request": "launch", | ||
"type": "dart", | ||
"program": "lib/main_netknights.dart", | ||
"flutterMode": "debug" | ||
}, | ||
{ | ||
"name": "pi-authenticator (profile mode)", | ||
"request": "launch", | ||
"type": "dart", | ||
"program": "lib/main_netknights.dart", | ||
"flutterMode": "profile" | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
include: package:flutter_lints/flutter.yaml | ||
include: package:flutter_lints/flutter.yaml | ||
|
||
linter: | ||
rules: | ||
unnecessary_string_escapes: false | ||
unnecessary_string_interpolations: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
arguments=--init-script C\:\\Users\\FRANKM~1\\AppData\\Local\\Temp\\d146c9752a26f79b52047fb6dc6ed385d064e120494f96f08ca63a317c41f94c.gradle --init-script C\:\\Users\\FRANKM~1\\AppData\\Local\\Temp\\52cde0cfcf3e28b8b7510e992210d9614505e0911af0c190bd590d7158574963.gradle | ||
auto.sync=false | ||
build.scans.enabled=false | ||
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER) | ||
connection.project.dir= | ||
eclipse.preferences.version=1 | ||
gradle.user.home= | ||
java.home=C\:/Program Files/Java/jdk-17 | ||
jvm.arguments= | ||
offline.mode=false | ||
override.workspace.settings=true | ||
show.console.view=true | ||
show.executions.view=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.