Skip to content

Commit bb63886

Browse files
committed
Merge branch 'main' into feat/update-path-filters
# Conflicts: # .github/workflows/dart.yml # .github/workflows/dio.yml # .github/workflows/file.yml # .github/workflows/flutter.yml # .github/workflows/logging.yml # .github/workflows/min_version_test.yml # .github/workflows/sqflite.yml
2 parents cd512b6 + 7ea3931 commit bb63886

File tree

102 files changed

+6445
-250
lines changed

Some content is hidden

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

102 files changed

+6445
-250
lines changed

.craft.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ targets:
2424
pub:sentry_sqflite:
2525
pub:sentry_drift:
2626
pub:sentry_hive:
27+
# Initial release on pub.dev needed first before uncommenting
28+
# pub:sentry_isar:

.github/workflows/dart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- "logging/**"
1717
- "min_version_test/**"
1818
- "sqflite/**"
19+
- "isar/**"
1920

2021
jobs:
2122
cancel-previous-workflow:

.github/workflows/diagrams.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
working-directory: ./hive
4848
run: lakos . -i "{test/**,example/**}" | dot -Tsvg -o class-diagram.svg
4949

50+
- name: isar
51+
working-directory: ./isar
52+
run: lakos . -i "{test/**,example/**}" | dot -Tsvg -o class-diagram.svg
53+
5054
# Source: https://stackoverflow.com/a/58035262
5155
- name: Extract branch name
5256
shell: bash

.github/workflows/dio.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- "logging/**"
1717
- "min_version_test/**"
1818
- "sqflite/**"
19+
- "isar/**"
1920

2021
jobs:
2122
cancel-previous-workflow:

.github/workflows/drift.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
- "logging/**"
1717
- "min_version_test/**"
1818
- "sqflite/**"
19+
- "hive/**"
20+
- "isar/**"
1921

2022
jobs:
2123
cancel-previous-workflow:
@@ -68,7 +70,7 @@ jobs:
6870
steps:
6971
- uses: actions/checkout@v4
7072

71-
- uses: actions/setup-java@v3
73+
- uses: actions/setup-java@v4
7274
if: ${{ matrix.target == 'android' }}
7375
with:
7476
java-version: "11"

.github/workflows/e2e_dart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- "sqflite/**"
1515
- "hive/**"
1616
- "drift/**"
17+
- "isar/**"
1718

1819
env:
1920
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

.github/workflows/file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- "logging/**"
1717
- "min_version_test/**"
1818
- "sqflite/**"
19+
- "isar/**"
1920

2021
jobs:
2122
cancel-previous-workflow:

.github/workflows/flutter-symbols.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
GITHUB_TOKEN: ${{ github.token }}
5252

5353
- name: Upload updated status cache of processed files
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
if: always()
5656
with:
5757
name: flutter-symbol-collector-database

.github/workflows/flutter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- "logging/**"
1717
- "min_version_test/**"
1818
- "sqflite/**"
19+
- "isar/**"
1920

2021
jobs:
2122
cancel-previous-workflow:
@@ -72,7 +73,7 @@ jobs:
7273
steps:
7374
- uses: actions/checkout@v4
7475

75-
- uses: actions/setup-java@v3
76+
- uses: actions/setup-java@v4
7677
if: ${{ matrix.target == 'android' }}
7778
with:
7879
java-version: "11"

.github/workflows/flutter_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: checkout
4343
uses: actions/checkout@v4
4444

45-
- uses: actions/setup-java@v3
45+
- uses: actions/setup-java@v4
4646
with:
4747
distribution: "adopt"
4848
java-version: "11"
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: create AVD and generate snapshot for caching
7373
if: steps.avd-cache.outputs.cache-hit != 'true'
74-
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b #pin@v2.28.0
74+
uses: reactivecircus/android-emulator-runner@99a4aac18b4df9b3af66c4a1f04c1f23fa10c270 #pin@v2.29.0
7575
with:
7676
working-directory: ./flutter/example
7777
api-level: 31
@@ -88,7 +88,7 @@ jobs:
8888
run: flutter build apk --debug
8989

9090
- name: launch android emulator & run android native test
91-
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b #pin@v2.28.0
91+
uses: reactivecircus/android-emulator-runner@99a4aac18b4df9b3af66c4a1f04c1f23fa10c270 #pin@v2.29.0
9292
with:
9393
working-directory: ./flutter/example/android
9494
api-level: 31
@@ -101,7 +101,7 @@ jobs:
101101
script: ./gradlew testDebugUnitTest
102102

103103
- name: launch android emulator & run android integration test
104-
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b #pin@v2.28.0
104+
uses: reactivecircus/android-emulator-runner@99a4aac18b4df9b3af66c4a1f04c1f23fa10c270 #pin@v2.29.0
105105
with:
106106
working-directory: ./flutter/example
107107
api-level: 31

0 commit comments

Comments
 (0)