Skip to content

Commit 38d3e54

Browse files
authored
Merge branch 'main' into da-138-update-v5-dotnet
2 parents b3bb348 + e6ee99a commit 38d3e54

130 files changed

Lines changed: 4538 additions & 16810 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@
77
* @getditto/sdk-engineers
88

99
# SDK-specific owners
10-
/android-cpp/ @kristopherjohnson @teodorciuraru
11-
/android-java/ @russhwolf @phatblat @busec0
12-
/android-kotlin/ @russhwolf @phatblat @busec0
13-
/cpp-tui/ @kristopherjohnson @teodorciuraru
10+
/android-java/ @phatblat @busec0
11+
/android-kotlin/ @phatblat @busec0
12+
/cpp-tui/ @kristopherjohnson
1413
/dotnet-maui/ @busec0 @kristopherjohnson
1514
/dotnet-tui/ @busec0 @kristopherjohnson
1615
/dotnet-winforms/ @busec0 @kristopherjohnson
17-
/flutter_app/ @pvditto @teodorciuraru
16+
/flutter_app/ @alycda
1817
/go-tui/ @kristopherjohnson @dsharp-pivotal
1918
/java-spring/ @phatblat @busec0
20-
/java-server/ @russhwolf @phatblat @busec0
21-
/javascript-tui/ @konstantinbe @pvditto @teodorciuraru
22-
/javascript-web/ @konstantinbe @pvditto @teodorciuraru
23-
/kotlin-multiplatform/ @russhwolf @phatblat @busec0
24-
/react-native/ @teodorciuraru @kristopherjohnson
25-
/react-native-expo/ @teodorciuraru @kristopherjohnson
19+
/java-server/ @phatblat @busec0
20+
/javascript-tui/ @nickrobinson
21+
/javascript-web/ @nickrobinson
22+
/kotlin-multiplatform/ @phatblat @busec0
23+
/react-native/ @kristopherjohnson
24+
/react-native-expo/ @kristopherjohnson
2625
/rust-tui/ @kristopherjohnson
27-
/swift/ @konstantinbe @busec0
26+
/swift/ @SausCode @busec0
2827

2928
# TODO: Enable once we have 2 reviewers for Edge Server
3029
# /edge-server/ @baxterjo

.github/actions/generate-browserstack-names/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ runs:
3333
# "React Native Expo CI" -> "React Native Expo"
3434
PLATFORM_NAME=$(echo "$WORKFLOW_FILE" | sed 's/ CI$//')
3535
36-
# Special case mappings for non-standard names
37-
case "$PLATFORM_NAME" in
38-
"Android C++")
39-
PLATFORM_NAME="Android CPP"
40-
;;
41-
esac
42-
4336
PROJECT_NAME="quickstart - $PLATFORM_NAME"
4437
4538
# FIXME: Build name generation is currently broken and doesn't work properly

.github/browserstack-devices.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
# - Mobile devices: https://www.browserstack.com/docs/app-automate/api-reference/appium/devices
1414
# - Desktop browsers: https://www.browserstack.com/docs/automate/api-reference/selenium/list-of-browsers-and-platforms
1515

16-
# Android C++ QuickStart
17-
android-cpp:
18-
devices:
19-
- "Google Pixel 7-13.0" # Android 13 baseline
20-
2116
# Android Java QuickStart
2217
android-java:
2318
devices:

.github/workflows/android-cpp-ci.yml

Lines changed: 0 additions & 287 deletions
This file was deleted.

0 commit comments

Comments
 (0)