Skip to content

Commit 472868e

Browse files
committed
Merge branch 'master' into improve-api
2 parents 0ba8810 + 22c619f commit 472868e

98 files changed

Lines changed: 3334 additions & 1106 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/workflows/build.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
os: [ubuntu-latest, windows-latest]
3737
steps:
3838
- name: git clone
39-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
39+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4040
- name: Load Cached Flutter SDK
41-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
41+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
4242
with:
4343
path: |
4444
./tool/flutter-sdk
@@ -57,11 +57,11 @@ jobs:
5757
fail-fast: false
5858
steps:
5959
- name: Clone Flutter DevTools
60-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
60+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6161
with:
6262
ref: "${{ github.event.pull_request.head.sha }}"
6363
- name: Load Cached Flutter SDK
64-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
64+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
6565
with:
6666
path: |
6767
./tool/flutter-sdk
@@ -97,9 +97,9 @@ jobs:
9797
os: [ubuntu-latest, windows-latest]
9898
steps:
9999
- name: git clone
100-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
100+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
101101
- name: Load Cached Flutter SDK
102-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
102+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
103103
with:
104104
path: |
105105
./tool/flutter-sdk
@@ -119,9 +119,9 @@ jobs:
119119
os: [ubuntu-latest, windows-latest]
120120
steps:
121121
- name: git clone
122-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
122+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
123123
- name: Load Cached Flutter SDK
124-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
124+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
125125
with:
126126
path: |
127127
./tool/flutter-sdk
@@ -144,9 +144,9 @@ jobs:
144144
os: [ubuntu-latest, windows-latest]
145145
steps:
146146
- name: git clone
147-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
147+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
148148
- name: Load Cached Flutter SDK
149-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
149+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
150150
with:
151151
path: |
152152
./tool/flutter-sdk
@@ -171,9 +171,9 @@ jobs:
171171

172172
steps:
173173
- name: git clone
174-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
174+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
175175
- name: Load Cached Flutter SDK
176-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
176+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
177177
with:
178178
path: |
179179
./tool/flutter-sdk
@@ -186,7 +186,7 @@ jobs:
186186
run: ./tool/ci/bots.sh
187187

188188
- name: Upload Golden Failure Artifacts
189-
uses: actions/upload-artifact@v4
189+
uses: actions/upload-artifact@v6
190190
if: failure()
191191
with:
192192
name: golden_image_failures.${{ matrix.bot }}
@@ -243,9 +243,9 @@ jobs:
243243
shard: 3/3
244244
steps:
245245
- name: git clone
246-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
246+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
247247
- name: Load Cached Flutter SDK
248-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
248+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
249249
with:
250250
path: |
251251
./tool/flutter-sdk
@@ -259,7 +259,7 @@ jobs:
259259
run: ./tool/ci/bots.sh
260260

261261
- name: Upload Golden Failure Artifacts
262-
uses: actions/upload-artifact@v4
262+
uses: actions/upload-artifact@v6
263263
if: failure()
264264
with:
265265
name: golden_image_failures.${{ matrix.bot }}
@@ -277,9 +277,9 @@ jobs:
277277
os: [ubuntu-latest, windows-latest]
278278
steps:
279279
- name: git clone
280-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
280+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
281281
- name: Load Cached Flutter SDK
282-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
282+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
283283
with:
284284
path: |
285285
./tool/flutter-sdk
@@ -298,9 +298,9 @@ jobs:
298298
fail-fast: false
299299
steps:
300300
- name: git clone
301-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
301+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
302302
- name: Load Cached Flutter SDK
303-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
303+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
304304
with:
305305
path: |
306306
./tool/flutter-sdk
@@ -316,9 +316,9 @@ jobs:
316316
fail-fast: false
317317
steps:
318318
- name: git clone
319-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
319+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
320320
- name: Load Cached Flutter SDK
321-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
321+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
322322
with:
323323
path: |
324324
./tool/flutter-sdk
@@ -339,7 +339,7 @@ jobs:
339339
# - test_dart2js
340340
# steps:
341341
# - name: git clone
342-
# uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
342+
# uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
343343
#
344344
# - name: tool/ci/bots.sh
345345
# env:
@@ -359,7 +359,7 @@ jobs:
359359
# - integration_dart2js
360360
# steps:
361361
# - name: git clone
362-
# uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
362+
# uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
363363
# - name: tool/ci/bots.sh
364364
# env:
365365
# BOT: ${{ matrix.bot }}

.github/workflows/daily-dev-bump.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: git clone devtools
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
40+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4141
with:
4242
ref: master
4343

4444
- name: Load Cached Flutter SDK
45-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
45+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
4646
with:
4747
path: |
4848
./tool/flutter-sdk

.github/workflows/flutter-candidate-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: git clone devtools
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
24+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2525
with:
2626
ref: master
2727

.github/workflows/flutter-prep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# TODO(https://github.com/flutter/devtools/issues/5729) Consider caching DevTools so that we
3636
# don't check it out again is subsequent workflows.
3737
- name: Checkout DevTools (default)
38-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
38+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3939

4040
- name: Get Latest Flutter Candidate
4141
id: flutter-candidate
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Load Cached Flutter SDK
4747
id: cache-flutter
48-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
48+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
4949
with:
5050
path: |
5151
./tool/flutter-sdk

.github/workflows/workflow-bot-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Sparse checkout of the repository
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2020
with:
2121
sparse-checkout: |
2222
README.md

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
.dart_tool/
55
.packages
66
.pub/
7-
pubspec.lock
7+
8+
# Exclude pubspec.lock files in tests and example fixtures.
9+
packages/devtools_app/test/**/pubspec.lock
10+
packages/devtools_extensions/example/**/pubspec.lock
811

912
.idea/
1013
.data_dir/

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
// Set current working directory to devtools_app.
33
"terminal.integrated.cwd": "packages/devtools_app",
44
"dart.showTodos": false,
5+
"dart.analysisExcludedFolders": [
6+
"tool/flutter-sdk"
7+
]
58
}

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"label": "Start DTD on Port 8500",
66
"detail": "Starts a DTD instance running on port 8500",
77
"type": "shell",
8-
"command": "${workspaceFolder}/../tool/flutter-sdk/bin/cache/dart-sdk/bin/dart",
8+
"command": "${workspaceFolder}/tool/flutter-sdk/bin/cache/dart-sdk/bin/dart",
99
"args": [
1010
"tooling-daemon",
1111
"--disable-service-auth-codes",

flutter-candidate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c63c6b08a7114517575bcf3e45275ec7a9f4e87f
1+
71348e7b2b1b64e425fa0a3733f27d2b94ca7847

packages/devtools_app/integration_test/test/live_connection/memory_screen_helpers.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
import 'package:devtools_app/devtools_app.dart';
6+
import 'package:devtools_app/src/framework/scaffold/bottom_pane.dart';
67
import 'package:devtools_app/src/screens/memory/panes/control/widgets/primary_controls.dart';
78
import 'package:devtools_app/src/screens/memory/panes/diff/widgets/snapshot_list.dart';
8-
import 'package:devtools_app/src/shared/console/widgets/console_pane.dart';
99
import 'package:devtools_test/helpers.dart';
1010
import 'package:flutter/material.dart';
1111
import 'package:flutter_test/flutter_test.dart';
@@ -45,7 +45,7 @@ Future<void> prepareMemoryUI(
4545
// but not too big to make classes in snapshot hidden.
4646
const dragDistance = -320.0;
4747
await tester.drag(
48-
find.byType(ConsolePaneHeader),
48+
find.byKey(BottomPane.splitterKey),
4949
const Offset(0, dragDistance),
5050
);
5151
await tester.pumpAndSettle();

0 commit comments

Comments
 (0)